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 +4 -4
- data/History.rdoc +12 -0
- data/README.rdoc +6 -3
- data/lib/rjack-tarpit/base.rb +2 -2
- metadata +3 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 05427b3a1fa4679307c35999963816eff2042ee5
|
4
|
+
data.tar.gz: b86a757604ee7cefed86494b3b270e45d5237e6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
109
|
-
|
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
|
|
data/lib/rjack-tarpit/base.rb
CHANGED
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
|
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-
|
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.
|
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.
|