Skip to content

Commit

Permalink
Readme updating.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Bigg committed Mar 25, 2010
1 parent 8f92722 commit 7927e02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ by_* (byStar) is a plugin that allows you to find ActiveRecord objects given cer
* A given day
* The current weekend
* The current work week
* The Past
* The Future
* Between certain times
* As of a certain time
* Up to a certain time
* Before a specific record
* After a specific record

All methods return scopes. I love these. You love these. Everybody loves these.

It also allows you to do nested finds on the records returned which I personally think is the coolest feature of the whole plugin:

Expand Down
3 changes: 2 additions & 1 deletion by_star.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{by_star}
s.version = "0.6.4"
s.version = "0.7.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ryan Bigg", "Mislav Marohni\304\207"]
Expand All @@ -28,6 +28,7 @@ Gem::Specification.new do |s|
"lib/calculations.rb",
"lib/calculations/count.rb",
"lib/calculations/sum.rb",
"lib/neighbours.rb",
"lib/range_calculations.rb",
"lib/shared.rb",
"lib/time_ext.rb",
Expand Down

0 comments on commit 7927e02

Please sign in to comment.