Skip to content

Commit

Permalink
update gem dependency to rails 3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
yob committed Sep 26, 2010
1 parent cda2c41 commit 59fe98e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions strip_control_chars.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "strip_control_chars"
s.version = "2.0"
s.version = "2.1"
s.summary = "a small ActiveRecord plugin that removes ASCII control chars from attributes"
s.description = "a small ActiveRecord plugin that removes ASCII control chars from attributes"
s.author = "James Healy"
Expand All @@ -11,5 +11,5 @@ Gem::Specification.new do |s|
s.rubyforge_project = "yob-projects"
s.test_files = [ "test/strip_control_chars_test.rb", "test/test_helper.rb" ]
s.files = [ "lib/strip_control_chars.rb", "lib/strip_control_chars/ar_extend.rb","lib/strip_control_chars/railtie.rb","Rakefile", "MIT-LICENSE", "README.rdoc" ]
s.add_dependency("activerecord", ">= 3.0.0.rc")
s.add_dependency("activerecord", ">= 3.0.0")
end

0 comments on commit 59fe98e

Please sign in to comment.