updated Rakefile and gemspec

This commit is contained in:
Wlodek Bzyl 2009-11-24 11:27:24 +01:00
parent 7eea0bd69a
commit d7668570b8
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ This Sinatra extensions provides following helper methods:
rescue LoadError
puts "Jeweler not available."
puts "Install it with:"
puts " sudo gem install technicalpickles-jeweler -s http://gems.github.com"
puts " sudo gem install jeweler s http://gemcutter.com"
end
Rake::TestTask.new(:test) do |t|

View File

@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wlodek Bzyl"]
s.date = %q{2009-11-23}
s.date = %q{2009-11-24}
s.description = %q{This Sinatra extensions provides following helper methods:
- image_tag
- stylesheet_link_tag