initial import

This commit is contained in:
2010-03-05 04:04:27 +02:00
commit 5588c77026
3 changed files with 45 additions and 0 deletions

16
Rakefile Normal file
View 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