yiifony 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/lib/yiifony.rb +1 -0
- data/yiifony.gemspec +84 -0
- metadata +4 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.2
|
data/lib/yiifony.rb
CHANGED
@@ -56,6 +56,7 @@ namespace :deploy do
|
|
56
56
|
desc "Customize the finalize_update task to work with yii."
|
57
57
|
task :finalize_update, :except => { :no_release => true } do
|
58
58
|
run "chmod -R g+w #{latest_release}" if fetch(:group_writable, true)
|
59
|
+
run "chmod 777 #{latest_release}/protected/runtime"
|
59
60
|
run "mkdir -p #{latest_release}/cache"
|
60
61
|
|
61
62
|
# Share common files & folders
|
data/yiifony.gemspec
ADDED
@@ -0,0 +1,84 @@
|
|
1
|
+
# Generated by jeweler
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
4
|
+
# -*- encoding: utf-8 -*-
|
5
|
+
|
6
|
+
Gem::Specification.new do |s|
|
7
|
+
s.name = %q{yiifony}
|
8
|
+
s.version = "0.0.2"
|
9
|
+
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
|
+
s.authors = ["Andrey Voronov"]
|
12
|
+
s.date = %q{2011-03-23}
|
13
|
+
s.default_executable = %q{yiifony}
|
14
|
+
s.description = %q{Yii deployment with capistrano, useful tasks, rollback deployment and more}
|
15
|
+
s.email = %q{voronov84@gmail.com}
|
16
|
+
s.executables = ["yiifony"]
|
17
|
+
s.extra_rdoc_files = [
|
18
|
+
"LICENSE.txt",
|
19
|
+
"README.rdoc"
|
20
|
+
]
|
21
|
+
s.files = [
|
22
|
+
".document",
|
23
|
+
"Gemfile",
|
24
|
+
"Gemfile.lock",
|
25
|
+
"LICENSE.txt",
|
26
|
+
"README.rdoc",
|
27
|
+
"Rakefile",
|
28
|
+
"VERSION",
|
29
|
+
"bin/yiifony",
|
30
|
+
"lib/yiifony.rb",
|
31
|
+
"test/helper.rb",
|
32
|
+
"test/test_yiifony.rb",
|
33
|
+
"yiifony.gemspec"
|
34
|
+
]
|
35
|
+
s.homepage = %q{http://github.com/voronov/yiifony}
|
36
|
+
s.licenses = ["MIT"]
|
37
|
+
s.require_paths = ["lib"]
|
38
|
+
s.rubygems_version = %q{1.6.2}
|
39
|
+
s.summary = %q{Yii deployment with capistrano}
|
40
|
+
s.test_files = [
|
41
|
+
"test/helper.rb",
|
42
|
+
"test/test_yiifony.rb"
|
43
|
+
]
|
44
|
+
|
45
|
+
if s.respond_to? :specification_version then
|
46
|
+
s.specification_version = 3
|
47
|
+
|
48
|
+
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
49
|
+
s.add_runtime_dependency(%q<capistrano>, [">= 2.5.20"])
|
50
|
+
s.add_runtime_dependency(%q<capistrano-ext>, [">= 1.2.1"])
|
51
|
+
s.add_development_dependency(%q<shoulda>, [">= 0"])
|
52
|
+
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
|
53
|
+
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
|
54
|
+
s.add_development_dependency(%q<rcov>, [">= 0"])
|
55
|
+
s.add_runtime_dependency(%q<capistrano>, [">= 2.5.20"])
|
56
|
+
s.add_runtime_dependency(%q<capistrano-ext>, [">= 1.2.1"])
|
57
|
+
s.add_development_dependency(%q<capistrano>, [">= 2.5.20"])
|
58
|
+
s.add_development_dependency(%q<capistrano-ext>, [">= 1.2.1"])
|
59
|
+
else
|
60
|
+
s.add_dependency(%q<capistrano>, [">= 2.5.20"])
|
61
|
+
s.add_dependency(%q<capistrano-ext>, [">= 1.2.1"])
|
62
|
+
s.add_dependency(%q<shoulda>, [">= 0"])
|
63
|
+
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
|
64
|
+
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
|
65
|
+
s.add_dependency(%q<rcov>, [">= 0"])
|
66
|
+
s.add_dependency(%q<capistrano>, [">= 2.5.20"])
|
67
|
+
s.add_dependency(%q<capistrano-ext>, [">= 1.2.1"])
|
68
|
+
s.add_dependency(%q<capistrano>, [">= 2.5.20"])
|
69
|
+
s.add_dependency(%q<capistrano-ext>, [">= 1.2.1"])
|
70
|
+
end
|
71
|
+
else
|
72
|
+
s.add_dependency(%q<capistrano>, [">= 2.5.20"])
|
73
|
+
s.add_dependency(%q<capistrano-ext>, [">= 1.2.1"])
|
74
|
+
s.add_dependency(%q<shoulda>, [">= 0"])
|
75
|
+
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
|
76
|
+
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
|
77
|
+
s.add_dependency(%q<rcov>, [">= 0"])
|
78
|
+
s.add_dependency(%q<capistrano>, [">= 2.5.20"])
|
79
|
+
s.add_dependency(%q<capistrano-ext>, [">= 1.2.1"])
|
80
|
+
s.add_dependency(%q<capistrano>, [">= 2.5.20"])
|
81
|
+
s.add_dependency(%q<capistrano-ext>, [">= 1.2.1"])
|
82
|
+
end
|
83
|
+
end
|
84
|
+
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yiifony
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Andrey Voronov
|
@@ -195,6 +195,7 @@ files:
|
|
195
195
|
- lib/yiifony.rb
|
196
196
|
- test/helper.rb
|
197
197
|
- test/test_yiifony.rb
|
198
|
+
- yiifony.gemspec
|
198
199
|
has_rdoc: true
|
199
200
|
homepage: http://github.com/voronov/yiifony
|
200
201
|
licenses:
|