torquebox-configure 2.0.0-java → 2.0.1-java

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -1,6 +1,6 @@
1
1
  module TorqueboxConfigure
2
- VERSION = '2.0.0'
3
- MAVEN_VERSION = '2.0.0'
2
+ VERSION = '2.0.1'
3
+ MAVEN_VERSION = '2.0.1'
4
4
  end
5
5
  begin
6
6
  require 'java'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: torquebox-configure
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.0.0
5
+ version: 2.0.1
6
6
  platform: java
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-03-31 00:00:00 Z
13
+ date: 2012-04-16 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: blankslate
@@ -48,10 +48,10 @@ files:
48
48
  - lib/torquebox-configure.jar
49
49
  - lib/torquebox-configure.rb
50
50
  - lib/gem_hook.rb
51
- - lib/torquebox/configure.rb
52
51
  - lib/torquebox/configuration.rb
53
- - lib/torquebox/configuration/validator.rb
52
+ - lib/torquebox/configure.rb
54
53
  - lib/torquebox/configuration/global.rb
54
+ - lib/torquebox/configuration/validator.rb
55
55
  - spec/validator_spec.rb
56
56
  - spec/global_spec.rb
57
57
  - spec/options_macros.rb