mirror of
https://github.com/jimeh/greek_easter.git
synced 2026-02-19 12:56:42 +00:00
initial import
This commit is contained in:
16
Rakefile
Normal file
16
Rakefile
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
begin
|
||||
require 'jeweler'
|
||||
Jeweler::Tasks.new do |gemspec|
|
||||
gemspec.name = "greek_easter"
|
||||
gemspec.summary = "Never wonder again when easter is in Greece."
|
||||
gemspec.description = "Never wonder again when easter is in Greece."
|
||||
gemspec.email = "contact@jimeh.me"
|
||||
gemspec.homepage = "http://github.com/jimeh/greek_easter"
|
||||
gemspec.executables = ["greek_easter"]
|
||||
gemspec.authors = ["Jim Myhrberg"]
|
||||
end
|
||||
Jeweler::GemcutterTasks.new
|
||||
rescue LoadError
|
||||
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
||||
end
|
||||
Reference in New Issue
Block a user