Skip to content

Commit

Permalink
Adding minimum RAKEVERSION constant
Browse files Browse the repository at this point in the history
Also, removing rubyforgery as dep
  • Loading branch information
mogox committed May 4, 2017
1 parent c5decf6 commit 0652780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ require 'segment'

full_name = "Ruby-HL7"
short_name = full_name.downcase
RAKEVERSION = 11.0

# Many of these tasks were garnered from zenspider's Hoe
# just forced to work my way
Expand All @@ -46,7 +47,6 @@ if RUBY_VERSION < '1.9.1'
s.files = FileList["{bin,lib,test_data}/**/*"].to_a
s.test_files = FileList["{test}/**/test*.rb"].to_a
s.add_dependency("rake", ">= #{RAKEVERSION}")
s.add_dependency("rubyforge", ">= #{::RubyForge::VERSION}")
end
rescue LoadError
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install jeweler"
Expand Down

0 comments on commit 0652780

Please sign in to comment.