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-jquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a0530019344d
Choose a base ref
...
head repository: opal/opal-jquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9962071e4c42
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 4, 2014

  1. Copy the full SHA
    0d97ee6 View commit details
  2. Ignore the .bundle directory.

    DevL committed Jan 4, 2014
    Copy the full SHA
    944f6da View commit details

Commits on Jan 7, 2014

  1. Merge pull request #32 from DevL/master

    Add 2.0.0 and 2.1.0 to Travis builds.
    adambeynon committed Jan 7, 2014
    Copy the full SHA
    9962071 View commit details
Showing with 3 additions and 0 deletions.
  1. +1 −0 .gitignore
  2. +2 −0 .travis.yml
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -3,3 +3,4 @@
Gemfile.lock
build
gh-pages
/.bundle
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -3,3 +3,5 @@ language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0