capistrano-mb 0.22.0 → 0.22.1

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: 636468db9344486d693871a6cd9f863ae6adaa4b
4
- data.tar.gz: cc71034d8dedf94388b96ad5c254f08ee1a67ecd
3
+ metadata.gz: d40291377774ece50a7ae157b2ce1ec464cc7957
4
+ data.tar.gz: 6d4d4d808f4cf2dcc61468d8868a8fe21b9eb8df
5
5
  SHA512:
6
- metadata.gz: 109be86d154b0e2d8eed01a3d79ac9deae7f2d246733d036773330c49d12e926ccb249e87c8223cac35b99702fe5db1eb9cee0dfc1a19d565ba6c555d9368c80
7
- data.tar.gz: 52879fa492ce9ac58c5b98c7a4a0f3b1f9d34f5ad3d088d170c6ac837cc42fc24ecb0f8998fb848467a025be0e02d0fb9e02ef4d0596fbef87fb7be5fc793542
6
+ metadata.gz: c8111f2a498215bfa4f4afb98420089b14e4d559f8706e3e5e52963ba0825a23d32b3f1f421bd8f4994f41cf9736c78da8179d2a082f2d82caf7c350ea6c1a9d
7
+ data.tar.gz: 9eeec3fc4f647d70b660bd42dcd04b15273faef82352e86527741899a8e11fa41ba6b99a6124b84701c8b06b2c6e1bd5f95edc06ad27b3f15162eb8b47b1a744
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * Your contribution here!
4
4
 
5
+ ## 0.22.1 (2015-06-22)
6
+
7
+ * Remove "capistrano-fiftyfive has been renamed to capistrano-mb" post-install message.
8
+
5
9
  ## 0.22.0 (2015-06-22)
6
10
 
7
11
  **THIS GEM HAS A NEW NAME! It is now `capistrano-mb`.**
@@ -17,9 +17,6 @@ Gem::Specification.new do |spec|
17
17
  spec.homepage = "https://github.com/mattbrictson/capistrano-mb"
18
18
  spec.license = "MIT"
19
19
 
20
- spec.post_install_message = "capistrano-fiftyfive has been renamed to "\
21
- "capistrano-mb. Please update your Gemfile."
22
-
23
20
  spec.files = `git ls-files`.split($/)
24
21
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
25
22
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module MB
3
- VERSION = "0.22.0"
3
+ VERSION = "0.22.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-mb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.22.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
@@ -141,8 +141,7 @@ homepage: https://github.com/mattbrictson/capistrano-mb
141
141
  licenses:
142
142
  - MIT
143
143
  metadata: {}
144
- post_install_message: capistrano-fiftyfive has been renamed to capistrano-mb. Please
145
- update your Gemfile.
144
+ post_install_message:
146
145
  rdoc_options: []
147
146
  require_paths:
148
147
  - lib