capistrano-content 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/capistrano-content.gemspec +2 -2
- metadata +3 -3
data/capistrano-content.gemspec
CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |gem|
|
|
5
5
|
gem.email = ['wael.nasreddine@gmail.com']
|
6
6
|
gem.description = 'Capistrano recipes for content managment'
|
7
7
|
gem.summary = gem.summary
|
8
|
-
gem.homepage = 'http://technogate.github.com/
|
8
|
+
gem.homepage = 'http://technogate.github.com/contao'
|
9
9
|
gem.required_ruby_version = Gem::Requirement.new('>= 1.9.2')
|
10
10
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
|
|
13
13
|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
14
14
|
gem.name = 'capistrano-content'
|
15
15
|
gem.require_paths = ['lib']
|
16
|
-
gem.version = '0.0.
|
16
|
+
gem.version = '0.0.5'
|
17
17
|
|
18
18
|
# Runtime dependencies
|
19
19
|
gem.add_dependency 'rake'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-content
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -73,7 +73,7 @@ files:
|
|
73
73
|
- Rakefile
|
74
74
|
- capistrano-content.gemspec
|
75
75
|
- lib/capistrano/ext/content.rb
|
76
|
-
homepage: http://technogate.github.com/
|
76
|
+
homepage: http://technogate.github.com/contao
|
77
77
|
licenses: []
|
78
78
|
post_install_message:
|
79
79
|
rdoc_options: []
|
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
93
|
version: '0'
|
94
94
|
segments:
|
95
95
|
- 0
|
96
|
-
hash:
|
96
|
+
hash: -2110416191585778154
|
97
97
|
requirements: []
|
98
98
|
rubyforge_project:
|
99
99
|
rubygems_version: 1.8.23
|