api_client 0.5.19 → 0.5.20

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: 8eeb2b5ca77044aee74791f6fe2602caf0ec55fa
4
- data.tar.gz: fc1580088fa93289ccff7c1c0f02aeb2ebd520da
3
+ metadata.gz: 115713a025a66cc43367f8c0d17e933e4d330bd0
4
+ data.tar.gz: ddb8e08252352b270cb13f7642951ed57b71bf9c
5
5
  SHA512:
6
- metadata.gz: 34872ccc6e39ca70e0e00be9f80f387562beee0c26ac1e59ce14f936b379449ad262b141bd2be5f3589bff82c3489b20d62c1612078f66678dabe83f172acadc
7
- data.tar.gz: 535cb5860e13acbe078d742430b182312e459663b8760c523b4ba23e9c8f0e9f53c10c2c2853d5f7f171d06cde06a491278bac86fdf1b7527042939e8aa334be
6
+ metadata.gz: 839fe8a5e151abff2066f5758bfc0de7d98dfb94a3119ee71d6d27371e61b9d86fb8e02ddd675d7dd76adb517943dc279ce572ff30f7d185f433baa11a522e7b
7
+ data.tar.gz: 31ea81e599aff3db33896fcf4fce0b29f6efe9c10fcc92b986c9ebd1acaf9a94c37982600c44af3934525ab5d35cf09119f4a6d63e9254c98be698227d4cdba4
@@ -3,7 +3,11 @@ before_install:
3
3
  - gem install bundler -v 1.11.2
4
4
  script: bundle exec rspec spec
5
5
  rvm:
6
- - 1.8.7
6
+ - jruby-1.7.2
7
7
  - 1.9.3
8
- - 2.1.8
9
- - 2.3.0
8
+ - 2.1.9
9
+ - 2.2.10
10
+ - 2.3.8
11
+ - 2.4.6
12
+ - 2.5.5
13
+ - 2.6.3
@@ -1,3 +1,8 @@
1
+ # 0.5.20
2
+
3
+ * brought back jruby support
4
+ * updated CI pipeline
5
+
1
6
  # 0.5.19
2
7
 
3
8
  * introduced PATCH requests.
@@ -16,13 +16,12 @@ Gem::Specification.new do |s|
16
16
  # Declare runtime dependencies here:
17
17
  def s.add_runtime_dependencies(method)
18
18
  if RUBY_PLATFORM == "java"
19
- send method, 'json_pure'
20
- send method, 'hashie', [">= 2.0.5"]
19
+ send method, 'jrjackson'
21
20
  else
22
21
  send method, 'yajl-ruby'
23
- send method, 'hashie', RUBY_VERSION =~ /1\.8/ ? [">= 2.0.5", "<= 3.4.2"] : [">= 2.0.5"]
24
22
  end
25
23
 
24
+ send method, 'hashie', [">= 2.0.5"]
26
25
  send method, 'faraday', [">= 0.8.1"]
27
26
  send method, 'multi_json', [">= 1.6.1"]
28
27
  end
@@ -31,7 +30,6 @@ Gem::Specification.new do |s|
31
30
  s.add_development_dependency 'rspec', '2.14.1'
32
31
 
33
32
  if s.respond_to? :specification_version then
34
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
35
33
  s.specification_version = 3
36
34
 
37
35
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
@@ -1,3 +1,3 @@
1
1
  module ApiClient
2
- VERSION = "0.5.19"
2
+ VERSION = '0.5.20'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.19
4
+ version: 0.5.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Bunsch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -165,7 +165,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
165
  version: '0'
166
166
  requirements: []
167
167
  rubyforge_project: api_client
168
- rubygems_version: 2.4.5.5
168
+ rubygems_version: 2.5.2.2
169
169
  signing_key:
170
170
  specification_version: 3
171
171
  summary: API client builder