docspring 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5dad40afca68243b35255c0aac23fb07117f050fc0e269d17c4b04044275ede6
4
- data.tar.gz: 1c8e7586b637dcef57e8cf7f3040e6ec3f130211cb355059463b86f56467531f
3
+ metadata.gz: 1be91b76c31c9162e4c340d87023d7db134d30348d791ff72ee62b2d594898f1
4
+ data.tar.gz: 36899cc962a45a4b600aee02a939d5785c7d4119170265ebffb5ddad27338f2d
5
5
  SHA512:
6
- metadata.gz: 48bcefb591a19ce9abf213be441cc398091040552f505991cc9b262d6a13b6c8587b0130a24472c1030d23ce767ccd72a4a6d52ec40e73a9633402cf4779f766
7
- data.tar.gz: 5a8af6f0121031e3e9d7089a7ef95541956dd01cc75364899923bc57bf4d0415f8dd1e5fb8094c9239b1128c92bf67ef8e51209e4fb4ef38543edbca05530283
6
+ metadata.gz: fa5cf74b0d0d6c4725f3f8cbddf5035db11de42c721bc9e63d9346ad88fdc0721ff57907ca808d12018bd1997aed5865dc4e2618a9fb858c0ebb64c712eca5c0
7
+ data.tar.gz: 458febae51a15f31ea6ad97e41958c3a3f9d3647c17b64a49cb686066da9f485a22a1a90d224f16a5ea11a64c793c7f6fbcba99e310acf82e20bc400023354af
@@ -1,3 +1,7 @@
1
+ ### 1.3.1 [September 27, 2020]
2
+
3
+ - Changed gem author to DocSpring
4
+
1
5
  ### 1.3.0 [September 26, 2020]
2
6
 
3
7
  - Updated OpenAPI Generator to v3.3.0
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- docspring (1.3.0)
4
+ docspring (1.3.1)
5
5
  ffi (~> 1.0, >= 1.9.24)
6
6
  json (>= 1.8)
7
7
  typhoeus (~> 1.0, >= 1.0.1)
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright © 2018 Form Applications Inc.
1
+ Copyright © 2018-2020 DocSpring, Inc.
2
2
 
3
3
  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:
4
4
 
data/README.md CHANGED
@@ -7,7 +7,7 @@ DocSpring is a service that helps you fill out and sign PDF templates.
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: v1
10
- - Package version: 1.3.0
10
+ - Package version: 1.3.1
11
11
  - Build package: com.docspring.codegen.DocSpringRubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,15 +23,15 @@ gem build docspring.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./docspring-1.3.0.gem
26
+ gem install ./docspring-1.3.1.gem
27
27
  ```
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)
29
29
 
30
30
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
31
31
 
32
32
  Finally add this to the Gemfile:
33
33
 
34
- gem 'docspring', '~> 1.3.0'
34
+ gem 'docspring', '~> 1.3.1'
35
35
 
36
36
  ### Install from Git
37
37
 
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
19
19
  s.name = "docspring"
20
20
  s.version = DocSpring::VERSION
21
21
  s.platform = Gem::Platform::RUBY
22
- s.authors = ["Form Applications, Inc."]
22
+ s.authors = ["DocSpring"]
23
23
  s.email = ["support@docspring.com"]
24
24
  s.homepage = "https://github.com/DocSpring/docspring-ruby"
25
25
  s.summary = "DocSpring API Client"
@@ -11,5 +11,5 @@ OpenAPI Generator version: 3.3.0
11
11
  =end
12
12
 
13
13
  module DocSpring
14
- VERSION = '1.3.0'
14
+ VERSION = '1.3.1'
15
15
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docspring
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
- - Form Applications, Inc.
7
+ - DocSpring
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []