capistrano-mb 0.22.0 → 0.22.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/capistrano-mb.gemspec +0 -3
- data/lib/capistrano/mb/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d40291377774ece50a7ae157b2ce1ec464cc7957
|
4
|
+
data.tar.gz: 6d4d4d808f4cf2dcc61468d8868a8fe21b9eb8df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8111f2a498215bfa4f4afb98420089b14e4d559f8706e3e5e52963ba0825a23d32b3f1f421bd8f4994f41cf9736c78da8179d2a082f2d82caf7c350ea6c1a9d
|
7
|
+
data.tar.gz: 9eeec3fc4f647d70b660bd42dcd04b15273faef82352e86527741899a8e11fa41ba6b99a6124b84701c8b06b2c6e1bd5f95edc06ad27b3f15162eb8b47b1a744
|
data/CHANGELOG.md
CHANGED
data/capistrano-mb.gemspec
CHANGED
@@ -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)/})
|
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.
|
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:
|
145
|
-
update your Gemfile.
|
144
|
+
post_install_message:
|
146
145
|
rdoc_options: []
|
147
146
|
require_paths:
|
148
147
|
- lib
|