Skip to content

Commit

Permalink
bump to gem version 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Susser & Wai Lun Mang committed Oct 23, 2009
1 parent c3beece commit ea3acc8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,3 +1,7 @@
0.5.3
- optimize load_paths, use uniq!
- correct bad SQL for recording migrations in plugin_schema_migrations

0.5.0
- Rails 2.2.3 support
- routes.rb becomes desert_routes.rb
Expand Down
2 changes: 1 addition & 1 deletion MIT-LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2007 Pivotal Labs
Copyright (c) 2007-2009 Pivotal Labs

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,2 +1,2 @@
---
:version: 0.5.2
:version: 0.5.3
6 changes: 3 additions & 3 deletions desert.gemspec
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{desert}
s.version = "0.5.2"
s.version = "0.5.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pivotal Labs", "Brian Takita", "Parker Thompson", "Adam Milligan, Joe Moore"]
s.date = %q{2009-08-26}
s.authors = ["Pivotal Labs", "Brian Takita", "Parker Thompson", "Adam Milligan", "Joe Moore", "Josh Susser"]
s.date = %q{2009-10-23}
s.description = %q{Desert is a component framework for Rails that allows your plugins to be packaged as mini Rails apps.}
s.email = %q{opensource@pivotallabs.com}
s.extra_rdoc_files = [
Expand Down

0 comments on commit ea3acc8

Please sign in to comment.