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-rails
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8817da9c4198
Choose a base ref
...
head repository: opal/opal-rails
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 40c83e47dc42
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 2, 2014

  1. Update License

    elia committed Oct 2, 2014
    Copy the full SHA
    d60bd1f View commit details
  2. Drop 1.8.7 support

    elia committed Oct 2, 2014
    Copy the full SHA
    40c83e4 View commit details
Showing with 3 additions and 2 deletions.
  1. +0 −1 .travis.yml
  2. +1 −1 README.md
  3. +2 −0 opal-rails.gemspec
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@ language: ruby
cache: bundler

rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -158,7 +158,7 @@ Then visit `/opal_spec` from your app and **reload at will** or use the command

## License

© 2012-2013 Elia Schito
© 2012-2014 Elia Schito

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
2 changes: 2 additions & 0 deletions opal-rails.gemspec
Original file line number Diff line number Diff line change
@@ -19,6 +19,8 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ['lib']

required_ruby_version = '>= 1.9.3'

s.add_dependency 'rails', '>= 4.0', '< 5.0'
s.add_dependency 'opal', '~> 0.7.0.dev'
s.add_dependency 'opal-jquery', '>= 0.1.0'