taperole 1.3.4 → 1.3.5

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: 16a1adc45532dea999dbe4aa49b4da71c68c54c0
4
- data.tar.gz: 3ff9918d692c8b701903d2bedc3f82d57839880d
3
+ metadata.gz: 40a94253d8fb5c810cf62a823bd9799eb8d37fbb
4
+ data.tar.gz: 9984c5dc1ec02f4a98f2a475725509f0e6cac84a
5
5
  SHA512:
6
- metadata.gz: 760ad06db109bda64608bb243cca3bca19dcf8e583fd43c50288af9707f439e424f029444582d95c51d3006db8c0d1db90da6df34251c1cbf5390ee29611f76b
7
- data.tar.gz: 011b872ffbe7a79b2abdf75ebdb83f84bbab5cae73b34267f16a3122d774312e150ff45fa629528d8b9e00687e15c9981a394af919a9f696df504d82fb70bab8
6
+ metadata.gz: ec8f4da5f0226bd1a1cbe3a2fb0f31b7d3e80e901304046e32ec2c5664df1b79c0b30a04bb1b59958c1bd0b5879abfd5d37d30fc4cf7e3c6ae41583a35c8b055
7
+ data.tar.gz: 846ea018aece73e6f935fa69d0490a65b72020535886299f83b0a433e092f880892d81da344f22d8a10e3e39932682d8bad8655a1517699725d70716a9da62eb
@@ -45,8 +45,8 @@ class AnsibleRunner < ExecutionModule
45
45
  "This does it all."
46
46
 
47
47
  def initialize(*args)
48
- register_notifiers
49
48
  super
49
+ register_notifiers
50
50
  end
51
51
 
52
52
  protected
data/taperole.gemspec CHANGED
@@ -1,7 +1,8 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "taperole"
3
- spec.version = '1.3.4'
3
+ spec.version = '1.3.5'
4
4
  spec.authors = ['Jack Forrest', 'Smashing Boxes', 'Brandon Mathis']
5
+ spec.description = "General purpose server provisioning and application deployment toolkit"
5
6
  spec.email = ['jack@smashingboxes.com', 'brandon@sbox.es']
6
7
  spec.summary = 'A tool for provisioning and deploying boxes for hosting Rails apps'
7
8
  spec.license = 'MIT'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taperole
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Forrest
@@ -26,7 +26,7 @@ dependencies:
26
26
  - - "~>"
27
27
  - !ruby/object:Gem::Version
28
28
  version: '1.5'
29
- description:
29
+ description: General purpose server provisioning and application deployment toolkit
30
30
  email:
31
31
  - jack@smashingboxes.com
32
32
  - brandon@sbox.es