Skip to content

Commit

Permalink
bump version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Nov 28, 2010
1 parent 840aa86 commit 3025e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rspec/rails/version.rb
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Rails # :nodoc:
module Version # :nodoc:
STRING = '2.2.pre'
STRING = '2.2.0'
end
end
end
2 changes: 1 addition & 1 deletion rspec-rails.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.extra_rdoc_files = [ "README.markdown" ]
s.extra_rdoc_files = [ "README.md" ]
s.rdoc_options = ["--charset=UTF-8"]
s.require_path = "lib"

Expand Down

0 comments on commit 3025e80

Please sign in to comment.