Skip to content

Commit

Permalink
master is now 0.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 25, 2013
1 parent f31e33b commit 80a34f5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Gemfile
@@ -1,6 +1,8 @@
source 'https://rubygems.org'
gemspec

gem 'opal-sprockets', :github => 'opal/opal-sprockets'

# Stick with older racc until
# https://github.com/tenderlove/racc/issues/32
# is solved.
Expand Down
2 changes: 1 addition & 1 deletion lib/opal/version.rb
@@ -1,3 +1,3 @@
module Opal
VERSION = '0.5.4'
VERSION = '0.6.0'
end
2 changes: 1 addition & 1 deletion opal.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mspec', '1.5.20'
s.add_development_dependency 'rake'
s.add_development_dependency 'racc'
s.add_development_dependency 'opal-sprockets', '~> 0.3.0'
s.add_development_dependency 'opal-sprockets', '~> 0.4.0'
s.add_development_dependency 'rspec', '~> 2.14'
s.add_development_dependency 'octokit', '~> 2.4.0'
end
2 changes: 1 addition & 1 deletion opal/opal.rb
Expand Up @@ -47,5 +47,5 @@
RUBY_PLATFORM = 'opal'
RUBY_ENGINE = 'opal'
RUBY_VERSION = '2.0.0'
RUBY_ENGINE_VERSION = '0.5.4'
RUBY_ENGINE_VERSION = '0.6.0'
RUBY_RELEASE_DATE = '2013-11-20'

0 comments on commit 80a34f5

Please sign in to comment.