Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opal/opal-rspec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 868117b0576b
Choose a base ref
...
head repository: opal/opal-rspec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 820acc7ccc81
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 24, 2013

  1. Use latest opal

    adambeynon committed Nov 24, 2013
    Copy the full SHA
    d0e98dd View commit details
  2. v0.2.1

    adambeynon committed Nov 24, 2013
    Copy the full SHA
    820acc7 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 lib/opal/rspec/version.rb
  2. +1 −1 opal-rspec.gemspec
2 changes: 1 addition & 1 deletion lib/opal/rspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Opal
module RSpec
VERSION = '0.2.0'
VERSION = '0.2.1'
end
end
2 changes: 1 addition & 1 deletion opal-rspec.gemspec
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.require_paths = ['lib']

s.add_dependency 'opal', '= 0.5.4'
s.add_dependency 'opal', '>= 0.5.4'
s.add_dependency 'opal-sprockets', '~> 0.3.0'

s.add_development_dependency 'rake'