Skip to content

Commit

Permalink
fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rubycut committed Nov 24, 2011
1 parent 1aea857 commit e3ffd0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion babushka.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ Gem::Specification.new do |s|
s.files = Dir["lib/**/*.rb", "deps/**/*.rb", "LICENCE", "README.markdown", "spec/**/*", "Rakefile", "Gemfile", "Gemfile.lock"]
s.homepage = "https://github.com/rubycut/babushka"
s.executables = "babushka"
end
s.post_install_message = %q{
Gem install is not default type of installation.
To install babushka properly, run this command:
bash -c "`curl babushka.me/up`"
See https://github.com/rubycut/babushka for details
}
end

0 comments on commit e3ffd0c

Please sign in to comment.