sagamore-client 3.0.2 → 3.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,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZjRlZjNhMTgxMzhmYTM0YmJmY2RiMWZjYzQ1NWRhNzNkNTIwOTIxNQ==
5
- data.tar.gz: !binary |-
6
- ZmVhYzA4NDFiN2UwOWI4N2JlZjgxMTgwY2JmZTM5ZTcyZDU5NTdiZg==
2
+ SHA1:
3
+ metadata.gz: 1ee3e1da8fe48c8db287da6901c569e0ebcfa992
4
+ data.tar.gz: 5e9c84ee09c61f5c3972dfea0fe5964116cd8d32
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- OTQwMjA0ZTFlODBlMGJmY2RiNTRlNWYwODNhYzM4YmZlMmYzYWIwZTRjZWI3
10
- NTBhYjUxYTk5NjAzYTFhOTE2Nzk3MWQ2MWE2MTNkNDRjOWJiYzEwNDFlMjdl
11
- MGM1NTQ2ZjZiYmY3MGJiNmM4OWY0MjdmYWEwOWQwYmU2NjkzZDI=
12
- data.tar.gz: !binary |-
13
- ZTNhMjhhNzI1OGIwMjA4YWI5MTBjMDNlMDdmMDEyZjlmOWJjNDc5NTk4ZTY3
14
- N2I3MThhNzg2OWQ3MTZlZGU1Y2I2MDc1NDQxOGU4MThmZTFiZWMxZGFhYjkw
15
- MDdlODM4MWU4YWEyNDhiM2RhNzY0NzFmN2M4YWQxMzhiZGIzZDI=
6
+ metadata.gz: f3ebb5b8c655594fa6c467a3e7843ba14eb9f67c9dd86dcb0dd797ea9b571d18258c1f47d463b27aa772fb74a3c4deaf6366207068d0a2449391cbee8401f798
7
+ data.tar.gz: b9c0427ac88183d8fe4dc6fc3b3a8a2c6b428cc218117b11675b9a81abdaf0ba6f3ee8c5fe1fc140927eff28f92726a3371e0eed74a5d9fc89e23e1cad029af6
data/.travis.yml CHANGED
@@ -3,4 +3,3 @@ bundler_args: --without development
3
3
  rvm:
4
4
  - 1.9.3
5
5
  - 2.0.0
6
- - ruby-head
data/Gemfile.lock CHANGED
@@ -1,11 +1,11 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sagamore-client (3.0.1)
5
- addressable (~> 2.2.8)
4
+ sagamore-client (3.0.3)
5
+ addressable (>= 2.2.8)
6
6
  hashie
7
- json (~> 1.7.4)
8
- patron (~> 0.4.18)
7
+ json (>= 1.7.4)
8
+ patron (>= 0.4.18)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
@@ -20,8 +20,8 @@ GEM
20
20
  thor
21
21
  crack (0.3.1)
22
22
  diff-lcs (1.1.3)
23
- hashie (1.2.0)
24
- json (1.7.4)
23
+ hashie (2.0.5)
24
+ json (1.8.1)
25
25
  method_source (0.8)
26
26
  mime-types (1.25)
27
27
  multi_json (1.8.0)
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # Sagamore Retail Client
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/sagamore-client.png)](http://badge.fury.io/rb/sagamore-client)
3
4
  [![Build Status](https://travis-ci.org/sagamore/sagamore-client-rb.png)](https://travis-ci.org/sagamore/sagamore-client-rb)
4
5
  [![Code Climate](https://codeclimate.com/github/sagamore/sagamore-client-rb.png)](https://codeclimate.com/github/sagamore/sagamore-client-rb)
5
6
  [![Coverage Status](https://coveralls.io/repos/sagamore/sagamore-client-rb/badge.png)](https://coveralls.io/r/sagamore/sagamore-client-rb)
@@ -1,15 +1,15 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "sagamore-client"
3
- s.version = "3.0.2"
3
+ s.version = "3.0.3"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.authors = ["Jay Stotz"]
6
6
  s.summary = "Sagamore client library"
7
7
 
8
8
  s.required_rubygems_version = ">= 1.3.6"
9
9
 
10
- s.add_runtime_dependency 'patron', '~> 0.4.18'
11
- s.add_runtime_dependency 'addressable', '~> 2.2.8'
12
- s.add_runtime_dependency 'json', '~> 1.7.4'
10
+ s.add_runtime_dependency 'patron', '>= 0.4.18'
11
+ s.add_runtime_dependency 'addressable', '>= 2.2.8'
12
+ s.add_runtime_dependency 'json', '>= 1.7.4'
13
13
  s.add_runtime_dependency 'hashie'
14
14
 
15
15
  s.files = `git ls-files`.split("\n")
Binary file
Binary file
metadata CHANGED
@@ -1,69 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sagamore-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jay Stotz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-17 00:00:00.000000000 Z
11
+ date: 2013-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: patron
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.4.18
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.4.18
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: addressable
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: 2.2.8
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: 2.2.8
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: json
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: 1.7.4
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: 1.7.4
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: hashie
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ! '>='
59
+ - - '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ! '>='
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description:
@@ -102,8 +102,8 @@ files:
102
102
  - vendor/cache/coveralls-0.6.9.gem
103
103
  - vendor/cache/crack-0.3.1.gem
104
104
  - vendor/cache/diff-lcs-1.1.3.gem
105
- - vendor/cache/hashie-1.2.0.gem
106
- - vendor/cache/json-1.7.4.gem
105
+ - vendor/cache/hashie-2.0.5.gem
106
+ - vendor/cache/json-1.8.1.gem
107
107
  - vendor/cache/method_source-0.8.gem
108
108
  - vendor/cache/mime-types-1.25.gem
109
109
  - vendor/cache/multi_json-1.8.0.gem
@@ -131,17 +131,17 @@ require_paths:
131
131
  - lib
132
132
  required_ruby_version: !ruby/object:Gem::Requirement
133
133
  requirements:
134
- - - ! '>='
134
+ - - '>='
135
135
  - !ruby/object:Gem::Version
136
136
  version: '0'
137
137
  required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  requirements:
139
- - - ! '>='
139
+ - - '>='
140
140
  - !ruby/object:Gem::Version
141
141
  version: 1.3.6
142
142
  requirements: []
143
143
  rubyforge_project:
144
- rubygems_version: 2.1.4
144
+ rubygems_version: 2.0.3
145
145
  signing_key:
146
146
  specification_version: 4
147
147
  summary: Sagamore client library
Binary file
Binary file