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: 23177960143b
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: 5c915f1e1d2d
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 30, 2013

  1. Copy the full SHA
    58493b0 View commit details
  2. v0.0.1.beta1

    adambeynon committed Oct 30, 2013
    Copy the full SHA
    5c915f1 View commit details
Showing with 4 additions and 2 deletions.
  1. +1 −1 lib/opal/rspec/version.rb
  2. +3 −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,6 +1,6 @@
module Opal
module RSpec
VERSION = '0.0.1'
VERSION = '0.0.1.beta1'
end
end

4 changes: 3 additions & 1 deletion opal-rspec.gemspec
Original file line number Diff line number Diff line change
@@ -10,7 +10,9 @@ Gem::Specification.new do |s|
s.summary = 'RSpec for Opal'
s.description = 'Opal compatible rspec library'

s.files = `git ls-files`.split("\n")
s.files = `git ls-files`.split("\n")
s.files << 'opal/opal/rspec/rspec.js'

s.require_paths = ['lib']

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