torquebox-configure 3.1.1-java → 3.1.2-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8a581a54572c9397b32dc2ca097396be79f0d47
4
- data.tar.gz: 603ac49df08fdd249792a29fc919a42876304b0b
3
+ metadata.gz: 0eed1157c0838064818621f592283f40bfe64bf9
4
+ data.tar.gz: 3a84dbd035bec96b072e83e7cb00835333c9487d
5
5
  SHA512:
6
- metadata.gz: c4fb3508f960ac96ef61b0547d4b4dfbcc2f5261e995d28ee49bc2365ef607640eb67a75e2f1e84b51cd3350b3c38119792840717295a24fcf8abb0acb42dddd
7
- data.tar.gz: 807b6ab43406b5c5e275182a5a5fa5af78af01fe8fca641889062a0ceb16754e84e797a95877ffc5c833cef2709a215a564bc2a180ee990b6a62f79cdc513f69
6
+ metadata.gz: 97bb8057cf9ca1e3e46564a793111d41ca0bb3bddc714f99b6addc7d36098ce423e5f19ce21a84994f4977d186a8b94ff53356ddafef43efe6ead1832d358629
7
+ data.tar.gz: 51fda3054393770a5615d126473caec4ed4b49eb050a0bccb2cfd9fba524ccc65a8a87e926930c3ba32a875aaae0aca6e836d0109a5dcdf1cfa14f5802562741
Binary file
@@ -1,6 +1,6 @@
1
1
  module TorqueboxConfigure
2
- VERSION = '3.1.1'
3
- MAVEN_VERSION = '3.1.1'
2
+ VERSION = '3.1.2'
3
+ MAVEN_VERSION = '3.1.2'
4
4
  end
5
5
  begin
6
6
  require 'java'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torquebox-configure
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: java
6
6
  authors:
7
7
  - The TorqueBox Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-25 00:00:00.000000000 Z
11
+ date: 2015-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: blankslate
@@ -49,13 +49,13 @@ files:
49
49
  - lib/torquebox-configure.jar
50
50
  - lib/torquebox-configure.rb
51
51
  - lib/gem_hook.rb
52
- - lib/torquebox/configuration.rb
53
52
  - lib/torquebox/configure.rb
54
- - lib/torquebox/configuration/global.rb
53
+ - lib/torquebox/configuration.rb
55
54
  - lib/torquebox/configuration/validator.rb
55
+ - lib/torquebox/configuration/global.rb
56
56
  - spec/validator_spec.rb
57
- - spec/options_macros.rb
58
57
  - spec/global_spec.rb
58
+ - spec/options_macros.rb
59
59
  homepage: http://torquebox.org/
60
60
  licenses:
61
61
  - Public Domain