Skip to content

Commit

Permalink
depending on non-beta versions or tailties
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jan 27, 2012
1 parent eb46523 commit a6fcdf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coffee-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = "coffee-rails"

s.add_runtime_dependency 'coffee-script', '>= 2.2.0'
s.add_runtime_dependency 'railties', '~> 3.2.0.beta'
s.add_runtime_dependency 'railties', '~> 3.2.0'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down
2 changes: 1 addition & 1 deletion lib/coffee/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Coffee
module Rails
VERSION = "3.2.1"
VERSION = "3.2.2"
end
end

0 comments on commit a6fcdf2

Please sign in to comment.