Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 3, 2013
1 parent cffc2d1 commit 98be337
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Gemfile
@@ -1,4 +1,2 @@
source 'https://rubygems.org'
gemspec

gem 'opal', :github => 'opal'
2 changes: 1 addition & 1 deletion lib/opal/sprockets/version.rb
@@ -1,5 +1,5 @@
module Opal
module Sprockets
VERSION = '0.2.1'
VERSION = '0.3.0'
end
end
2 changes: 1 addition & 1 deletion opal-sprockets.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_dependency 'sprockets'
s.add_dependency 'opal', '~> 0.4.4'
s.add_dependency 'opal', '~> 0.5.0'

s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
Expand Down

0 comments on commit 98be337

Please sign in to comment.