BibOpsworks 0.0.1 → 0.0.2

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: e8cf0469a43058eb6c49e228f46a3e933eb446fd
4
- data.tar.gz: dde5c0a724e69093f58afee1b47a8b5bb8ba39f4
3
+ metadata.gz: 17d9198e5b80c83a651f659464d021699f13df71
4
+ data.tar.gz: 7d698c23931a5d5c9e4c39c57ccf24f94c38e0db
5
5
  SHA512:
6
- metadata.gz: f4d17a6464cbd335a3674beaf57dbff92ca91137a832d29ec9ef49246b2d9d384bf86a5dd847388251dff1a439b7d84bb076bdfb9b27c30f269c951eb06ae311
7
- data.tar.gz: 727cecc23a1a8c764998b06ecb0dbfb939d1b2541a22adbcb8e65378da5cc5d553ed6a9f5c9c0b7e5bd1fde27884e4a1d1c209af22bb2177dc32be17813a9c1d
6
+ metadata.gz: d8bfbc99a283bdd50f703fe62fb216051aecc21abb825f5cc36602a36bfbba15bdcf8dec145fb5dfa1ca0f4119d39ac98566e256e03932cef0331580f9caf82e
7
+ data.tar.gz: 8386a8b06db7a8179678974e508fd9e086bddb78067bc51579d434541b3c2b4525929dd203cdbc75d407e2d49049a004b7d93d8feb17bb3d588431946b936eef
data/BibOpsworks.gemspec CHANGED
@@ -6,9 +6,9 @@ require 'bib/opsworks/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "BibOpsworks"
8
8
  spec.version = Bib::Opsworks::VERSION
9
- spec.authors = ["fh"]
9
+ spec.authors = ["fh", "tillk"]
10
10
  spec.email = ["fh-gem@fholzhauer.de"]
11
- spec.homepage = "https://github.com/fh/OpsworksEasybibGem"
11
+ spec.homepage = "https://github.com/easybiblabs/bib-opsworks"
12
12
  spec.summary = "Tools wrapper for AWS Opsworks Deploys"
13
13
 
14
14
  spec.files = `git ls-files`.split($/)
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- Bib::Opsworks (0.0.1)
4
+ BibOpsworks (0.0.2)
5
5
  json
6
6
 
7
7
  GEM
@@ -33,7 +33,7 @@ PLATFORMS
33
33
  ruby
34
34
 
35
35
  DEPENDENCIES
36
- Bib::Opsworks!
36
+ BibOpsworks!
37
37
  bundler (~> 1.3)
38
38
  coveralls
39
39
  minitest (~> 5.0.8)
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # bib::opsworks
2
2
 
3
3
 
4
- [![Build Status](https://travis-ci.org/easybiblabs/bib-opsworks.png?branch=master)](https://travis-ci.org/easybiblabs/bib-opswors)
4
+ [![Build Status](https://travis-ci.org/easybiblabs/bib-opsworks.png?branch=master)](https://travis-ci.org/easybiblabs/bib-opsworks)
5
+ [![Gem Version](https://badge.fury.io/rb/BibOpsworks.png)](http://badge.fury.io/rb/BibOpsworks)
5
6
 
6
7
  ## Huh?
7
8
 
@@ -1,5 +1,5 @@
1
1
  module Bib
2
2
  module Opsworks
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
data/tests/bib_test.rb CHANGED
@@ -7,6 +7,6 @@ class BibTest < Minitest::Test
7
7
 
8
8
  def test_version
9
9
  bib = BibOpsworks.new({})
10
- assert_equal("0.0.1", bib.version())
10
+ assert_equal("0.0.2", bib.version())
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: BibOpsworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - fh
8
+ - tillk
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-10-28 00:00:00.000000000 Z
12
+ date: 2013-10-29 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: json
@@ -101,7 +102,7 @@ files:
101
102
  - tests/bib_test.rb
102
103
  - tests/composer_test.rb
103
104
  - tests/newrelic_test.rb
104
- homepage: https://github.com/fh/OpsworksEasybibGem
105
+ homepage: https://github.com/easybiblabs/bib-opsworks
105
106
  licenses: []
106
107
  metadata: {}
107
108
  post_install_message: