hellosign-ruby-sdk 3.2.10 → 3.2.11

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
  SHA1:
3
- metadata.gz: 036c8e71962880a608236bcbc2aba745b50e51c4
4
- data.tar.gz: c6a2b6477e51a4903dfe2ac3ce023f1ff87434d9
3
+ metadata.gz: f6de0a0dc7e3dad611cc98643f5aaa8e4fb70028
4
+ data.tar.gz: 720a15bf4bf5e5119295e22263f2d14fc152592d
5
5
  SHA512:
6
- metadata.gz: 0ac98f37624621979c2266ea72e813f40a2299149052c87908aeac472577cd90ffece97300ff6d4d595fba470a17b2a3d9dfad7bc43a2aa2878d7cc23065763a
7
- data.tar.gz: a929adb5dff1d82391a1755cabf4443438e3b55bcb2e3a8eb361deafd84ad1688503ade5b30498eece73a7ea18c15c568c3f5679ac8077a9a8fe5fa76e3452de
6
+ metadata.gz: a22274a86739addd9379a6105a5d7e3591a023d4daa38323d90f4e6aaab37d2daa7931ae2eb45cf02410e481a90968b5bf64d8006b014565d79a617bc18229a8
7
+ data.tar.gz: a86b6576f55eee428136f84c1e9a9f33e5029164dc31623b3226891aab8951224be2097ad592c7d2cdc2db318b5a477b746969631e55eae8f4f8e2d00c10de79
@@ -23,5 +23,5 @@
23
23
  #
24
24
 
25
25
  module HelloSign
26
- VERSION = '3.2.10'
26
+ VERSION = '3.2.11'
27
27
  end
@@ -0,0 +1,4 @@
1
+ # A wrapper that allows requiring via the Gemfile name ('hellosign-ruby-sdk')
2
+ # This allows you to require either 'hello_sign' (unchanged) or 'hellosign-ruby-sdk' in your code
3
+
4
+ require 'hello_sign'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hellosign-ruby-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.10
4
+ version: 3.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - HelloSign
@@ -149,6 +149,7 @@ files:
149
149
  - lib/hello_sign/resource/template_draft.rb
150
150
  - lib/hello_sign/resource/unclaimed_draft.rb
151
151
  - lib/hello_sign/version.rb
152
+ - lib/hellosign-ruby-sdk.rb
152
153
  - spec/fixtures/account.json
153
154
  - spec/fixtures/api_app.json
154
155
  - spec/fixtures/api_apps.json