torquebox-webconsole 0.1.0 → 0.1.1

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.
@@ -1,5 +1,5 @@
1
1
  module Torquebox
2
2
  module Webconsole
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = Torquebox::Webconsole::VERSION
17
17
 
18
- gem.add_runtime_dependency 'tobias-rack-webconsole', '0.1.4'
18
+ gem.add_runtime_dependency 'tobias-rack-webconsole', '0.1.5'
19
19
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: torquebox-webconsole
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Ben Browning
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2012-04-19 00:00:00 Z
14
+ date: 2012-04-25 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: tobias-rack-webconsole
@@ -21,7 +21,7 @@ dependencies:
21
21
  requirements:
22
22
  - - "="
23
23
  - !ruby/object:Gem::Version
24
- version: 0.1.4
24
+ version: 0.1.5
25
25
  type: :runtime
26
26
  version_requirements: *id001
27
27
  description: Extends rack-webconsole to allow switching between TorqueBox app runtimes.