Skip to content

Commit

Permalink
Bumped to 3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Jun 20, 2011
1 parent 9b91903 commit 4902a92
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions HISTORY
@@ -1,3 +1,7 @@
= 3.0.9
Ignore radio buttons
Removed ActiveSupport dep for use with ClientSideValidations-Rails2

= 3.0.8
Updated gemspec

Expand Down
2 changes: 0 additions & 2 deletions client_side_validations.gemspec
Expand Up @@ -17,8 +17,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'activesupport', '~> 3.0.0'

s.add_development_dependency 'rails', '~> 3.0.0'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'bson_ext'
Expand Down
2 changes: 1 addition & 1 deletion lib/client_side_validations/version.rb
@@ -1,3 +1,3 @@
module ClientSideValidations
VERSION = "3.0.8"
VERSION = "3.0.9"
end
2 changes: 1 addition & 1 deletion vendor/assets/javascripts/rails.validations.js
@@ -1,5 +1,5 @@
/*!
* Rails 3 Client Side Validations - v3.0.8
* Rails 3 Client Side Validations - v3.0.9
* https://github.com/bcardarlela/client_side_validations
*
* Copyright (c) 2011 Brian Cardarella
Expand Down

0 comments on commit 4902a92

Please sign in to comment.