torquebox-configure 3.0.0-java → 3.0.1-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: e026869dab1271b1dd29500d5f3a1c8754206f1d
4
+ data.tar.gz: af20c28a2686b17a51cd6b47f97d5114d5d8c1a5
5
+ SHA512:
6
+ metadata.gz: 2cf72c1849991f9e992dee1786f997969f84051d78a209da11fd0c52a8f4b3b0bd3bf0f7ce1699bc2ecd04ec347bca8cbf9f7fc8d554306e5b9322bc1fda3425
7
+ data.tar.gz: 05ed0df1430a5382b64a174ef36b2e42beeb525646dac834384297dc24b42de4ece03357251567a9a77c8fe760f782c24a1fc3d8347d1309a0d167d5fff671b5
Binary file
@@ -1,6 +1,6 @@
1
1
  module TorqueboxConfigure
2
- VERSION = '3.0.0'
3
- MAVEN_VERSION = '3.0.0'
2
+ VERSION = '3.0.1'
3
+ MAVEN_VERSION = '3.0.1'
4
4
  end
5
5
  begin
6
6
  require 'java'
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torquebox-configure
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 3.0.0
4
+ version: 3.0.1
6
5
  platform: java
7
6
  authors:
8
7
  - The TorqueBox Team
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-08-28 00:00:00.000000000 Z
11
+ date: 2013-11-22 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: blankslate
@@ -18,13 +17,11 @@ dependencies:
18
17
  - - '='
19
18
  - !ruby/object:Gem::Version
20
19
  version: 2.1.2.4
21
- none: false
22
20
  requirement: !ruby/object:Gem::Requirement
23
21
  requirements:
24
22
  - - '='
25
23
  - !ruby/object:Gem::Version
26
24
  version: 2.1.2.4
27
- none: false
28
25
  prerelease: false
29
26
  type: :runtime
30
27
  - !ruby/object:Gem::Dependency
@@ -34,13 +31,11 @@ dependencies:
34
31
  - - '='
35
32
  - !ruby/object:Gem::Version
36
33
  version: 2.7.0
37
- none: false
38
34
  requirement: !ruby/object:Gem::Requirement
39
35
  requirements:
40
36
  - - '='
41
37
  - !ruby/object:Gem::Version
42
38
  version: 2.7.0
43
- none: false
44
39
  prerelease: false
45
40
  type: :development
46
41
  description: ''
@@ -54,16 +49,17 @@ files:
54
49
  - lib/torquebox-configure.jar
55
50
  - lib/torquebox-configure.rb
56
51
  - lib/gem_hook.rb
57
- - lib/torquebox/configure.rb
58
52
  - lib/torquebox/configuration.rb
59
- - lib/torquebox/configuration/global.rb
53
+ - lib/torquebox/configure.rb
60
54
  - lib/torquebox/configuration/validator.rb
61
- - spec/validator_spec.rb
55
+ - lib/torquebox/configuration/global.rb
62
56
  - spec/global_spec.rb
63
57
  - spec/options_macros.rb
58
+ - spec/validator_spec.rb
64
59
  homepage: http://torquebox.org/
65
60
  licenses:
66
61
  - Public Domain
62
+ metadata: {}
67
63
  post_install_message:
68
64
  rdoc_options: []
69
65
  require_paths:
@@ -73,19 +69,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
73
69
  - - '>='
74
70
  - !ruby/object:Gem::Version
75
71
  version: '0'
76
- none: false
77
72
  required_rubygems_version: !ruby/object:Gem::Requirement
78
73
  requirements:
79
74
  - - '>='
80
75
  - !ruby/object:Gem::Version
81
76
  version: '0'
82
- none: false
83
77
  requirements: []
84
78
  rubyforge_project:
85
- rubygems_version: 1.8.24
79
+ rubygems_version: 2.1.9
86
80
  signing_key:
87
- specification_version: 3
81
+ specification_version: 4
88
82
  summary: TorqueBox Configure Gem
89
83
  test_files:
90
- - spec/validator_spec.rb
91
84
  - spec/global_spec.rb
85
+ - spec/validator_spec.rb