marcosgz-cap-template 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,6 +10,7 @@ Gem::Specification.new do |gem|
|
|
10
10
|
gem.email = ["mgzmaster@gmail.com", "tony.pitluga@gmail.com"]
|
11
11
|
gem.summary = %q{Capistrano Templates}
|
12
12
|
gem.homepage = "https://github.com/marcosgz/capistrano-template"
|
13
|
+
gem.license = 'MIT'
|
13
14
|
|
14
15
|
gem.files = `git ls-files`.split($/)
|
15
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: marcosgz-cap-template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-
|
13
|
+
date: 2013-09-04 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: capistrano
|
@@ -79,7 +79,8 @@ files:
|
|
79
79
|
- test/templates/hello.erb
|
80
80
|
- test/test_helper.rb
|
81
81
|
homepage: https://github.com/marcosgz/capistrano-template
|
82
|
-
licenses:
|
82
|
+
licenses:
|
83
|
+
- MIT
|
83
84
|
post_install_message:
|
84
85
|
rdoc_options: []
|
85
86
|
require_paths:
|