rjack-tarpit 2.1.1-java → 2.1.2-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
- SHA1:
3
- metadata.gz: f90600506fe7478178d9170e3d1984cf19bf7fb9
4
- data.tar.gz: ce38564c8c1ed9d909c2254b7890f939ef1822d5
2
+ SHA256:
3
+ metadata.gz: 68e716e9a8566076eb79fb2841bbdfc8a28e33654f462400c056eb9c84768c7e
4
+ data.tar.gz: ccc5be5b807ed6c256cbdcb7a2ad39e294258ff642a4adebfadc87b8cb9f759f
5
5
  SHA512:
6
- metadata.gz: c29af9fb9060ab3d6aa9e4dd473ebe85358c32deba64c16487327caeb2b56dbbcd9f8db79feca8f501d88870fc549ac92dfd5b3ac1356053cef084ee1c23e145
7
- data.tar.gz: bcdebf3e15d2651f882ecf9f955513078c53f6efe12ec7838ba653f337c167f45f883e77f12fe4b6d537474425b0d605df22d56f776e5b5f1a18c2c34acc7d17
6
+ metadata.gz: b9049176a83fe724c6d6da8ccde2a3fdedf5b16f534832471ebe6f41e2ebe5a39c0988e8ff23fe5f231d53259cb01715ccbe9b1a7bdcbe8e3d0d4817c70e45e1
7
+ data.tar.gz: d33c8fcfcae024c76fed523d87be52a46076c33d4268837a7d49a26efba71f8bcc4c836a3cc81fc02fb14667f7b6cbba8941c336ad38aeee2dfa47e6b551a4ef
data/History.rdoc CHANGED
@@ -1,3 +1,8 @@
1
+ === 2.1.2 (2017-6-19)
2
+ * Drop rdoc and minitest as gem spec dependencies. Besides not be
3
+ broad enough, these are best controlled by consumer projects.
4
+ * Broaden rake dependency to >= 0.9.2.2 (tested 12.0.0)
5
+
1
6
  === 2.1.1 (2016-7-18)
2
7
  * Use unmodified minitest/autorun (at_exit handler) for default
3
8
  in-proc test loader to regain compatibility with later minitest
data/NOTICE.txt CHANGED
@@ -1,2 +1,2 @@
1
1
  rjack-tarpit
2
- Copyright (c) 2009-2016 David Kellum
2
+ Copyright (c) 2009-2017 David Kellum
data/README.rdoc CHANGED
@@ -113,7 +113,7 @@ works correctly across JRuby 1.6.x and 1.7 in all target environments.
113
113
 
114
114
  == License
115
115
 
116
- Copyright (c) 2009-2016 David Kellum
116
+ Copyright (c) 2009-2017 David Kellum
117
117
 
118
118
  Licensed under the Apache License, Version 2.0 (the "License"); you
119
119
  may not use this file except in compliance with the License. You
data/Rakefile CHANGED
@@ -23,3 +23,10 @@ task :publish_rdoc => [ :clean, :rerdoc ] do
23
23
  aws s3 sync --acl public-read doc/ s3://rjack.gravitext.com/tarpit/
24
24
  SH
25
25
  end
