Skip to content

Commit

Permalink
Add appraisal gemfiles to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Sep 7, 2018
1 parent d1d5e01 commit 579ee7d
Show file tree
Hide file tree
Showing 9 changed files with 81 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -12,7 +12,7 @@ Gemfile.lock
# Files generated by `rake opal` but unneded in the gem
/lib/assets/javascripts/specs.js
/lib/assets/javascripts/opal-rails.js
/gemfiles
/gemfiles/.bundle

# old test app dir
/test_app/db/*.sqlite3
Expand Down
10 changes: 10 additions & 0 deletions gemfiles/rails_4_2_opal_0_11.gemfile
@@ -0,0 +1,10 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 4.2.7"
gem "opal", "~> 0.11.0"
gem "opal-rspec", git: "https://github.com/opal/opal-rspec.git", branch: :master
gem "opal-sprockets"

gemspec path: "../"
10 changes: 10 additions & 0 deletions gemfiles/rails_4_2_opal_master.gemfile
@@ -0,0 +1,10 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 4.2.7"
gem "opal", git: "https://github.com/opal/opal.git", branch: :master
gem "opal-rspec", git: "https://github.com/opal/opal-rspec.git", branch: :master
gem "opal-sprockets", git: "https://github.com/opal/opal-sprockets.git", branch: :master

gemspec path: "../"
10 changes: 10 additions & 0 deletions gemfiles/rails_5_0_opal_0_11.gemfile
@@ -0,0 +1,10 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 5.0.0"
gem "opal", "~> 0.11.0"
gem "opal-rspec", git: "https://github.com/opal/opal-rspec.git", branch: :master
gem "opal-sprockets"

gemspec path: "../"
10 changes: 10 additions & 0 deletions gemfiles/rails_5_0_opal_master.gemfile
@@ -0,0 +1,10 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 5.0.0"
gem "opal", git: "https://github.com/opal/opal.git", branch: :master
gem "opal-rspec", git: "https://github.com/opal/opal-rspec.git", branch: :master
gem "opal-sprockets", git: "https://github.com/opal/opal-sprockets.git", branch: :master

gemspec path: "../"
10 changes: 10 additions & 0 deletions gemfiles/rails_5_1_opal_0_11.gemfile
@@ -0,0 +1,10 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 5.1.0"
gem "opal", "~> 0.11.0"
gem "opal-rspec", git: "https://github.com/opal/opal-rspec.git", branch: :master
gem "opal-sprockets"

gemspec path: "../"
10 changes: 10 additions & 0 deletions gemfiles/rails_5_1_opal_master.gemfile
@@ -0,0 +1,10 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 5.1.0"
gem "opal", git: "https://github.com/opal/opal.git", branch: :master
gem "opal-rspec", git: "https://github.com/opal/opal-rspec.git", branch: :master
gem "opal-sprockets", git: "https://github.com/opal/opal-sprockets.git", branch: :master

gemspec path: "../"
10 changes: 10 additions & 0 deletions gemfiles/rails_5_2_opal_0_11.gemfile
@@ -0,0 +1,10 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 5.2.0"
gem "opal", "~> 0.11.0"
gem "opal-rspec", git: "https://github.com/opal/opal-rspec.git", branch: :master
gem "opal-sprockets"

gemspec path: "../"
10 changes: 10 additions & 0 deletions gemfiles/rails_5_2_opal_master.gemfile
@@ -0,0 +1,10 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rails", "~> 5.2.0"
gem "opal", git: "https://github.com/opal/opal.git", branch: :master
gem "opal-rspec", git: "https://github.com/opal/opal-rspec.git", branch: :master
gem "opal-sprockets", git: "https://github.com/opal/opal-sprockets.git", branch: :master

gemspec path: "../"

0 comments on commit 579ee7d

Please sign in to comment.