ansible-role 1.1.1 → 1.1.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: f7263a0e0da97b8ec50f2b7f51f4ad78380a666c
4
- data.tar.gz: 4a82f6519f3fbd226233c8df37254bf3fe65d0c2
3
+ metadata.gz: fa1cd86fc135d4a4b5068ea961bd7de1e7ec003e
4
+ data.tar.gz: 6685cf71a09f56dc87e184a86957476a90ae2c8f
5
5
  SHA512:
6
- metadata.gz: 15bebd42fdeb470dd2d32fb7532f8d8187b92d42a12e336a266ded4de622b00558da7da0562d8e54e9bd21c8bf9e2362b106640f1616b406975a01c1e8263ba7
7
- data.tar.gz: 73af937ff409c079192a0770a18982e6af6c004854122ca83bd103e17a71597d293b772c2f99b945afa0ccbafc7dd8d6c392a4d6ceee4bec095ef8d05a2ff4b9
6
+ metadata.gz: ee8c1103e666410ec244b745be7eaf3e9b769238087864811560a21f2945a70813b69be0ef3935977ef5328d58b4f4e0612646b59b7ac4174517ca1db50a65a2
7
+ data.tar.gz: a9ce7f80447ffb11b887f40b0b767f800a2468ca843d7a4a5b1b4863fc0ad80e63812c0bc8565f46a3057deb24373d1c086c6009346d154b208f61ffdb1ae91d
@@ -1,3 +1,13 @@
1
+ <a name="v1.1.2"></a>
2
+ ### v1.1.2 (2016-05-02)
3
+
4
+
5
+ #### Bug Fixes
6
+
7
+ * fix style guide typo ([74c1ee84](https://github.com/weareinteractive/gem-ansible-role/commit/74c1ee848b7398ca81bb96b392a2b6d26e1395d6))
8
+
9
+
10
+
1
11
  <a name="v1.1.1"></a>
2
12
  ### v1.1.1 (2016-02-20)
3
13
 
@@ -1,5 +1,5 @@
1
1
  module Ansible
2
2
  module Role
3
- VERSION = "1.1.1"
3
+ VERSION = "1.1.2"
4
4
  end
5
5
  end
@@ -65,7 +65,7 @@ $ make test
65
65
  ```
66
66
 
67
67
  ## Contributing
68
- In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests and examples for any new or changed functionality.
68
+ In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests and examples for any new or changed functionality.
69
69
 
70
70
  1. Fork it
71
71
  2. Create your feature branch (`git checkout -b my-new-feature`)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ansible-role
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - franklin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-20 00:00:00.000000000 Z
11
+ date: 2016-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: git