Skip to content

Commit 3be01c5

Browse files
committed
Updated on 2020-09-27 00:18:17. Version: 1.3.1
1 parent 0aa73a8 commit 3be01c5

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.3.1 [September 27, 2020]
2+
3+
- Changed gem author to DocSpring
4+
15
### 1.3.0 [September 26, 2020]
26

37
- Updated OpenAPI Generator to v3.3.0

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
docspring (1.3.0)
4+
docspring (1.3.1)
55
ffi (~> 1.0, >= 1.9.24)
66
json (>= 1.8)
77
typhoeus (~> 1.0, >= 1.0.1)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2018 Form Applications Inc.
1+
Copyright © 2018-2020 DocSpring, Inc.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DocSpring is a service that helps you fill out and sign PDF templates.
77
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
88

99
- API version: v1
10-
- Package version: 1.3.0
10+
- Package version: 1.3.1
1111
- Build package: com.docspring.codegen.DocSpringRubyClientCodegen
1212

1313
## Installation
@@ -23,15 +23,15 @@ gem build docspring.gemspec
2323
Then either install the gem locally:
2424

2525
```shell
26-
gem install ./docspring-1.3.0.gem
26+
gem install ./docspring-1.3.1.gem
2727
```
28-
(for development, run `gem install --dev ./docspring-1.3.0.gem` to install the development dependencies)
28+
(for development, run `gem install --dev ./docspring-1.3.1.gem` to install the development dependencies)
2929

3030
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
3131

3232
Finally add this to the Gemfile:
3333

34-
gem 'docspring', '~> 1.3.0'
34+
gem 'docspring', '~> 1.3.1'
3535

3636
### Install from Git
3737

docspring.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919
s.name = "docspring"
2020
s.version = DocSpring::VERSION
2121
s.platform = Gem::Platform::RUBY
22-
s.authors = ["Form Applications, Inc."]
22+
s.authors = ["DocSpring"]
2323
s.email = ["support@docspring.com"]
2424
s.homepage = "https://github.com/DocSpring/docspring-ruby"
2525
s.summary = "DocSpring API Client"

lib/docspring/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module DocSpring
14-
VERSION = '1.3.0'
14+
VERSION = '1.3.1'
1515
end

0 commit comments

Comments
 (0)