BibOpsworks 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/BibOpsworks.gemspec +2 -2
- data/Gemfile.lock +2 -2
- data/README.md +2 -1
- data/lib/bib/opsworks/version.rb +1 -1
- data/tests/bib_test.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17d9198e5b80c83a651f659464d021699f13df71
|
4
|
+
data.tar.gz: 7d698c23931a5d5c9e4c39c57ccf24f94c38e0db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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
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-
|
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
|
|
data/lib/bib/opsworks/version.rb
CHANGED
data/tests/bib_test.rb
CHANGED
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.
|
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-
|
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/
|
105
|
+
homepage: https://github.com/easybiblabs/bib-opsworks
|
105
106
|
licenses: []
|
106
107
|
metadata: {}
|
107
108
|
post_install_message:
|