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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/LICENSE +1 -1
- data/README.md +4 -4
- data/docspring.gemspec +1 -1
- data/lib/docspring/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1be91b76c31c9162e4c340d87023d7db134d30348d791ff72ee62b2d594898f1
|
4
|
+
data.tar.gz: 36899cc962a45a4b600aee02a939d5785c7d4119170265ebffb5ddad27338f2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa5cf74b0d0d6c4725f3f8cbddf5035db11de42c721bc9e63d9346ad88fdc0721ff57907ca808d12018bd1997aed5865dc4e2618a9fb858c0ebb64c712eca5c0
|
7
|
+
data.tar.gz: 458febae51a15f31ea6ad97e41958c3a3f9d3647c17b64a49cb686066da9f485a22a1a90d224f16a5ea11a64c793c7f6fbcba99e310acf82e20bc400023354af
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
data/LICENSE
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
Copyright © 2018
|
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.
|
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.
|
26
|
+
gem install ./docspring-1.3.1.gem
|
27
27
|
```
|
28
|
-
(for development, run `gem install --dev ./docspring-1.3.
|
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.
|
34
|
+
gem 'docspring', '~> 1.3.1'
|
35
35
|
|
36
36
|
### Install from Git
|
37
37
|
|
data/docspring.gemspec
CHANGED
@@ -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 = ["
|
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"
|
data/lib/docspring/version.rb
CHANGED
metadata
CHANGED