signatureio 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/signatureio/version.rb +1 -1
- data/signatureio.gemspec +6 -5
- data/spec/signatureio/version_spec.rb +1 -1
- metadata +10 -10
data/lib/signatureio/version.rb
CHANGED
data/signatureio.gemspec
CHANGED
|
@@ -8,12 +8,13 @@ Gem::Specification.new do |gem|
|
|
|
8
8
|
gem.version = Signatureio::VERSION
|
|
9
9
|
gem.authors = ["scottmotte"]
|
|
10
10
|
gem.email = ["scott@scottmotte.com"]
|
|
11
|
-
gem.description = %q{
|
|
12
|
-
gem.summary = %q{
|
|
13
|
-
gem.homepage = "https://www.signature.io"
|
|
11
|
+
gem.description = %q{Ruby bindings for the Signature.io API.}
|
|
12
|
+
gem.summary = %q{Signature.io is the easiest way to create signable documents online. See https://www.signature.io for details.}
|
|
13
|
+
gem.homepage = "https://www.signature.io/api"
|
|
14
14
|
|
|
15
|
-
gem.
|
|
16
|
-
gem.
|
|
15
|
+
gem.add_dependency "faraday"
|
|
16
|
+
gem.add_dependency "faraday_middleware"
|
|
17
|
+
|
|
17
18
|
gem.add_development_dependency "pry"
|
|
18
19
|
gem.add_development_dependency "rake"
|
|
19
20
|
gem.add_development_dependency "rspec"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: signatureio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
- - ! '>='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
21
|
version: '0'
|
|
22
|
-
type: :
|
|
22
|
+
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
none: false
|
|
@@ -35,7 +35,7 @@ dependencies:
|
|
|
35
35
|
- - ! '>='
|
|
36
36
|
- !ruby/object:Gem::Version
|
|
37
37
|
version: '0'
|
|
38
|
-
type: :
|
|
38
|
+
type: :runtime
|
|
39
39
|
prerelease: false
|
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
41
|
none: false
|
|
@@ -91,7 +91,7 @@ dependencies:
|
|
|
91
91
|
- - ! '>='
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
93
|
version: '0'
|
|
94
|
-
description:
|
|
94
|
+
description: Ruby bindings for the Signature.io API.
|
|
95
95
|
email:
|
|
96
96
|
- scott@scottmotte.com
|
|
97
97
|
executables: []
|
|
@@ -114,7 +114,7 @@ files:
|
|
|
114
114
|
- spec/signatureio/version_spec.rb
|
|
115
115
|
- spec/signatureio_spec.rb
|
|
116
116
|
- spec/spec_helper.rb
|
|
117
|
-
homepage: https://www.signature.io
|
|
117
|
+
homepage: https://www.signature.io/api
|
|
118
118
|
licenses: []
|
|
119
119
|
post_install_message:
|
|
120
120
|
rdoc_options: []
|
|
@@ -128,7 +128,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
128
128
|
version: '0'
|
|
129
129
|
segments:
|
|
130
130
|
- 0
|
|
131
|
-
hash: -
|
|
131
|
+
hash: -190219823189497612
|
|
132
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
133
133
|
none: false
|
|
134
134
|
requirements:
|
|
@@ -137,14 +137,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
137
137
|
version: '0'
|
|
138
138
|
segments:
|
|
139
139
|
- 0
|
|
140
|
-
hash: -
|
|
140
|
+
hash: -190219823189497612
|
|
141
141
|
requirements: []
|
|
142
142
|
rubyforge_project:
|
|
143
|
-
rubygems_version: 1.8.
|
|
143
|
+
rubygems_version: 1.8.23
|
|
144
144
|
signing_key:
|
|
145
145
|
specification_version: 3
|
|
146
|
-
summary:
|
|
147
|
-
|
|
146
|
+
summary: Signature.io is the easiest way to create signable documents online. See
|
|
147
|
+
https://www.signature.io for details.
|
|
148
148
|
test_files:
|
|
149
149
|
- spec/signatureio/document_spec.rb
|
|
150
150
|
- spec/signatureio/version_spec.rb
|