Skip to content

Commit

Permalink
Update dependency of jasmine-core to be 2.0
Browse files Browse the repository at this point in the history
Also update the RELEASE.md to mention this step for future reference
  • Loading branch information
Christopher Jobst and Sheel Choksi committed Dec 16, 2013
1 parent 30c7538 commit cd7f4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ See release docs in jasmine-core
1. update version in version.rb
* for release candidates, add ".rc" + number to the end of the appropriate version part
1. commit and push the version update to github
1. Update the gemspec to depend on the latest version of jasmine-core
1. `rake release` - tags the repo with the version, builds the `jasmine` gem, pushes the gem to Rubygems.org. In order to release you will have to ensure you have rubygems creds locally.

2 changes: 1 addition & 1 deletion jasmine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '>= 2.5.0'
s.add_development_dependency 'nokogiri'

s.add_dependency 'jasmine-core', '~> 2.0.0.rc5'
s.add_dependency 'jasmine-core', '~> 2.0.0'
s.add_dependency 'rack', '>= 1.2.1'
s.add_dependency 'rake'
s.add_dependency 'phantomjs'
Expand Down

0 comments on commit cd7f4a2

Please sign in to comment.