Skip to content

Commit

Permalink
Prepare for 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
treybean committed Jul 18, 2011
1 parent 2e407b9 commit 7f586bc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
acts_as_restful_list (0.5.1)
acts_as_restful_list (0.6)

GEM
remote: http://rubygems.org/
Expand Down
8 changes: 7 additions & 1 deletion History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
=== Version 0.6.0 / 2011-07-18

* enhancements
* Automatically initialize the order of the list under conditions that would
otherwise break things. Thanks evizitei!!

=== Version 0.5.0 / 2011-02-08

* enhancements
Expand All @@ -21,4 +27,4 @@
=== Version 0.0.3 / 2010-02-14

* enhancements
* can set the position column
* can set the position column
6 changes: 3 additions & 3 deletions acts_as_restful_list.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ $:.unshift lib unless $:.include?(lib)

Gem::Specification.new do |s|
s.name = %q{acts_as_restful_list}
s.version = "0.5.1"
s.version = "0.6"
s.platform = Gem::Platform::RUBY
s.authors = ["'Trey Bean'"]
s.authors = ['Trey Bean']
s.email = "trey@12spokes.com"
s.homepage = "http://github.com/12spokes/acts_as_restful_list"
s.summary = "Restful acts_as_list"
s.description = "Just like acts_as_list, but allows updating through standard restful methods."

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=

s.date = %q{2011-07-08}
s.date = %q{2011-07-18}


s.extra_rdoc_files = [
Expand Down
Empty file modified multitest.sh
100644 → 100755
Empty file.

0 comments on commit 7f586bc

Please sign in to comment.