Skip to content

Commit

Permalink
Gemspec 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
grimen committed Oct 19, 2009
1 parent 77dc78d commit d543763
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .gitignore
@@ -1,3 +1,4 @@
.DS_STORE
.DS_Store
pkg
*.log
*.log
.*~
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3.6
0.3.7
8 changes: 4 additions & 4 deletions validatious-on-rails.gemspec
Expand Up @@ -5,13 +5,13 @@

Gem::Specification.new do |s|
s.name = %q{validatious-on-rails}
s.version = "0.3.6"
s.version = "0.3.7"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christian Johansen", "Jonas Grimfelt"]
s.date = %q{2009-10-17}
s.authors = ["Jonas Grimfelt", "Christian Johansen"]
s.date = %q{2009-10-19}
s.description = %q{Rails plugin that maps model validations to class names on form elements to integrate with Validatious.}
s.email = %q{christian@cjohansen.no}
s.email = %q{grimen@gmail.com}
s.extra_rdoc_files = [
"Rakefile",
"generators/validatious/templates/initializer.rb",
Expand Down

0 comments on commit d543763

Please sign in to comment.