ruby_universign 1.0.0 → 1.0.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
  SHA1:
3
- metadata.gz: 11f8da6678fe2eabbade54811eadfcb73fd97d05
4
- data.tar.gz: d72c7cc029d9de15de14da7ab6ba466f1913aa0f
3
+ metadata.gz: 2c236f16095f593671130db8aca56b97673f41b8
4
+ data.tar.gz: 99119655a55a4f245e35b89f8907429113cc9c0d
5
5
  SHA512:
6
- metadata.gz: 60ed3572c4fcee9a15f5918a439e174cfaf6ef1731988f73beab96e9a3779cbdc6623ef1e4defa472981b3d00116cbdfef61f1d81387c322408b53faadeafb6e
7
- data.tar.gz: eaa7ba2fed5b941647c054f1dc73440939685f0e27eab1b59804e20cf2372636524203db95b0a3282825025bf94a269c227f24bd3029c2dc3e237929361ca873
6
+ metadata.gz: 3df0d814aaeed1da9c0fc93074cabf3526c7d3d37a1b25022679446128fb370de0687afd8dc21fa87e1fa8a026ff893336a96aef202a39bb24c3f3395f4db377
7
+ data.tar.gz: 01be4b3830e774c0224f553caa69a0f4f128f822f07d03b0ad132bde00425aa194b45b1713698473742c8cf6cb5d5281842190d3838540393d43dc25cce078dd
data/README.md CHANGED
@@ -4,7 +4,7 @@ RubyUniversign is a Ruby gem for interacting with [Universign](https://www.unive
4
4
 
5
5
  It ease requests to Universign API, documents uploads and following signature state.
6
6
 
7
- This gem is **not** officialy made by Universign, but was originally created for [CapSens](https://capsens.eu/) internal usage.
7
+ This gem is **not** officialy made by Universign, but was originally created by [CapSens](https://capsens.eu/) for internal usage.
8
8
 
9
9
  This gem currently integrate electronic signature service, but not other Universign services (timestamping and server stamp).
10
10
 
@@ -1,3 +1,3 @@
1
1
  module Universign
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -11,9 +11,9 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = "Universign's API Wrapper"
13
13
  spec.description = <<~EOF
14
- Ruby gem for interacting with [Universign](https://www.universign.com/) electronic signature API.
14
+ Ruby gem for interacting with Universign electronic signature API.
15
15
  It ease requests to Universign API, documents uploads and following signature state.
16
- This gem is **not** officialy made by Universign, but was originally created for [CapSens](https://capsens.eu/) internal usage.
16
+ This gem is *not* officialy made by Universign, but was originally created by CapSens for internal usage.
17
17
  EOF
18
18
  spec.homepage = "https://github.com/CapSens/universign"
19
19
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_universign
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicolas Besnard
@@ -111,9 +111,9 @@ dependencies:
111
111
  - !ruby/object:Gem::Version
112
112
  version: '4.0'
113
113
  description: |
114
- Ruby gem for interacting with [Universign](https://www.universign.com/) electronic signature API.
114
+ Ruby gem for interacting with Universign electronic signature API.
115
115
  It ease requests to Universign API, documents uploads and following signature state.
116
- This gem is **not** officialy made by Universign, but was originally created for [CapSens](https://capsens.eu/) internal usage.
116
+ This gem is *not* officialy made by Universign, but was originally created by CapSens for internal usage.
117
117
  email:
118
118
  - besnard.nicolas@gmail.com
119
119
  - yassine@capsens.eu
@@ -148,7 +148,6 @@ files:
148
148
  - lib/universign/transaction.rb
149
149
  - lib/universign/transaction_signer.rb
150
150
  - lib/universign/version.rb
151
- - ruby_universign-0.2.0.gem
152
151
  - ruby_universign.gemspec
153
152
  homepage: https://github.com/CapSens/universign
154
153
  licenses:
Binary file