amazon-drs 0.0.4 → 0.0.5

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: 3f23a9a21b66bde11b05b063c7dc4a6912a07382
4
- data.tar.gz: 9e223b19d1d422db163640bcf4ab6517d1b98a4b
3
+ metadata.gz: ce4eb6b1f2ab82f4cc541da38c03fe9c0cbb4041
4
+ data.tar.gz: 42bd788bead3cd7991ac601d93827c1490cb64ca
5
5
  SHA512:
6
- metadata.gz: 9df1544a33d6f403083778f753f9d4f8804a9506925b5bd7c1e7116c968fa7eb960b5e2c9690ca79bd644ef0a4e47ded41fdef255008a7d7b28fe88002fc5050
7
- data.tar.gz: c3874e6436e91063abb4d90ba6648994f035a21914d005b77786efdc2ff9182b9611f2603d83b9a4c94a22ec162f9ee9961af30470543d03917ddcd319317423
6
+ metadata.gz: 8ac02aa7edec87c7996eeb6698a6486ef037b7e88b42ce9153069213ba3df6c5ded03c97706a14cc21d066273b0999d0fceff60809b59f5e80e1c5d5c7c9caf6
7
+ data.tar.gz: 41a4519d2c370033f584c4371e393333d0264f30b62bccdcaad0c5baca767324e35da13f3b23cb5b945707a8b59a5c39741f0c68fcfe3d05d5fe937270082761
data/README.md CHANGED
@@ -29,3 +29,6 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/aycabt
29
29
 
30
30
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
31
31
 
32
+ ## Badges
33
+
34
+ [![Build Status](https://travis-ci.org/aycabta/amazon-drs.svg)](https://travis-ci.org/aycabta/amazon-drs)
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["aycabta@gmail.com"]
11
11
 
12
12
  spec.summary = %q{amazon-drs is for Amazon Dash Replenishment Service}
13
- spec.description = %Q{amazon-drs is for Amazon Dash Replenishment Service.\nYou can use this after authorized by Login with Amazon.}
13
+ spec.description = %Q{amazon-drs is for Amazon Dash Replenishment Service.\nYou can use this after authorized by Login with Amazon.\n}
14
14
  spec.homepage = 'https://github.com/aycabta/amazon-drs'
15
15
  spec.license = 'MIT'
16
16
 
@@ -19,6 +19,8 @@ Gem::Specification.new do |spec|
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  spec.require_paths = ['lib']
21
21
 
22
+ spec.required_ruby_version = Gem::Requirement.new('>= 2.2.6')
23
+
22
24
  spec.add_development_dependency 'bundler'
23
25
  spec.add_development_dependency 'rake'
24
26
  spec.add_development_dependency 'test-unit'
@@ -4,4 +4,3 @@ module AmazonDrs
4
4
  class DeviceStatus < Base
5
5
  end
6
6
  end
7
-
@@ -25,4 +25,3 @@ module AmazonDrs
25
25
  end
26
26
  end
27
27
  end
28
-
@@ -17,4 +17,3 @@ module AmazonDrs
17
17
  end
18
18
  end
19
19
  end
20
-
@@ -4,4 +4,3 @@ module AmazonDrs
4
4
  class SlotStatus < Base
5
5
  end
6
6
  end
7
-
@@ -14,4 +14,3 @@ module AmazonDrs
14
14
  end
15
15
  end
16
16
  end
17
-
@@ -1,3 +1,3 @@
1
1
  module AmazonDrs
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amazon-drs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code Ass
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-26 00:00:00.000000000 Z
11
+ date: 2017-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: |-
69
+ description: |
70
70
  amazon-drs is for Amazon Dash Replenishment Service.
71
71
  You can use this after authorized by Login with Amazon.
72
72
  email:
@@ -109,7 +109,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
109
  requirements:
110
110
  - - ">="
111
111
  - !ruby/object:Gem::Version
112
- version: '0'
112
+ version: 2.2.6
113
113
  required_rubygems_version: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - ">="