librarian-ansible 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9bbf8dc2ef3e9a3871948c3f7d0bcb290e8d5b3
4
- data.tar.gz: 62612f647b464352fa9a2c60c1d36f303b244050
3
+ metadata.gz: 2f75a78a90d935b4a367abc2610b4c3ce5cbeb47
4
+ data.tar.gz: e65126065da8bb33dee648c966d623eb3603bdc0
5
5
  SHA512:
6
- metadata.gz: bfafcfaa571b8bbeb194fa6a0b9867251bbc8e4d20e76c429e67b35d60410dfe5c66a83d3ba38699e9e5f7c310438a501cac43da43dbafeb5d438051b750048e
7
- data.tar.gz: 6c78c3d9f9fcbc5b5d21efd419101724a9cfaf6e2680758cf56341a4d91f6c46559e5d27148d65b4849ffede754bdc606dd9e462efebd07c91ff0cd78f53efd7
6
+ metadata.gz: 892c0b41fabfc8179ab4acb04d84ba178b276d6320d20fd6d173d70539d5ea73c7c566b3e9028119d81ee20975ea5330b937ff398bf0ffd167ba8adce34dc024
7
+ data.tar.gz: 3c445723766c7e9c5afd12f003f3be7923bc3dd797bf9f348db5689dfd1943cfdc617fa653f7d91440a45429d75963d1d23c5611d72982f58a3636a236912d38
data/README.md CHANGED
@@ -1,7 +1,11 @@
1
- Librarian::Ansible
1
+ Librarian-Ansible
2
2
  =================
3
3
 
4
- Port of librarian-chef, providing bundler functionality for Ansible roles.
4
+ Provides bundler-inspired functionality for Ansible roles:
5
+
6
+ http://bundler.io/v1.3/rationale.html
7
+
8
+ This is a port of [librarian-chef](https://github.com/applicationsonline/librarian-chef)
5
9
 
6
10
  Installation
7
11
  ------------
@@ -70,7 +74,7 @@ librarian-ansible install
70
74
 
71
75
  The first time you run this, an Ansible.lock file will be created which should be checked into your repo. This file ensures that other developers are pinned to the appropriate role versions.
72
76
 
73
- On Version #s
77
+ Specifying Version #s
74
78
  -------------
75
79
 
76
80
  librarian-ansible supports version #s, simply add one to your `meta/main.yml` file:
@@ -15,7 +15,7 @@ module Librarian
15
15
  def read_manifest(name, manifest_path)
16
16
  if [".yml", ".yaml"].include?(manifest_path.extname)
17
17
  YAML.load(binread(manifest_path)).tap do |m|
18
- m["dependencies"] ||= []
18
+ m["dependencies"] = []
19
19
  end
20
20
  end
21
21
  end
@@ -1,5 +1,5 @@
1
1
  module Librarian
2
2
  module Ansible
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: librarian-ansible
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jay Feldblum
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-25 00:00:00.000000000 Z
11
+ date: 2014-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: librarian