torquebox-configure 3.1.0-java → 3.1.1-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: 0b06af41ee507dc1ad07dc4a528e204765b50088
4
- data.tar.gz: 4e5fb28561e9745656dc695eb7b4d1b8e69de37b
3
+ metadata.gz: e8a581a54572c9397b32dc2ca097396be79f0d47
4
+ data.tar.gz: 603ac49df08fdd249792a29fc919a42876304b0b
5
5
  SHA512:
6
- metadata.gz: 0d1bf19f2161b027e61faa3140af73b2a11a37897e517816b8aeb240b6a035eb59da54f1246da81c8f0c41fd2a147ddd384cc1ad817cf9e9eed39eacb080ebd5
7
- data.tar.gz: f83a21ce43f56c424db25ca2e3b7a20789cebc0dfa42bbba7b59050cf385bfa08fb3fa52b40f9049d8f00522795a5e977252af5417e78f5bea9ee7f43b49f7ff
6
+ metadata.gz: c4fb3508f960ac96ef61b0547d4b4dfbcc2f5261e995d28ee49bc2365ef607640eb67a75e2f1e84b51cd3350b3c38119792840717295a24fcf8abb0acb42dddd
7
+ data.tar.gz: 807b6ab43406b5c5e275182a5a5fa5af78af01fe8fca641889062a0ceb16754e84e797a95877ffc5c833cef2709a215a564bc2a180ee990b6a62f79cdc513f69
Binary file
@@ -1,6 +1,6 @@
1
1
  module TorqueboxConfigure
2
- VERSION = '3.1.0'
3
- MAVEN_VERSION = '3.1.0'
2
+ VERSION = '3.1.1'
3
+ MAVEN_VERSION = '3.1.1'
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.0
4
+ version: 3.1.1
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-03-24 00:00:00.000000000 Z
11
+ date: 2014-06-25 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/configure.rb
53
52
  - lib/torquebox/configuration.rb
53
+ - lib/torquebox/configure.rb
54
54
  - lib/torquebox/configuration/global.rb
55
55
  - lib/torquebox/configuration/validator.rb
56
- - spec/global_spec.rb
57
56
  - spec/validator_spec.rb
58
57
  - spec/options_macros.rb
58
+ - spec/global_spec.rb
59
59
  homepage: http://torquebox.org/
60
60
  licenses:
61
61
  - Public Domain
@@ -81,5 +81,5 @@ signing_key:
81
81
  specification_version: 4
82
82
  summary: TorqueBox Configure Gem
83
83
  test_files:
84
- - spec/global_spec.rb
85
84
  - spec/validator_spec.rb
85
+ - spec/global_spec.rb