Skip to content

Commit

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

gem 'opal'
gem 'opal-sprockets'
2 changes: 1 addition & 1 deletion lib/opal/spec/version.rb
@@ -1,5 +1,5 @@
module Opal
module Spec
VERSION = '0.3.1'
VERSION = '0.3.2'
end
end
4 changes: 2 additions & 2 deletions opal-spec.gemspec
Expand Up @@ -13,8 +13,8 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.require_paths = ['lib']

s.add_dependency 'opal', '~> 0.4.4'
s.add_dependency 'opal-sprockets', '~> 0.2.0'
s.add_dependency 'opal', '~> 0.5.0'
s.add_dependency 'opal-sprockets', '~> 0.3.0'

s.add_development_dependency 'rake'
end

0 comments on commit d4938a5

Please sign in to comment.