Skip to content

Commit

Permalink
Updated the gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 29, 2011
1 parent e529bd7 commit 53920a6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions raingrams.gemspec
Expand Up @@ -5,6 +5,11 @@ begin
# custom logic here
end
rescue NameError
STDERR.puts "The 'raingrams.gemspec' file requires Ore."
STDERR.puts "Run `gem install ore-core` to install Ore."
begin
require 'ore/specification'
retry
rescue LoadError
STDERR.puts "The 'raingrams.gemspec' file requires Ore."
STDERR.puts "Run `gem install ore-core` to install Ore."
end
end

0 comments on commit 53920a6

Please sign in to comment.