amazon-pricing 0.1.64 → 0.1.65

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 ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ NWQ4OGZhYmU5NmE2NzZiNGQzZjIxNTBhNGYzYzA1ZjgyYzM5ZTQ5Mw==
5
+ data.tar.gz: !binary |-
6
+ ZGMzZTc4NWEwMzM3ZDhiYzMwMjI2OWQ5YmUyODBlY2JkYTcyMzQxNQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ YWUyZjA3N2QzNTllMjRmZmE3YmU2MGEwMzkxNTBjOWNhMWZiMWY2OTg3ZTRj
10
+ OTE5OWRmNTM1Yjg1MTM2NjdkNTU3MDg4OGJjZDZlYTViZjViNzk2YzFlOTI3
11
+ YjY5ZTc2OTFiY2E1ODFiMDMxNjRiOTNjMzQ1ZmM3M2VhMzk1ZGQ=
12
+ data.tar.gz: !binary |-
13
+ OTVmNGIyZWU1MmExNTFmYzJlZDM3ZmFkODU1NmYyNDY0YTI3ZjM2NjVjY2Q4
14
+ OWVmOTQ5ODliMWU1ODkzNGRkN2FmOGZmYTI1NDkyODRkNjQ1ZGQ5NDM0YjQw
15
+ OGUzZGVlNTcxNjIzZDMwMTBjZGIyNWViNjU3NDIxYmQ1NWQwZDI=
data/Gemfile.lock CHANGED
@@ -1,35 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- amazon-pricing (0.1.64)
5
- mechanize (~> 2.7.2)
4
+ amazon-pricing (0.1.65)
6
5
 
7
6
  GEM
8
7
  remote: https://rubygems.org/
9
8
  specs:
10
9
  coderay (1.1.0)
11
10
  diff-lcs (1.1.3)
12
- domain_name (0.5.24)
13
- unf (>= 0.0.5, < 1.0.0)
14
- http-cookie (1.0.2)
15
- domain_name (~> 0.5)
16
- mechanize (2.7.3)
17
- domain_name (~> 0.5, >= 0.5.1)
18
- http-cookie (~> 1.0)
19
- mime-types (~> 2.0)
20
- net-http-digest_auth (~> 1.1, >= 1.1.1)
21
- net-http-persistent (~> 2.5, >= 2.5.2)
22
- nokogiri (~> 1.4)
23
- ntlm-http (~> 0.1, >= 0.1.1)
24
- webrobots (>= 0.0.9, < 0.2)
25
11
  method_source (0.8.2)
26
- mime-types (2.6.1)
27
- mini_portile (0.6.2)
28
- net-http-digest_auth (1.4)
29
- net-http-persistent (2.9.4)
30
- nokogiri (1.6.6.2)
31
- mini_portile (~> 0.6.0)
32
- ntlm-http (0.1.1)
33
12
  power_assert (0.2.3)
34
13
  pry (0.10.1)
35
14
  coderay (~> 1.1.0)
@@ -47,10 +26,6 @@ GEM
47
26
  slop (3.6.0)
48
27
  test-unit (3.0.9)
49
28
  power_assert
50
- unf (0.1.4)
51
- unf_ext
52
- unf_ext (0.0.7.1)
53
- webrobots (0.1.1)
54
29
 
55
30
  PLATFORMS
56
31
  ruby
@@ -22,6 +22,4 @@ Gem::Specification.new do |s|
22
22
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
23
23
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
24
24
  s.require_paths = %w(lib)
25
-
26
- s.add_dependency 'mechanize', '~> 2.7.2'
27
25
  end
@@ -1,6 +1,5 @@
1
1
  require 'json'
2
2
  require 'net/http'
3
- require 'mechanize'
4
3
 
5
4
  Dir[File.join(File.dirname(__FILE__), 'amazon-pricing/definitions/*.rb')].sort.each { |lib| require lib }
6
5
 
@@ -8,5 +8,5 @@
8
8
  # Home:: http://github.com/CloudHealth/amazon-pricing
9
9
  #++
10
10
  module AwsPricing
11
- VERSION = '0.1.64'
11
+ VERSION = '0.1.65'
12
12
  end
metadata CHANGED
@@ -1,32 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: amazon-pricing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.64
5
- prerelease:
4
+ version: 0.1.65
6
5
  platform: ruby
7
6
  authors:
8
7
  - Joe Kinsella
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2015-08-03 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: mechanize
16
- requirement: !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ~>
20
- - !ruby/object:Gem::Version
21
- version: 2.7.2
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
- requirements:
27
- - - ~>
28
- - !ruby/object:Gem::Version
29
- version: 2.7.2
11
+ date: 2015-08-05 00:00:00.000000000 Z
12
+ dependencies: []
30
13
  description: A Ruby library for retrieving pricing for Amazon Web Services
31
14
  email:
32
15
  - joe.kinsella@gmail.com
@@ -75,6 +58,7 @@ files:
75
58
  homepage: http://github.com/CloudHealth/amazon-pricing
76
59
  licenses:
77
60
  - MIT
61
+ metadata: {}
78
62
  post_install_message:
79
63
  rdoc_options:
80
64
  - --title
@@ -85,28 +69,20 @@ rdoc_options:
85
69
  require_paths:
86
70
  - lib
87
71
  required_ruby_version: !ruby/object:Gem::Requirement
88
- none: false
89
72
  requirements:
90
73
  - - ! '>='
91
74
  - !ruby/object:Gem::Version
92
75
  version: '0'
93
76
  required_rubygems_version: !ruby/object:Gem::Requirement
94
- none: false
95
77
  requirements:
96
78
  - - ! '>='
97
79
  - !ruby/object:Gem::Version
98
80
  version: '0'
99
81
  requirements: []
100
82
  rubyforge_project: amazon-pricing
101
- rubygems_version: 1.8.25
83
+ rubygems_version: 2.3.0
102
84
  signing_key:
103
- specification_version: 3
85
+ specification_version: 4
104
86
  summary: Amazon Web Services Pricing Ruby gem
105
- test_files:
106
- - spec/lib/amazon-pricing/definitions/database-type_spec.rb
107
- - spec/lib/amazon-pricing/rds_pricing_spec.rb
108
- - spec/spec_helper.rb
109
- - spec/support/.gitignore
110
- - test/ec2_instance_types_test.rb
111
- - test/helper.rb
87
+ test_files: []
112
88
  has_rdoc: