Commit dab60e7c234732077eab4ee6ee14a1cbaf724567

* Cleaned up the Rakefile
* Fixed the TODO ; )

Commit diff

Rakefile

 
44
55PLUGIN = "merb_is_mobile"
66NAME = "merb_is_mobile"
7VERSION = "0.0.1"
7VERSION = "1.0"
88AUTHOR = "Simon Lundström"
99EMAIL = "simmel@soy.se"
10HOMEPAGE = "http://merb-plugins.rubyforge.org/merb_is_mobile/"
10HOMEPAGE = "http://merb-is-mobile.rubyforge.org"
1111SUMMARY = "Merb plugin that provides mimetypes for XHTML MP and WML"
1212
1313spec = Gem::Specification.new do |s|
3939
4040 desc "Run :package and install the resulting .gem with jruby"
4141 task :install => :package do
42 sh %{#{SUDO} jruby -S gem install pkg/#{NAME}-#{Merb::VERSION}.gem --no-rdoc --no-ri}
42 sh %{#{SUDO} jruby -S gem install pkg/#{NAME}-#{VERSION}.gem --no-rdoc --no-ri}
4343 end
4444
4545end
toggle raw diff

TODO

 
11TODO:
2* Request features!
toggle raw diff