torquebox-rake-support 2.3.1 → 2.3.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/share/rails/template.rb +2 -2
- metadata +20 -22
data/share/rails/template.rb
CHANGED
metadata
CHANGED
|
@@ -2,26 +2,26 @@
|
|
|
2
2
|
name: torquebox-rake-support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 2.3.
|
|
5
|
+
version: 2.3.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- The TorqueBox Team
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-06-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rake
|
|
16
16
|
version_requirements: !ruby/object:Gem::Requirement
|
|
17
17
|
requirements:
|
|
18
|
-
- -
|
|
18
|
+
- - '>='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
20
|
version: 0.8.7
|
|
21
21
|
none: false
|
|
22
22
|
requirement: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 0.8.7
|
|
27
27
|
none: false
|
|
@@ -56,31 +56,31 @@ files:
|
|
|
56
56
|
- bin/adjust-rails-template.rb
|
|
57
57
|
- lib/torquebox-rake-support.rb
|
|
58
58
|
- lib/org.torquebox.rake-support.rb
|
|
59
|
+
- lib/torquebox/server.rb
|
|
59
60
|
- lib/torquebox/upstart.rb
|
|
60
|
-
- lib/torquebox/rails.rb
|
|
61
|
-
- lib/torquebox/deploy_utils.rb
|
|
62
61
|
- lib/torquebox/launchd.rb
|
|
63
|
-
- lib/torquebox/
|
|
62
|
+
- lib/torquebox/deploy_utils.rb
|
|
63
|
+
- lib/torquebox/rails.rb
|
|
64
64
|
- lib/torquebox/rake/tasks.rb
|
|
65
|
-
- lib/torquebox/rake/tasks/deployment.rb
|
|
66
|
-
- lib/torquebox/rake/tasks/archive.rb
|
|
67
65
|
- lib/torquebox/rake/tasks/server.rb
|
|
68
|
-
-
|
|
66
|
+
- lib/torquebox/rake/tasks/archive.rb
|
|
67
|
+
- lib/torquebox/rake/tasks/deployment.rb
|
|
69
68
|
- generators/torquebox_queue_generator.rb
|
|
69
|
+
- generators/USAGE
|
|
70
70
|
- generators/templates/queue.rb
|
|
71
71
|
- spec/upstart_spec.rb
|
|
72
|
-
- spec/rails_spec.rb
|
|
73
72
|
- spec/deploy_utils_spec.rb
|
|
74
|
-
- spec/
|
|
73
|
+
- spec/rails_spec.rb
|
|
75
74
|
- spec/server_spec.rb
|
|
76
|
-
- spec/
|
|
75
|
+
- spec/spec_helper.rb
|
|
77
76
|
- spec/fixtures/simpleapp/config.ru
|
|
78
|
-
- spec/fixtures/simpleapp/
|
|
77
|
+
- spec/fixtures/simpleapp/simpleapp.box
|
|
79
78
|
- spec/fixtures/simpleapp/puppet/puppet.rb
|
|
80
|
-
- spec/fixtures/simpleapp/app/app.rb
|
|
81
79
|
- spec/fixtures/simpleapp/app/puppet-master.rb
|
|
82
80
|
- spec/fixtures/simpleapp/app/app.box
|
|
81
|
+
- spec/fixtures/simpleapp/app/app.rb
|
|
83
82
|
- spec/fixtures/simpleapp/app/a-non-cached.gem
|
|
83
|
+
- spec/fixtures/simpleapp/vendor/vendor.rb
|
|
84
84
|
homepage: http://torquebox.org/
|
|
85
85
|
licenses:
|
|
86
86
|
- lgpl
|
|
@@ -90,17 +90,15 @@ require_paths:
|
|
|
90
90
|
- lib
|
|
91
91
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
92
92
|
requirements:
|
|
93
|
-
- -
|
|
93
|
+
- - '>='
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
|
-
version:
|
|
96
|
-
MA==
|
|
95
|
+
version: '0'
|
|
97
96
|
none: false
|
|
98
97
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
99
98
|
requirements:
|
|
100
|
-
- -
|
|
99
|
+
- - '>='
|
|
101
100
|
- !ruby/object:Gem::Version
|
|
102
|
-
version:
|
|
103
|
-
MA==
|
|
101
|
+
version: '0'
|
|
104
102
|
none: false
|
|
105
103
|
requirements: []
|
|
106
104
|
rubyforge_project:
|
|
@@ -110,6 +108,6 @@ specification_version: 3
|
|
|
110
108
|
summary: TorqueBox Rake Support
|
|
111
109
|
test_files:
|
|
112
110
|
- spec/upstart_spec.rb
|
|
113
|
-
- spec/rails_spec.rb
|
|
114
111
|
- spec/deploy_utils_spec.rb
|
|
112
|
+
- spec/rails_spec.rb
|
|
115
113
|
- spec/server_spec.rb
|