hoe 3.22.3 → 3.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/History.rdoc +7 -0
- data/lib/hoe.rb +4 -15
- data/lib/hoe/racc.rb +1 -1
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f90d13b22bd588098e637d7483771414ad1d1ba91a7666b1ae133d766e0a952
|
4
|
+
data.tar.gz: a55cdbcb633138edb9de2b072dd1f905c47cf59c12cf6f70e6932a135df84057
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f4898f76969fafe15e7072e4c0160c05601883d6f36021fa685b6593f92fa2950a525d69f2f740875b00ed21d8e2386a125cefc0317f81469c9f82597d8b880
|
7
|
+
data.tar.gz: 0b70ef2ebf6b85a9370c942c763eadb27082ac926e05ee239c72625b875b2dd7d86b23b8a96abd6ba4380cb5f94de063ab1cdd9586dd9e774dcffa1405a060e7
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/History.rdoc
CHANGED
data/lib/hoe.rb
CHANGED
@@ -87,7 +87,7 @@ class Hoe
|
|
87
87
|
include Rake::DSL if defined?(Rake::DSL)
|
88
88
|
|
89
89
|
# duh
|
90
|
-
VERSION = "3.
|
90
|
+
VERSION = "3.23.0"
|
91
91
|
|
92
92
|
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
|
93
93
|
:publish, :gemcutter, :signing, :test]
|
@@ -840,20 +840,6 @@ class Hoe
|
|
840
840
|
spec_extras[:required_ruby_version] = versions
|
841
841
|
end
|
842
842
|
|
843
|
-
##
|
844
|
-
# Declare that this gem requires ruby to be in the 1.8+ family.
|
845
|
-
|
846
|
-
def ruby18!
|
847
|
-
require_ruby_version "~> 1.8"
|
848
|
-
end
|
849
|
-
|
850
|
-
##
|
851
|
-
# Declare that this gem requires ruby to be in the 1.9 family.
|
852
|
-
|
853
|
-
def ruby19!
|
854
|
-
require_ruby_version "~> 1.9"
|
855
|
-
end
|
856
|
-
|
857
843
|
##
|
858
844
|
# Declare that this gem requires ruby to be in the 2.0+ family.
|
859
845
|
|
@@ -882,6 +868,9 @@ class Hoe
|
|
882
868
|
require_ruby_version "~> 2.3"
|
883
869
|
end
|
884
870
|
|
871
|
+
# I don't care for these methods (eg 3.0 is out) ... so I'm not
|
872
|
+
# continuing them.
|
873
|
+
|
885
874
|
##
|
886
875
|
# Provide a linear degrading value from n to m over start to finis
|
887
876
|
# dates. If not provided, start and finis will default to 1/1 and
|
data/lib/hoe/racc.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hoe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.23.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Davis
|
@@ -29,7 +29,7 @@ cert_chain:
|
|
29
29
|
d/AHw/kcnU6iuMUoJEcGiJd4gVCTn1l3cDcIvxakGslCA88Jubw0Sqatan0TnC9g
|
30
30
|
KToW560QIey7SPfHWduzFJnV
|
31
31
|
-----END CERTIFICATE-----
|
32
|
-
date: 2021-
|
32
|
+
date: 2021-05-30 00:00:00.000000000 Z
|
33
33
|
dependencies:
|
34
34
|
- !ruby/object:Gem::Dependency
|
35
35
|
name: rake
|
@@ -162,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
162
162
|
- !ruby/object:Gem::Version
|
163
163
|
version: '1.4'
|
164
164
|
requirements: []
|
165
|
-
rubygems_version: 3.
|
165
|
+
rubygems_version: 3.2.16
|
166
166
|
signing_key:
|
167
167
|
specification_version: 4
|
168
168
|
summary: Hoe is a rake/rubygems helper for project Rakefiles
|
metadata.gz.sig
CHANGED
Binary file
|