Skip to content

Commit

Permalink
er, 1.6.2 now
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycfields committed Aug 15, 2007
1 parent e2558e7 commit 4647581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/macros.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Validatable
module Macros
# call-seq: validates_true_for(*args)
# call-seq: validates_each(*args)
#
# Validates that the logic evaluates to true
#
Expand Down
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
specification = Gem::Specification.new do |s|
s.name = "validatable"
s.summary = "Validatable is a library for adding validations."
s.version = "1.6.1"
s.version = "1.6.2"
s.author = 'Jay Fields'
s.description = "Validatable is a library for adding validations."
s.email = 'validatable-developer@rubyforge.org'
Expand Down

0 comments on commit 4647581

Please sign in to comment.