summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2021-05-22 13:02:45 -0800
committerRyan Davis <ryand-ruby@zenspider.com>2021-05-22 13:02:45 -0800
commite1fd80b3ca5fa9e509c1321f4ffacc8ae95d440e (patch)
tree0b9c2f0c6f85a09a9df78db6b392396c89c4eeb0
parent56bd7ceaef8114750a9ad8c4d78d9d5a780f7554 (diff)
downloadhoe-e1fd80b3ca5fa9e509c1321f4ffacc8ae95d440e.tar.gz
* Removed ruby18! and ruby19! methods. ugh
[git-p4: depot-paths = "//src/hoe/dev/": change = 13109]
-rw-r--r--lib/hoe.rb17
1 files changed, 3 insertions, 14 deletions
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 5f49300..f7b096d 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -841,20 +841,6 @@ class Hoe
end
##
- # Declare that this gem requires ruby to be in the 1.8+ family.
-
- def ruby18!
- require_ruby_version "~> 1.8"
- end
-
- ##
- # Declare that this gem requires ruby to be in the 1.9 family.
-
- def ruby19!
- require_ruby_version "~> 1.9"
- end
-
- ##
# Declare that this gem requires ruby to be in the 2.0+ family.
def ruby20!
@@ -882,6 +868,9 @@ class Hoe
require_ruby_version "~> 2.3"
end
+ # I don't care for these methods (eg 3.0 is out) ... so I'm not
+ # continuing them.
+
##
# Provide a linear degrading value from n to m over start to finis
# dates. If not provided, start and finis will default to 1/1 and