amazon-pricing 0.1.58 → 0.1.59

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,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmE4YTU4NjA0MjdhMGIyZGU3MTQ2NzE2OGU3NTYxZmE2MTcxZjNhNQ==
4
+ ZmEwYzAwNTg2ZDFkYThhYzIyMjBhMzRkMjQxNjA5NTdjYmQzMGFiYw==
5
5
  data.tar.gz: !binary |-
6
- ZDE5ZjU5YTA3MWVmYTNiZDU3NzcwMWQ2NDg1MjFlN2JjYzM5MmY5YQ==
6
+ MjBlNDYzMjc3NThjYWJlZGMwZjUxOTM4NzI0YzU5NDc0N2M4YTMzZg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YzAxNjY4MDQ3OGI3Y2Y4NGUwM2ZiYzJjNDI3ZWM2NzNhMTM0OTkxZjAxMmYw
10
- NGRjYjBjNjI0YTA0YjZhMjhlOGI3YWM3OWNhZmJmMDg0M2VhZmU0MjgxZjk4
11
- OTk1NjQ2NzJkZjRhMTg0ZTY5MmM1ZTczMThkOGNjOGJiNjgzNzc=
9
+ NWU5OTViOWI1OGViZWEzM2RlYjMwYTExMjBlNzlmMWIxMjhkYTVhOTUwN2Q5
10
+ NTJiNTZjOTdkYzRjYjgxM2IyNDIxMGVlOWMzZWNkNTBiOGE4YzY4NWI5YzZi
11
+ MWE2ZDNkMmFkODg4OTkxNzJjODdjMjQzYzU5OWU5MjEwZGVjMTM=
12
12
  data.tar.gz: !binary |-
13
- YTI0NTIwNGU4NmQzZjE0ZmRjZjAzZGNjMDAzNjY5MjY2ZmVhODM2NjJhMTQw
14
- NzhjMGQ4MDkzOWEyYTAwOWM5N2RjZWU1M2Y5YzM2MzkyZWQyMmZmMWFmNzNj
15
- OTQwMGQyN2IzZGE4MWFhNjRjOTlhOTQ0MjU2YmQ4ZGJkNmJkZjY=
13
+ Y2U4ZTZiZmJhZGMyOTU2ZjQ1MWU2ZDA1ZTIzMmI0NGZiNDhiOTUyNTk4Nzdi
14
+ MWIwMTAzMjE4ZDI0N2I2MTBkNmMwYjFlZGVmMjg4ODZjM2YwYTFhMWQ1NTY0
15
+ OTQ0NDk2ODYzNjllMzIzZDEyYzY0OWRlOTJiZjdhMGVkZTI5YTY=
data/Gemfile CHANGED
@@ -1,7 +1,6 @@
1
1
  source "https://rubygems.org"
2
- gemspec
3
2
 
4
- gem 'mechanize', '~> 2.7.3'
3
+ gemspec
5
4
 
6
5
  group :development do
7
6
  gem 'pry'
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- amazon-pricing (0.1.58)
5
- mechanize (~> 2.7.3)
4
+ amazon-pricing (0.1.59)
5
+ mechanize (~> 2.7.2)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -30,11 +30,12 @@ GEM
30
30
  nokogiri (1.6.6.2)
31
31
  mini_portile (~> 0.6.0)
32
32
  ntlm-http (0.1.1)
33
+ power_assert (0.2.3)
33
34
  pry (0.10.1)
34
35
  coderay (~> 1.1.0)
35
36
  method_source (~> 0.8.1)
36
37
  slop (~> 3.4)
37
- rake (10.1.0)
38
+ rake (10.4.2)
38
39
  rspec (2.11.0)
39
40
  rspec-core (~> 2.11.0)
40
41
  rspec-expectations (~> 2.11.0)
@@ -44,7 +45,8 @@ GEM
44
45
  diff-lcs (~> 1.1.3)
45
46
  rspec-mocks (2.11.3)
46
47
  slop (3.6.0)
47
- test-unit (2.5.5)
48
+ test-unit (3.0.9)
49
+ power_assert
48
50
  unf (0.1.4)
49
51
  unf_ext
50
52
  unf_ext (0.0.6)
@@ -55,7 +57,6 @@ PLATFORMS
55
57
 
56
58
  DEPENDENCIES
57
59
  amazon-pricing!
58
- mechanize (~> 2.7.3)
59
60
  pry
60
61
  rake
61
62
  rspec (~> 2.11.0)
@@ -23,5 +23,5 @@ Gem::Specification.new do |s|
23
23
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
24
24
  s.require_paths = %w(lib)
25
25
 
26
- s.add_dependency 'mechanize', '~> 2.7.3'
26
+ s.add_dependency 'mechanize', '~> 2.7.2'
27
27
  end
@@ -8,5 +8,5 @@
8
8
  # Home:: http://github.com/CloudHealth/amazon-pricing
9
9
  #++
10
10
  module AwsPricing
11
- VERSION = '0.1.58'
11
+ VERSION = '0.1.59'
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amazon-pricing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.58
4
+ version: 0.1.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Kinsella
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 2.7.3
19
+ version: 2.7.2
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
- version: 2.7.3
26
+ version: 2.7.2
27
27
  description: A Ruby library for retrieving pricing for Amazon Web Services
28
28
  email:
29
29
  - joe.kinsella@gmail.com