updated Rakefile and gemspec
This commit is contained in:
parent
7eea0bd69a
commit
d7668570b8
2
Rakefile
2
Rakefile
|
@ -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|
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue