BibOpsworks 0.0.3 → 0.0.4

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: adae563a8593de469e4cbf116f07573b5212498a
4
- data.tar.gz: 425726bfe06f281f9324621747dd038afe8c9955
3
+ metadata.gz: 38a7820729d80295113a4a4a5626b55940f4b06d
4
+ data.tar.gz: 27692fa1b5334bc299c52be45706fa6237fdf5fd
5
5
  SHA512:
6
- metadata.gz: 133a277ee9bf1ae15e2d164da697c1783b9f3eebe21ca87915fddebdd7c9a503b8ebe3c44437bd0743ac4c56187ffe371c08ea6a23371a3a03fb69b37565cf42
7
- data.tar.gz: 7ac2cff747a03524db8dff63100b5e1451f17ae52f2f2f548b0c4c54623cc9b4bec8e438a79fac6c0a798ea531f0db89ab9f545e5175373d0ac6d8b979da9d20
6
+ metadata.gz: e3e0c884fcdd5fbdb139b5612b13906075b3a3890e99d3d00040c3ce255949c586e56e12cc38d639f92664497ead558b0d32db25bf18c5910a22eaa7ca571f95
7
+ data.tar.gz: 93ae72907ac351c6cd755c09c871fe25304f6887bdfb37cde6ca18bf766e4dfe154b3aa67ec82d918deefaa782d3a3388211a6fbe32295d70650c5eb0ea3c1b6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- BibOpsworks (0.0.3)
4
+ BibOpsworks (0.0.4)
5
5
  json
6
6
 
7
7
  GEM
@@ -1,3 +1,4 @@
1
+ require 'uri'
1
2
 
2
3
  module Bib
3
4
  module Opsworks
@@ -1,5 +1,5 @@
1
1
  module Bib
2
2
  module Opsworks
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
@@ -6,6 +6,6 @@ require 'bib/opsworks'
6
6
  class OpsworksTest < Minitest::Test
7
7
 
8
8
  def test_version
9
- assert_equal("0.0.3", BibOpsworks.new.version)
9
+ assert_equal("0.0.4", BibOpsworks.new.version)
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: BibOpsworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - fh