capistrano-config 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/capistrano-config.gemspec +1 -1
- data/lib/capistrano-config/version.rb +2 -2
- metadata +1 -1
data/capistrano-config.gemspec
CHANGED
@@ -5,7 +5,7 @@ require 'capistrano-config/version'
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |gem|
|
7
7
|
gem.name = "capistrano-config"
|
8
|
-
gem.version = Capistrano::
|
8
|
+
gem.version = Capistrano::ConfigRecipe::VERSION
|
9
9
|
gem.authors = ["Yamashita Yuu"]
|
10
10
|
gem.email = ["yamashita@geishatokyo.com"]
|
11
11
|
gem.description = %q{a capistrano recipe to manage configurations files.}
|