Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 3, 2013
1 parent 7bde6f1 commit 720dd53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Expand Up @@ -2,6 +2,3 @@ source "https://rubygems.org"
gemspec

gem 'rake'
gem 'opal', :github => 'opal/opal'
gem 'opal-sprockets', :github => 'opal/opal-sprockets'
gem 'opal-spec', :github => 'opal/opal-spec'
2 changes: 1 addition & 1 deletion lib/opal/jquery/version.rb
@@ -1,5 +1,5 @@
module Opal
module JQuery
VERSION = '0.0.13'
VERSION = '0.1.0'
end
end
4 changes: 2 additions & 2 deletions opal-jquery.gemspec
Expand Up @@ -15,6 +15,6 @@ 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.4.4'
s.add_development_dependency 'opal-spec', '>= 0.3.0'
s.add_runtime_dependency 'opal', '~> 0.5.0'
s.add_development_dependency 'opal-spec', '~> 0.3.0'
end

0 comments on commit 720dd53

Please sign in to comment.