torquebox-configure 2.3.1-java → 2.3.2-java

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.
Binary file
@@ -1,6 +1,6 @@
1
1
  module TorqueboxConfigure
2
- VERSION = '2.3.1'
3
- MAVEN_VERSION = '2.3.1'
2
+ VERSION = '2.3.2'
3
+ MAVEN_VERSION = '2.3.2'
4
4
  end
5
5
  begin
6
6
  require 'java'
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: torquebox-configure
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.3.1
5
+ version: 2.3.2
6
6
  platform: java
7
7
  authors:
8
8
  - The TorqueBox Team
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-07 00:00:00.000000000 Z
12
+ date: 2013-06-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: blankslate
@@ -58,9 +58,9 @@ files:
58
58
  - lib/torquebox/configure.rb
59
59
  - lib/torquebox/configuration/global.rb
60
60
  - lib/torquebox/configuration/validator.rb
61
- - spec/global_spec.rb
62
61
  - spec/validator_spec.rb
63
62
  - spec/options_macros.rb
63
+ - spec/global_spec.rb
64
64
  homepage: http://torquebox.org/
65
65
  licenses:
66
66
  - lgpl
@@ -70,17 +70,15 @@ require_paths:
70
70
  - lib
71
71
  required_ruby_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ">="
73
+ - - '>='
74
74
  - !ruby/object:Gem::Version
75
- version: !binary |-
76
- MA==
75
+ version: '0'
77
76
  none: false
78
77
  required_rubygems_version: !ruby/object:Gem::Requirement
79
78
  requirements:
80
- - - ">="
79
+ - - '>='
81
80
  - !ruby/object:Gem::Version
82
- version: !binary |-
83
- MA==
81
+ version: '0'
84
82
  none: false
85
83
  requirements: []
86
84
  rubyforge_project:
@@ -89,5 +87,5 @@ signing_key:
89
87
  specification_version: 3
90
88
  summary: TorqueBox Configure Gem
91
89
  test_files:
92
- - spec/global_spec.rb
93
90
  - spec/validator_spec.rb
91
+ - spec/global_spec.rb