springboard-retail 4.1.0 → 4.1.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: 738a7ddac21ce8cd9e2b2a74bd1fef9cddd504cc
4
- data.tar.gz: b4b5290211fe0fe1c9fa7a5af94f233db8e01c79
3
+ metadata.gz: 6d9770a0c5bb9a5076f573cace057df69eb35278
4
+ data.tar.gz: 1688bf41e05ac367c0c331df7615a44449c59048
5
5
  SHA512:
6
- metadata.gz: 7c5563eff3f6cfb9513ccc8559e043b50edf1ccd7b536b6c1e6effb0fbd4f090d194ba00a26a177e1cdfc49640a46a40c7f2c660c0ea2cc537a4ebc3a91295b7
7
- data.tar.gz: f0d59e9cd2c1dc3a001d0254e8756a9eca0c30baf344a17bd23df9779dc05b3c6e715f1fadf2354fece490a892cc80e280345f1f157dc23eda636bc1fcc4904b
6
+ metadata.gz: bc11ebe786dbda84a438fba1b21ff38fe4b4d03da694eb078df9d88e5ca986eea4e570369ba656b2115639c210d8971a7d4a19a8bd347cebac3a8caee08465d1
7
+ data.tar.gz: 3dea0c75be77495585c9476cd9b04eaf6ff1aa86bdf2ff13aef27450443f6fdfcad92a2c43a6a328768a3a9dfc1ab2f31bcd6fcb69a275d1aa93b42f6a2c9b9a
data/.travis.yml CHANGED
@@ -6,3 +6,10 @@ rvm:
6
6
  - 2.0.0
7
7
  - 2.1.0
8
8
  - 2.2.0
9
+
10
+ addons:
11
+ code_climate:
12
+ repo_token: 6963f51029c0c9bf6406bd1cc69ae951bc53f9bf7751b16035515b5f764c58fe
13
+
14
+ after_success:
15
+ - bundle exec codeclimate-test-reporter
data/Gemfile CHANGED
@@ -7,6 +7,7 @@ group :test do
7
7
  gem 'rspec', '~> 3.2'
8
8
  gem 'webmock', :require => false
9
9
  gem 'coveralls', :require => false
10
+ gem 'codeclimate-test-reporter', '~> 1.0.0'
10
11
  end
11
12
 
12
13
  group :development do
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- springboard-retail (4.1.0)
4
+ springboard-retail (4.1.1)
5
5
  addressable (~> 2.2.8)
6
6
  hashie
7
7
  json (>= 1.7.4)
@@ -11,6 +11,8 @@ GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
13
  addressable (2.2.8)
14
+ codeclimate-test-reporter (1.0.8)
15
+ simplecov (<= 0.13)
14
16
  coderay (1.1.0)
15
17
  coveralls (0.7.11)
16
18
  multi_json (~> 1.10)
@@ -22,8 +24,8 @@ GEM
22
24
  safe_yaml (~> 1.0.0)
23
25
  diff-lcs (1.2.5)
24
26
  docile (1.1.5)
25
- hashie (3.4.3)
26
- json (1.8.3)
27
+ hashie (3.5.5)
28
+ json (2.0.3)
27
29
  method_source (0.8.2)
28
30
  mime-types (2.4.3)
29
31
  multi_json (1.11.0)
@@ -69,6 +71,7 @@ PLATFORMS
69
71
  ruby
70
72
 
71
73
  DEPENDENCIES
74
+ codeclimate-test-reporter (~> 1.0.0)
72
75
  coveralls
73
76
  pry
74
77
  rake
@@ -77,4 +80,4 @@ DEPENDENCIES
77
80
  webmock
78
81
 
79
82
  BUNDLED WITH
80
- 1.11.2
83
+ 1.14.4
@@ -7,6 +7,7 @@ module Springboard
7
7
  #
8
8
  # @see http://rdoc.info/github/intridea/hashie/Hashie/Mash See the Hashie::Mash docs for usage details
9
9
  class Body < ::Hashie::Mash
10
+ disable_warnings if respond_to?(:disable_warnings)
10
11
  end
11
12
  end
12
13
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'springboard-retail'
3
- s.version = '4.1.0'
3
+ s.version = '4.1.1'
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ['Jay Stotz']
6
6
  s.summary = 'Springboard Retail API client library'
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: springboard-retail
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jay Stotz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-27 00:00:00.000000000 Z
11
+ date: 2017-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: patron
@@ -98,13 +98,14 @@ files:
98
98
  - spec/springboard/client_spec.rb
99
99
  - springboard-retail.gemspec
100
100
  - vendor/cache/addressable-2.2.8.gem
101
+ - vendor/cache/codeclimate-test-reporter-1.0.8.gem
101
102
  - vendor/cache/coderay-1.1.0.gem
102
103
  - vendor/cache/coveralls-0.7.11.gem
103
104
  - vendor/cache/crack-0.4.2.gem
104
105
  - vendor/cache/diff-lcs-1.2.5.gem
105
106
  - vendor/cache/docile-1.1.5.gem
106
- - vendor/cache/hashie-3.4.3.gem
107
- - vendor/cache/json-1.8.3.gem
107
+ - vendor/cache/hashie-3.5.5.gem
108
+ - vendor/cache/json-2.0.3.gem
108
109
  - vendor/cache/method_source-0.8.2.gem
109
110
  - vendor/cache/mime-types-2.4.3.gem
110
111
  - vendor/cache/multi_json-1.11.0.gem
@@ -145,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
146
  version: 1.3.6
146
147
  requirements: []
147
148
  rubyforge_project:
148
- rubygems_version: 2.4.8
149
+ rubygems_version: 2.5.2
149
150
  signing_key:
150
151
  specification_version: 4
151
152
  summary: Springboard Retail API client library
Binary file
Binary file