crelate_client 1.0.2 → 1.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 51c7f45a61e6eb31048689a5e76eb90716b70b7c
4
- data.tar.gz: ff3ed35cfe99bc45ab95168488b873bdb1b50943
3
+ metadata.gz: 7083e036eecdbf1b3613f810c09186cfab69554d
4
+ data.tar.gz: c04ead6bc882ccd694fdbc7d194785aa926a8b2a
5
5
  SHA512:
6
- metadata.gz: 47978f6add11d84fa8839dc5678e17b7526af7243ea97809b7f097ee2c39a9ce54501a7bb7f570f7ef8dbf435bf05e53bdbccab2a17804a58c93b83848e16785
7
- data.tar.gz: b2c85513fa1859d78270a1195bfed9e5f31d97fd74c52b0ebc602eccf25c3109c19a39143aa5dd8f617a9e4a2bca1973b30fb867fd85880edcbeb44320a769d8
6
+ metadata.gz: 479ff6bed1e80109ace5c98745b2701222dfbf7f53a7c06a8c06c40461e1bdb50a0cb83517502562be1c1c150e6e0e88c5782da95663f34b81e51b95145a9846
7
+ data.tar.gz: a496fe86588c8b1bae5ca64b71a624e8a41c985f3c5f86eceec3b18ee0de8a32861fc9c5563a19913164315f18c77f6cc3e224aea5b192f8982624d2f883b1ee
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- crelate_client (1.0.0)
5
- json (~> 2.1, >= 2.1.0)
4
+ crelate_client (1.0.3)
5
+ json (~> 1.8)
6
6
  typhoeus (~> 1.0, >= 1.0.1)
7
7
 
8
8
  GEM
@@ -24,7 +24,7 @@ GEM
24
24
  ffi (>= 1.3.0)
25
25
  ffi (1.9.25)
26
26
  hashdiff (0.3.7)
27
- json (2.1.0)
27
+ json (1.8.6)
28
28
  public_suffix (3.0.3)
29
29
  rake (12.0.0)
30
30
  rspec (3.8.0)
Binary file
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
  s.platform = Gem::Platform::RUBY
22
22
  s.authors = ["Swagger-Codegen"]
23
23
  s.email = [""]
24
- s.homepage = "https://github.com/swagger-api/swagger-codegen"
24
+ s.homepage = "https://github.com/aleatham/crelate_client"
25
25
  s.summary = "Crelate API Reference Ruby Gem"
26
26
  s.description = "Crelate client generated with swagger-codegen"
27
27
  s.license = "Apache-2.0"
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.3.1
11
11
  =end
12
12
 
13
13
  module CrelateClient
14
- VERSION = "1.0.2"
14
+ VERSION = "1.0.3"
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: crelate_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swagger-Codegen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-11 00:00:00.000000000 Z
11
+ date: 2018-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -197,6 +197,7 @@ files:
197
197
  - Rakefile
198
198
  - crelate_client-1.0.0.gem
199
199
  - crelate_client-1.0.1.gem
200
+ - crelate_client-1.0.2.gem
200
201
  - crelate_client.gemspec
201
202
  - docs/AssignedTo.md
202
203
  - docs/AssignedToRequest.md
@@ -521,7 +522,7 @@ files:
521
522
  - spec/models/webhook_delete_response_spec.rb
522
523
  - spec/models/zip_apply_data_spec.rb
523
524
  - spec/spec_helper.rb
524
- homepage: https://github.com/swagger-api/swagger-codegen
525
+ homepage: https://github.com/aleatham/crelate_client
525
526
  licenses:
526
527
  - Apache-2.0
527
528
  metadata: {}