Skip to content

Commit

Permalink
Bump version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Jan 19, 2015
1 parent 1ca523d commit 8ae8502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/opal/jquery/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Opal
module JQuery
VERSION = '0.3.0.beta1'
VERSION = '0.3.0.beta2'
end
end
4 changes: 2 additions & 2 deletions opal-jquery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ['lib']

s.add_runtime_dependency 'opal', '~> 0.7.0.beta1'
s.add_development_dependency 'opal-rspec', '~> 0.4.0.beta2'
s.add_runtime_dependency 'opal', '~> 0.7.0.beta3'
s.add_development_dependency 'opal-rspec', '~> 0.4.0.beta4'
s.add_development_dependency 'yard'
s.add_development_dependency 'rake'
end

0 comments on commit 8ae8502

Please sign in to comment.