26
+
27
+ task :rdoc do
28
+ sh <<-SH
29
+ rm -rf doc/fonts
30
+ cp ../rdoc_css/*.css doc/css/
31
+ SH
32
+ end
data/lib/rjack-tarpit.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -17,6 +17,6 @@
17
17
  module RJack
18
18
  module TarPit
19
19
  MINOR_VERSION = '2.1'
20
- VERSION = MINOR_VERSION + '.1'
20
+ VERSION = MINOR_VERSION + '.2'
21
21
  end
22
22
  end
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -3,7 +3,7 @@
3
3
  #. jruby.launch.inproc = false
4
4
 
5
5
  #--
6
- # Copyright (c) 2009-2016 David Kellum
6
+ # Copyright (c) 2009-2017 David Kellum
7
7
  #
8
8
  # Licensed under the Apache License, Version 2.0 (the "License"); you
9
9
  # may not use this file except in compliance with the License. You may
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env jruby
2
2
  #.hashdot.profile += jruby-shortlived
3
3
  #--
4
- # Copyright (c) 2009-2016 David Kellum
4
+ # Copyright (c) 2009-2017 David Kellum
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License"); you
7
7
  # may not use this file except in compliance with the License. You
data/test/test_tarpit.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2009-2016 David Kellum
5
+ # Copyright (c) 2009-2017 David Kellum
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License"); you
8
8
  # may not use this file except in compliance with the License. You
@@ -8,7 +8,7 @@ A gem packaging of {ZooKeeper}[http://zookeeper.apache.org/] for JRuby.
8
8
 
9
9
  == License
10
10
 
11
- Copyright (c) 2009-2016 David Kellum
11
+ Copyright (c) 2009-2017 David Kellum
12
12
 
13
13
  Licensed under the Apache License, Version 2.0 (the "License"); you
14
14
  may not use this file except in compliance with the License. You
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2009-2016 David Kellum
2
+ # Copyright (c) 2009-2017 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You may
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.1.1
4
+ version: 2.1.2
5
5
  platform: java
6
6
  authors:
7
7
  - David Kellum
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-18 00:00:00.000000000 Z
11
+ date: 2017-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -16,9 +16,6 @@ dependencies:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
18
  version: 0.9.2.2
19
- - - "<"
20
- - !ruby/object:Gem::Version
21
- version: '12'
22
19
  name: rake
23
20
  prerelease: false
24
21
  type: :runtime
@@ -27,49 +24,6 @@ dependencies:
27
24
  - - ">="
28
25
  - !ruby/object:Gem::Version
29
26
  version: 0.9.2.2
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '12'
33
- - !ruby/object:Gem::Dependency
34
- requirement: !ruby/object:Gem::Requirement
35
- requirements:
36
- - - ">="
37
- - !ruby/object:Gem::Version
38
- version: '3.12'
39
- - - "<"
40
- - !ruby/object:Gem::Version
41
- version: '5'
42
- name: rdoc
43
- prerelease: false
44
- type: :runtime
45
- version_requirements: !ruby/object:Gem::Requirement
46
- requirements:
47
- - - ">="
48
- - !ruby/object:Gem::Version
49
- version: '3.12'
50
- - - "<"
51
- - !ruby/object:Gem::Version
52
- version: '5'
53
- - !ruby/object:Gem::Dependency
54
- requirement: !ruby/object:Gem::Requirement
55
- requirements:
56
- - - ">="
57
- - !ruby/object:Gem::Version
58
- version: 4.7.4
59
- - - "<"
60
- - !ruby/object:Gem::Version
61
- version: '6'
62
- name: minitest
63
- prerelease: false
64
- type: :development
65
- version_requirements: !ruby/object:Gem::Requirement
66
- requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- version: 4.7.4
70
- - - "<"
71
- - !ruby/object:Gem::Version
72
- version: '6'
73
27
  - !ruby/object:Gem::Dependency
74
28
  requirement: !ruby/object:Gem::Requirement
75
29
  requirements:
@@ -112,7 +66,11 @@ dependencies:
112
66
  - - "~>"
113
67
  - !ruby/object:Gem::Version
114
68
  version: '1.5'
115
- description: 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. The gemspec benefits from sensible automation but remains in a <project>.gemspec per Bundler's requirements.
69
+ description: TarPit provides the glue for an unholy union of build tools. TarPit includes
70
+ general automation for any rubygems project. It originally used and remains heavily
71
+ influenced by Hoe (e.g. Manifest.txt.) However, it fully supports use of Bundler.
72
+ The gemspec benefits from sensible automation but remains in a <project>.gemspec
73
+ per Bundler's requirements.
116
74
  email:
117
75
  - dek-oss@gravitext.com
118
76
  executables: []
@@ -187,8 +145,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
145
  version: '0'
188
146
  requirements: []
189
147
  rubyforge_project:
190
- rubygems_version: 2.6.4
148
+ rubygems_version: 2.6.11
191
149
  signing_key:
192
150
  specification_version: 4
193
- 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.
151
+ summary: TarPit provides the glue for an unholy union of build tools. TarPit includes
152
+ general automation for any rubygems project. It originally used and remains heavily
153
+ influenced by Hoe (e.g. Manifest.txt.) However, it fully supports use of Bundler.
194
154
  test_files: []