deploify 0.2.20 → 0.2.21

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.
data/deploify.gemspec CHANGED
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = "deploify - capistrano based and deprec inspired deploy solution served as a gem"
12
12
  gem.summary = "capistrano based and deprec inspired deploy gem"
13
13
  gem.homepage = "https://github.com/richardriman/deploify"
14
+ gem.licenses = ['MIT', 'GPL-2']
14
15
 
15
16
  gem.required_ruby_version = ">= 1.8.7"
16
17
 
@@ -1,7 +1,7 @@
1
1
  module Deploify
2
2
  MAJOR = 0
3
3
  MINOR = 2
4
- PATCH = 20
4
+ PATCH = 21
5
5
  BUILD = nil
6
6
 
7
7
  if BUILD.nil?
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deploify
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 20
10
- version: 0.2.20
9
+ - 21
10
+ version: 0.2.21
11
11
  platform: ruby
12
12
  authors:
13
13
  - Richard Riman
@@ -160,8 +160,9 @@ files:
160
160
  - lib/plugins/apt.rb
161
161
  - lib/plugins/std.rb
162
162
  homepage: https://github.com/richardriman/deploify
163
- licenses: []
164
-
163
+ licenses:
164
+ - MIT
165
+ - GPL-2
165
166
  post_install_message:
166
167
  rdoc_options: []
167
168