aws-rds-instance_types 0.1.0 → 0.1.1

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: 43e7af0520a06d98423ec35b1bec98c366862bb4
4
- data.tar.gz: 1df1d885e60274bc862dd9175a78b22cfccbab26
3
+ metadata.gz: d65160c810b3f4e406f8d16f5a5660fb395a06b0
4
+ data.tar.gz: 1734b0ea630125e392ae60a99ad61d0947571bd6
5
5
  SHA512:
6
- metadata.gz: 89eac8c56dffb2be0dbc69cb8aed1bb5d3192f87eb9ab81f25073d69b05bc06f7491ff5cdaa8978f72ef53a8d2e1a62216465a516aaac0a6e71be0be2daec8a7
7
- data.tar.gz: d3223f3ee60832b49d2200ea28e6711870b28b0f5d224dbb4e1c5d5145eb2d3ff2eed9b66beeee7588741c0ca95c27d1366b734c15da92e389aa577e113db1aa
6
+ metadata.gz: d3fb40fcdb41807d1ad74157b58634ae0d662f0758841f4278c9b658d74421ae7eeaa849aaabce535488cc415afea95f6495b618b3e6523bbd6b00fdb5448d9f
7
+ data.tar.gz: 5efee0ca54add9d951fefdba9e8c3e3149bb1c41eab340c62620597944b13f846f2d005b67f43f9b6ad3aea405583c76d670b8845600feb11e7d4e7e52247be7
@@ -2,7 +2,7 @@ module Aws
2
2
  module Rds
3
3
  module InstanceTypes
4
4
  # aws-rds-instance_types version
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
8
8
  end
@@ -30,7 +30,7 @@ module DLDInternet
30
30
  require 'nokogiri'
31
31
 
32
32
  nk = Nokogiri::HTML(page.body)
33
- div = nk.css('div#page-content')
33
+ div = nk.css('div.page-content')
34
34
  # noinspection RubyAssignmentExpressionInConditionalInspection
35
35
  if div = find_div(div, %r'^<div\s+class="nine columns content-with-nav')
36
36
  # noinspection RubyAssignmentExpressionInConditionalInspection
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-rds-instance_types
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christo De Lange
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-22 00:00:00.000000000 Z
11
+ date: 2014-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler