capistrano-shared_file 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -18,12 +18,7 @@ Jeweler::Tasks.new do |gem|
18
18
  gem.homepage = "http://github.com/teohm/capistrano-shared_file"
19
19
  gem.license = "MIT"
20
20
  gem.summary = %Q{Capistrano recipe to symlink shared files e.g. config/database.yml}
21
- gem.description = %Q{
22
- To use the recipe, add the following lines to config/deploy.rb:
23
-
24
- #set :shared_files, %w(config/database.yml) # optional, as it's the default value
25
- require 'capistrano/shared_file'
26
- }
21
+ gem.description = %Q{Capistrano recipe to symlink shared files e.g. config/database.yml}
27
22
  gem.email = "teohuiming@gmail.com"
28
23
  gem.authors = ["teohm"]
29
24
  # dependencies defined in Gemfile
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "capistrano-shared_file"
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["teohm"]
12
12
  s.date = "2012-05-11"
13
- s.description = "\n To use the recipe, add the following lines to config/deploy.rb: \n \n #set :shared_files, %w(config/database.yml) # optional, as it's the default value\n require 'capistrano/shared_file'\n "
13
+ s.description = "Capistrano recipe to symlink shared files e.g. config/database.yml"
14
14
  s.email = "teohuiming@gmail.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE.txt",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-shared_file
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -59,9 +59,7 @@ dependencies:
59
59
  - - ~>
60
60
  - !ruby/object:Gem::Version
61
61
  version: 1.8.3
62
- description: ! "\n To use the recipe, add the following lines to config/deploy.rb:
63
- \n \n #set :shared_files, %w(config/database.yml) # optional, as it's the default
64
- value\n require 'capistrano/shared_file'\n "
62
+ description: Capistrano recipe to symlink shared files e.g. config/database.yml
65
63
  email: teohuiming@gmail.com
66
64
  executables: []
67
65
  extensions: []
@@ -93,7 +91,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
93
91
  version: '0'
94
92
  segments:
95
93
  - 0
96
- hash: -955439828747405408
94
+ hash: 2576442302221733653
97
95
  required_rubygems_version: !ruby/object:Gem::Requirement
98
96
  none: false
99
97
  requirements: