rjack-tarpit 2.1.1 → 2.1.2

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: 095f3f69c3c99b96dc0ed8bf36e89d140a326924
4
- data.tar.gz: 112a6049ccaf3f7f5f2db57046ba0fb29fc4eca8
3
+ metadata.gz: efd59388f75b5b73838a54ed75f46435955d3da1
4
+ data.tar.gz: 4d7e6042abf6e710e34fd1f3595ec5496fab59ac
5
5
  SHA512:
6
- metadata.gz: 2d198267681bb146c1c9328ec91ad3c6e86b508cc703b0af90c7b3d85febb260365c98f9520a4159a2b56a76e537a201522ea92f5df0d4b2eebe9eb362eb6531
7
- data.tar.gz: 579e5b7a661d8d6d37c990f3938b59f8cda201e88edfc7a570f5c815525c82fb5cb5f037f150728aa99945abeb40cb3aa28afc05554894b5ae8b19b459e73cc4
6
+ metadata.gz: 40948636a3aac7e0b0187121342b66974b8ffe856f5f6e85968446cf3d5cf6cc463c5ca5b31d3cdf2f5f2e0c5ac287cd2729782d3b5af021ae909823ed699257
7
+ data.tar.gz: b22aa50be053121c23d8e62b949be2d23df3c686cda0041430e80577b5e048286ff4de45ca0573364e3270cd547faba4f0d6e3ffe000c91afe36f88bf0480f5f
@@ -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
@@ -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
@@ -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
@@ -1,2 +1,2 @@
1
- === 1.0.0 (TBD)
1
+ === 1.0.0 (2017-6-19)
2
2
  * Initial release.
@@ -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
@@ -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
@@ -1,2 +1,2 @@
1
- === 3.4.1.0 (TBD)
1
+ === 3.4.1.0 (2017-6-19)
2
2
  * Initial release.
@@ -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: ruby
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
  name: rake
@@ -17,9 +17,6 @@ dependencies:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 0.9.2.2
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '12'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
@@ -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
- name: rdoc
35
- requirement: !ruby/object:Gem::Requirement
36
- requirements:
37
- - - ">="
38
- - !ruby/object:Gem::Version
39
- version: '3.12'
40
- - - "<"
41
- - !ruby/object:Gem::Version
42
- version: '5'
43
- type: :runtime
44
- prerelease: false
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
- name: minitest
55
- requirement: !ruby/object:Gem::Requirement
56
- requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- version: 4.7.4
60
- - - "<"
61
- - !ruby/object:Gem::Version
62
- version: '6'
63
- type: :development
64
- prerelease: false
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
  description: TarPit provides the glue for an unholy union of build tools. TarPit includes
74
28
  general automation for any rubygems project. It originally used and remains heavily
75
29
  influenced by Hoe (e.g. Manifest.txt.) However, it fully supports use of Bundler.
@@ -149,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
103
  version: '0'
150
104
  requirements: []
151
105
  rubyforge_project:
152
- rubygems_version: 2.4.5.1
106
+ rubygems_version: 2.6.10
153
107
  signing_key:
154
108
  specification_version: 4
155
109
  summary: TarPit provides the glue for an unholy union of build tools. TarPit includes