Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.2.0.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
ragaskar committed Apr 4, 2012
1 parent 101a6a1 commit c72e8d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jasmine.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rack-test' s.add_development_dependency 'rack-test'
s.add_development_dependency 'json_pure' s.add_development_dependency 'json_pure'


s.add_dependency 'jasmine-core', ">= 1.2.0.rc2" s.add_dependency 'jasmine-core', ">= 1.2.0.rc3"
s.add_dependency 'rack', '~> 1.0' s.add_dependency 'rack', '~> 1.0'
s.add_dependency 'rspec', '>= 1.3.1' s.add_dependency 'rspec', '>= 1.3.1'
s.add_dependency 'selenium-webdriver', '>= 0.1.3' s.add_dependency 'selenium-webdriver', '>= 0.1.3'
Expand Down
2 changes: 1 addition & 1 deletion lib/jasmine/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jasmine module Jasmine
VERSION = "1.2.0.rc2" VERSION = "1.2.0.rc3"
end end

0 comments on commit c72e8d2

Please sign in to comment.