rjack-tarpit 2.0.3-java → 2.1.0-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: 4ca98d24f4d004b722b4cbebb1850c45bd210098
4
- data.tar.gz: d2d467463ac7774d8be69b1c4c56faded3134aff
3
+ metadata.gz: 05427b3a1fa4679307c35999963816eff2042ee5
4
+ data.tar.gz: b86a757604ee7cefed86494b3b270e45d5237e6f
5
5
  SHA512:
6
- metadata.gz: f4ab9c889d858a5f7ad01e65992402eedaf9156b148658604df09af376f19ff8f9fa15f0e3247d89cd46c1756c1983d4b69f0d95079900197d48cfd1ed26804a
7
- data.tar.gz: 067abc03ab7650008b4f3c531b31e6997caa99c5dfc9e8c6a4486627328c701b1515b867e9725e5f016b9b53c7d59e745fffc312cfd144348db43bab87cb8ea6
6
+ metadata.gz: da58b4726f880172790e21e199cf4ee7d607388b03ea11173d981bdf240499fcc15332d60ebe68978e8720f7906e71988d5936ffb0be4f90d7667d84dad2ee83
7
+ data.tar.gz: 588150eef1d87e9911ac0e9b2d798db3ad5f28a35081e91b5ca0229db848f82dfcfa8967ea687f13d61172269eaab8eea1f262fa588ced087cb73b911d2168b4
data/History.rdoc CHANGED
@@ -1,3 +1,15 @@
1
+ === 2.1.0 (2013-12-5)
2
+ * Drop gemspec (java) dependency on jruby-openssl. This breaks jruby
3
+ 1.6.x compatibility, at minimum, for the rubygems "rake push"
4
+ target. We can't just update or broaden the jruby-openssl dependency
5
+ because jruby-openssl 0.9.x is broken on jruby 1.6.x. Meanwhile
6
+ certain RVM environments (like the ones used for Travis CI) pre-load
7
+ jruby-openssl 0.9.x which then causes a conflict if Tarpit declares
8
+ a dependency on jruby-openssl ~> 0.8.1. So the only remaining path
9
+ forward is to partially discontinue support for jruby 1.6.x. Local
10
+ testing with this version should still work, but things like
11
+ "rake push" will now require jruby 1.7 and a builtin, working SSL.
12
+
1
13
  === 2.0.3 (2013-8-6)
2
14
  * Expand rake dependency to [>= 0.9.2.2, < 11] (works with Rake 10.1)
3
15
  * Expand rdoc dependency to [>= 3.12, < 5] (works with rdoc 4.0.1)
data/README.rdoc CHANGED
@@ -69,7 +69,7 @@ project is re-packaging upstream jars as a gem.
69
69
  Sample gemspec for a gem including a single jar, built from java
70
70
  source with maven (see also included test/jproject):
71
71
 
72
- gem 'rjack-tarpit', '~> 2.0'
72
+ gem 'rjack-tarpit', '~> 2.1'
73
73
  require 'rjack-tarpit/spec'
74
74
 
75
75
  RJack::TarPit.specify do |s|
@@ -105,8 +105,11 @@ as the gemspec's files.
105
105
  == Dependencies
106
106
 
107
107
  See the gem dependencies. The rjack-maven gem is only a dependency on
108
- the java platform. With JRuby 1.6.x, you may need to install
109
- jruby-openssl for builds requiring SSL support.
108
+ the java platform.
109
+
110
+ JRuby 1.6.x is only partially supported as of tarpit version 2.1.0,
111
+ since it has become impossible to declare an openssl dependency which
112
+ works correctly across JRuby 1.6.x and 1.7 in all target environments.
110
113
 
111
114
  == License
112
115
 
@@ -16,7 +16,7 @@
16
16
 
17
17
  module RJack
18
18
  module TarPit
19
- MINOR_VERSION = '2.0'
20
- VERSION = MINOR_VERSION + '.3'
19
+ MINOR_VERSION = '2.1'
20
+ VERSION = MINOR_VERSION + '.0'
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rjack-tarpit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.1.0
5
5
  platform: java
6
6
  authors:
7
7
  - David Kellum
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-07 00:00:00.000000000 Z
11
+ date: 2013-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -78,20 +78,6 @@ dependencies:
78
78
  version: 3.0.4
79
79
  prerelease: false
80
80
  type: :runtime
81
- - !ruby/object:Gem::Dependency
82
- name: jruby-openssl
83
- version_requirements: !ruby/object:Gem::Requirement
84
- requirements:
85
- - - ~>
86
- - !ruby/object:Gem::Version
87
- version: 0.8.1
88
- requirement: !ruby/object:Gem::Requirement
89
- requirements:
90
- - - ~>
91
- - !ruby/object:Gem::Version
92
- version: 0.8.1
93
- prerelease: false
94
- type: :runtime
95
81
  - !ruby/object:Gem::Dependency
96
82
  name: rjack-slf4j
97
83
  version_requirements: !ruby/object:Gem::Requirement
@@ -195,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
181
  version: '0'
196
182
  requirements: []
197
183
  rubyforge_project:
198
- rubygems_version: 2.0.6
184
+ rubygems_version: 2.1.9
199
185
  signing_key:
200
186
  specification_version: 4
201
187
  summary: TarPit provides the glue for an unholy union of build tools. TarPit includes general automation for any rubygems project. It originally used and remains heavily influenced by Hoe (e.g. Manifest.txt.) However, it fully supports use of Bundler.