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.
@@ -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::Config::VERSION
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.}
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
- module Config
3
- VERSION = "0.0.1"
2
+ module ConfigRecipe
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: