Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed May 7, 2017
1 parent 3756028 commit 5fd6eca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/opal/rails/version.rb
@@ -1,5 +1,5 @@
module Opal
module Rails
VERSION = '0.9.2'
VERSION = '0.9.3'
end
end
8 changes: 4 additions & 4 deletions opal-rails.gemspec
Expand Up @@ -11,10 +11,10 @@ Gem::Specification.new do |s|
s.summary = %q{Rails bindings for opal JS engine}
s.description = %q{Rails bindings for opal JS engine}
s.license = 'MIT-LICENSE'
s.post_install_message = [
"BEWARE: Spec support is being extracted from `opal-rails` into `opal-rspec-rails`",
" Please use `opal-rspec-rails` or the 0-8-stable branch."
].join("\n")
# s.post_install_message = [
# "BEWARE: Spec support is being extracted from `opal-rails` into `opal-rspec-rails`",
# " Please use `opal-rspec-rails` or the 0-8-stable branch."
# ].join("\n")

s.rubyforge_project = 'opal-rails'

Expand Down

0 comments on commit 5fd6eca

Please sign in to comment.