GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Desert is a component framework for Rails that allows your plugins have a Rails app like directory structure, routes, migrations, and dependencies.
Homepage: http://desert.rubyforge.org
Clone URL: git://github.com/pivotal/desert.git
Version 0.3.1


git-svn-id: svn+ssh://rubyforge.org/var/svn/pivotalrb/desert/trunk@1664 
af276e61-6b34-4dac-905b-574b5f35ef33
btakita (author)
Fri Jun 20 15:40:20 -0700 2008
commit  0a13ecfaeb9b74641360de2f33f629354b09df3c
tree    538ca1ef1d9db4cad0cc1768dbe3c1455d8e13d8
parent  4903bc9145d269028560cfe680fab9a106e27dd4
...
5
6
7
8
 
9
...
5
6
7
 
8
9
0
@@ -5,5 +5,5 @@ spec/rails_root/log
0
 spec/rails_root/vendor/rails
0
 spec/rails_root/vendor/rails_versions
0
 spec/rails_root/db/test.sqlite3
0
-pkg/
0
+pkg
0
 .DS_Store
...
1
 
 
 
 
2
3
4
5
6
7
8
9
10
11
...
 
1
2
3
4
5
6
7
8
9
10
 
11
12
13
0
@@ -1,11 +1,13 @@
0
-0.2.2
0
+0.3.1
0
+- Fix migration issue with Rails 2.1.0 using timestamps.
0
+
0
+0.3.0
0
 - Fixed script/destroy not removing the routes [From Jeff Dean]
0
 - gem includes the Rails generator files [From Jeff Dean]
0
 - Fixed readding the route to config/routes.rb in the script/destroy task [From Jeff Dean]
0
 - Github now properly formats readme [From Jeff Dean]
0
 - Updated the gemspec so rdoc includes it and updated it to add installation and setup instructions [From Jeff Dean]
0
 - Removed sample route from generator [From Jeff Dean]
0
-- Fix migration issue with Rails 2.1.0 using timestamps.
0
 
0
 0.2.1
0
 - Fixed ActionMailer rendering in Rails 1.99.0
...
26
27
28
29
 
30
31
32
...
26
27
28
 
29
30
31
32
0
@@ -26,7 +26,7 @@ task(:tag_release) do
0
 end
0
 
0
 PKG_NAME = "desert"
0
-PKG_VERSION = "0.2.2"
0
+PKG_VERSION = "0.3.1"
0
 PKG_FILES = FileList[
0
   '[A-Z]*',
0
   '*.rb',

Comments

    No one has commented yet.