Commit dab60e7c234732077eab4ee6ee14a1cbaf724567
- Date: Thu Jun 05 00:19:35 +0000 2008
- Committer: Simon Lundström (simon@soy.se)
- Author: Simon Lundström (simon@soy.se)
- Commit SHA1: dab60e7c234732077eab4ee6ee14a1cbaf724567
- Tree SHA1: 8f2c7df53452de6c17636f613e804e7980d7c42b
* Cleaned up the Rakefile
* Fixed the TODO ; )
Commit diff
| |   |
| 4 | 4 | |
| 5 | 5 | PLUGIN = "merb_is_mobile" |
| 6 | 6 | NAME = "merb_is_mobile" |
| 7 | | VERSION = "0.0.1" |
| 7 | VERSION = "1.0" |
| 8 | 8 | AUTHOR = "Simon Lundström" |
| 9 | 9 | EMAIL = "simmel@soy.se" |
| 10 | | HOMEPAGE = "http://merb-plugins.rubyforge.org/merb_is_mobile/" |
| 10 | HOMEPAGE = "http://merb-is-mobile.rubyforge.org" |
| 11 | 11 | SUMMARY = "Merb plugin that provides mimetypes for XHTML MP and WML" |
| 12 | 12 | |
| 13 | 13 | spec = Gem::Specification.new do |s| |
| … | … | |
| 39 | 39 | |
| 40 | 40 | desc "Run :package and install the resulting .gem with jruby" |
| 41 | 41 | 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} |
| 43 | 43 | end |
| 44 | 44 | |
| 45 | 45 | end |
| toggle raw diff |
--- a/Rakefile
+++ b/Rakefile
@@ -4,10 +4,10 @@ require "spec/rake/spectask"
PLUGIN = "merb_is_mobile"
NAME = "merb_is_mobile"
-VERSION = "0.0.1"
+VERSION = "1.0"
AUTHOR = "Simon Lundström"
EMAIL = "simmel@soy.se"
-HOMEPAGE = "http://merb-plugins.rubyforge.org/merb_is_mobile/"
+HOMEPAGE = "http://merb-is-mobile.rubyforge.org"
SUMMARY = "Merb plugin that provides mimetypes for XHTML MP and WML"
spec = Gem::Specification.new do |s|
@@ -39,7 +39,7 @@ namespace :jruby do
desc "Run :package and install the resulting .gem with jruby"
task :install => :package do
- sh %{#{SUDO} jruby -S gem install pkg/#{NAME}-#{Merb::VERSION}.gem --no-rdoc --no-ri}
+ sh %{#{SUDO} jruby -S gem install pkg/#{NAME}-#{VERSION}.gem --no-rdoc --no-ri}
end
end |
| |   |
| 1 | 1 | TODO: |
| 2 | * Request features! |
| toggle raw diff |
--- a/TODO
+++ b/TODO
@@ -1 +1,2 @@
TODO:
+* Request features! |