torquebox-rake-support 3.0.1 → 3.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/share/rails/template.rb +2 -2
  3. metadata +12 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b537b8d0dcd72b9a426843ffa54a7a0eb706117
4
- data.tar.gz: 5893f93c5ee321986e25eead42730c42f919a84e
3
+ metadata.gz: d8d126703583a9c35053a389482dfc58da00d3e1
4
+ data.tar.gz: f0ad807a10aedf696d62da3daba2a2b32f066a03
5
5
  SHA512:
6
- metadata.gz: e10a7f139140b0fcbd26dd7671dbaadb8f1d85b985f67bb9b7f768fbf6f35fcf5466e6c39a87065eb9c98cc39a4e15f6d9702694dcee3481379178af5df1f882
7
- data.tar.gz: 33f3a3f03481c618b37e674233e5f91075abb9fd7bd9389332b4df25fb80765b1efd35ff7e8dd1fa48a85f8c8851c84a1dd3cdf7950229d7fafe0c69d1309eef
6
+ metadata.gz: 2a167a9d1161f528e161cd46adbff5cea6ce89406991f67c8c635108214ccec12b268a6fa617a40dc13bfb8800669fc118f45827abca26c06d22daf05d2165a8
7
+ data.tar.gz: 8d519da498211b7e7778e77fb6ba174c9e1b4b432eb76e08f2e9fc85f9b0ac339be507a633d70bffee996e2ada0ba2b45d035da3bf5f912cf4dd7f7acea4d005
@@ -16,9 +16,9 @@ else
16
16
  end
17
17
 
18
18
  if RAILS_2
19
- gem 'torquebox', :version => "3.0.1"
19
+ gem 'torquebox', :version => "3.0.2"
20
20
  else
21
- gem 'torquebox', "3.0.1"
21
+ gem 'torquebox', "3.0.2"
22
22
  end
23
23
 
24
24
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torquebox-rake-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - The TorqueBox Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-22 00:00:00.000000000 Z
11
+ date: 2014-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -52,29 +52,29 @@ files:
52
52
  - lib/torquebox-rake-support.rb
53
53
  - lib/org.torquebox.rake-support.rb
54
54
  - lib/torquebox/launchd.rb
55
- - lib/torquebox/server.rb
56
55
  - lib/torquebox/rails.rb
57
- - lib/torquebox/upstart.rb
58
56
  - lib/torquebox/deploy_utils.rb
57
+ - lib/torquebox/upstart.rb
58
+ - lib/torquebox/server.rb
59
59
  - lib/torquebox/rake/tasks.rb
60
60
  - lib/torquebox/rake/tasks/archive.rb
61
61
  - lib/torquebox/rake/tasks/deployment.rb
62
62
  - lib/torquebox/rake/tasks/server.rb
63
- - generators/USAGE
64
63
  - generators/torquebox_queue_generator.rb
64
+ - generators/USAGE
65
65
  - generators/templates/queue.rb
66
- - spec/server_spec.rb
66
+ - spec/rails_spec.rb
67
67
  - spec/spec_helper.rb
68
68
  - spec/upstart_spec.rb
69
69
  - spec/deploy_utils_spec.rb
70
- - spec/rails_spec.rb
71
- - spec/fixtures/simpleapp/config.ru
70
+ - spec/server_spec.rb
72
71
  - spec/fixtures/simpleapp/simpleapp.box
72
+ - spec/fixtures/simpleapp/config.ru
73
73
  - spec/fixtures/simpleapp/vendor/vendor.rb
74
- - spec/fixtures/simpleapp/app/app.box
75
- - spec/fixtures/simpleapp/app/puppet-master.rb
76
74
  - spec/fixtures/simpleapp/app/a-non-cached.gem
75
+ - spec/fixtures/simpleapp/app/puppet-master.rb
77
76
  - spec/fixtures/simpleapp/app/app.rb
77
+ - spec/fixtures/simpleapp/app/app.box
78
78
  - spec/fixtures/simpleapp/puppet/puppet.rb
79
79
  homepage: http://torquebox.org/
80
80
  licenses:
@@ -101,7 +101,7 @@ signing_key:
101
101
  specification_version: 4
102
102
  summary: TorqueBox Rake Support
103
103
  test_files:
104
- - spec/server_spec.rb
104
+ - spec/rails_spec.rb
105
105
  - spec/upstart_spec.rb
106
106
  - spec/deploy_utils_spec.rb
107
- - spec/rails_spec.rb
107
+ - spec/server_spec.rb