torquebox-rake-support 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: torquebox-rake-support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 2.0.
|
5
|
+
version: 2.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- The TorqueBox Team
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2012-
|
13
|
+
date: 2012-05-01 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rake
|
@@ -48,24 +48,24 @@ extra_rdoc_files: []
|
|
48
48
|
|
49
49
|
files:
|
50
50
|
- licenses/lgpl-2.1.txt
|
51
|
-
- lib/org.torquebox.rake-support.rb
|
52
51
|
- lib/torquebox-rake-support.rb
|
53
|
-
- lib/torquebox
|
54
|
-
- lib/torquebox/rails.rb
|
55
|
-
- lib/torquebox/upstart.rb
|
52
|
+
- lib/org.torquebox.rake-support.rb
|
56
53
|
- lib/torquebox/server.rb
|
54
|
+
- lib/torquebox/upstart.rb
|
57
55
|
- lib/torquebox/launchd.rb
|
56
|
+
- lib/torquebox/deploy_utils.rb
|
57
|
+
- lib/torquebox/rails.rb
|
58
58
|
- lib/torquebox/rake/tasks.rb
|
59
|
-
- lib/torquebox/rake/tasks/archive.rb
|
60
59
|
- lib/torquebox/rake/tasks/server.rb
|
60
|
+
- lib/torquebox/rake/tasks/archive.rb
|
61
61
|
- lib/torquebox/rake/tasks/deployment.rb
|
62
|
-
- generators/USAGE
|
63
62
|
- generators/torquebox_queue_generator.rb
|
63
|
+
- generators/USAGE
|
64
64
|
- generators/templates/queue.rb
|
65
65
|
- spec/spec_helper.rb
|
66
|
+
- spec/deploy_utils_spec.rb
|
66
67
|
- spec/rails_spec.rb
|
67
68
|
- spec/server_spec.rb
|
68
|
-
- spec/deploy_utils_spec.rb
|
69
69
|
- spec/upstart_spec.rb
|
70
70
|
- spec/fixtures/simpleapp/config.ru
|
71
71
|
- spec/fixtures/simpleapp/simpleapp.box
|
@@ -97,7 +97,7 @@ signing_key:
|
|
97
97
|
specification_version: 3
|
98
98
|
summary: TorqueBox Rake Support
|
99
99
|
test_files:
|
100
|
+
- spec/deploy_utils_spec.rb
|
100
101
|
- spec/rails_spec.rb
|
101
102
|
- spec/server_spec.rb
|
102
|
-
- spec/deploy_utils_spec.rb
|
103
103
|
- spec/upstart_spec.rb
|