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

Commits on Feb 3, 2015

  1. Update opal dependency

    adambeynon committed Feb 3, 2015
    Copy the full SHA
    4993106 View commit details
  2. Bump version

    adambeynon committed Feb 3, 2015
    Copy the full SHA
    ad7f600 View commit details
Showing with 2 additions and 6 deletions.
  1. +0 −4 Gemfile
  2. +1 −1 lib/opal/activesupport/version.rb
  3. +1 −1 opal-activesupport.gemspec
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
source 'https://rubygems.org'

gemspec

gem 'opal'
gem 'opal-rspec', '0.3.0.beta2'
2 changes: 1 addition & 1 deletion lib/opal/activesupport/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Opal
module Activesupport
VERSION = '0.0.5'
VERSION = '0.1.0'
end
end
2 changes: 1 addition & 1 deletion opal-activesupport.gemspec
Original file line number Diff line number Diff line change
@@ -21,6 +21,6 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']

gem.add_dependency 'opal', ['>= 0.5.0', '< 1.0.0']
gem.add_development_dependency 'opal-rspec', '~> 0.4.0'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'opal-rspec'
end