librarian-ansible 1.0.2 → 1.0.3

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: 2f75a78a90d935b4a367abc2610b4c3ce5cbeb47
4
- data.tar.gz: e65126065da8bb33dee648c966d623eb3603bdc0
3
+ metadata.gz: fcb5e41465c3eeffac4fc7b7d55191410581d9d3
4
+ data.tar.gz: ed8253b291f24347cbff70ab3ce10b6bda891bee
5
5
  SHA512:
6
- metadata.gz: 892c0b41fabfc8179ab4acb04d84ba178b276d6320d20fd6d173d70539d5ea73c7c566b3e9028119d81ee20975ea5330b937ff398bf0ffd167ba8adce34dc024
7
- data.tar.gz: 3c445723766c7e9c5afd12f003f3be7923bc3dd797bf9f348db5689dfd1943cfdc617fa653f7d91440a45429d75963d1d23c5611d72982f58a3636a236912d38
6
+ metadata.gz: 0bb1224ab9f28c30b15f1172de7bc3cd0fef6dd0853bdbb990ca8c3d0627cd7bbe4311fc0b73298d7de9f3c895b15b815d2ee15804249fda433dc611dd103837
7
+ data.tar.gz: 9e3ff764c9a89318d158c60076bcd1a59b27dfa334fa7f8d8b98a6a8e642bcc717b7dc07067c7a02a472dbfa10127a04d186b00cf0c8fe40c4081dab5a98dc30
@@ -1,5 +1,5 @@
1
1
  module Librarian
2
2
  module Ansible
3
- VERSION = "1.0.2"
3
+ VERSION = "1.0.3"
4
4
  end
5
5
  end
@@ -6,8 +6,8 @@ require 'librarian/ansible/version'
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = "librarian-ansible"
8
8
  gem.version = Librarian::Ansible::VERSION
9
- gem.authors = ["Jay Feldblum"]
10
- gem.email = ["y_feldblum@yahoo.com"]
9
+ gem.authors = ["Benjamin Coe"]
10
+ gem.email = ["bencoe@gmail.com"]
11
11
  gem.summary = %q{A Bundler for your Ansible roles.}
12
12
  gem.description = %q{A Bundler for your Ansible roles.}
13
13
  gem.homepage = ""
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: librarian-ansible
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
- - Jay Feldblum
7
+ - Benjamin Coe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
@@ -68,7 +68,7 @@ dependencies:
68
68
  version: '0'
69
69
  description: A Bundler for your Ansible roles.
70
70
  email:
71
- - y_feldblum@yahoo.com
71
+ - bencoe@gmail.com
72
72
  executables:
73
73
  - librarian-ansible
74
74
  extensions: []