[DRE-commits] [ruby-roadie-rails] 03/10: test integration with rails 4.2 which is in Debian

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Feb 14 16:18:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-roadie-rails.

commit 8d8e3a2994ef6548fe0fe78077be941b4a67a6c0
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Jan 22 15:10:32 2016 -0200

    test integration with rails 4.2 which is in Debian
---
 ...ation-against-just-the-rails-version-in-D.patch | 36 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/0001-Test-integration-against-just-the-rails-version-in-D.patch b/debian/patches/0001-Test-integration-against-just-the-rails-version-in-D.patch
new file mode 100644
index 0000000..9b6c9e5
--- /dev/null
+++ b/debian/patches/0001-Test-integration-against-just-the-rails-version-in-D.patch
@@ -0,0 +1,36 @@
+From: Antonio Terceiro <terceiro at debian.org>
+Date: Fri, 22 Jan 2016 15:09:56 -0200
+Subject: Test integration against just the rails version in Debian
+
+---
+ spec/integration_spec.rb | 9 ---------
+ 1 file changed, 9 deletions(-)
+
+--- a/spec/integration_spec.rb
++++ b/spec/integration_spec.rb
+@@ -8,16 +8,7 @@ describe "Integrations" do
+   end
+ 
+   [
+-    RailsApp.new("Rails 3.0.x", 'rails_30', runner: :script, asset_pipeline: false, digests: false),
+-    ## We do not yet support live-compilation through asset pipeline
+-    RailsApp.new("Rails 3.1.x", 'rails_31', runner: :script, asset_pipeline: true, digests: false),
+-    RailsApp.new("Rails 3.2.x", 'rails_32', runner: :script, asset_pipeline: true, digests: false),
+-    RailsApp.new("Rails 4.0.x", 'rails_40', runner: :bin, asset_pipeline: true, digests: false),
+-    RailsApp.new("Rails 4.0.x (without asset pipeline)", 'rails_40_no_pipeline', runner: :bin, asset_pipeline: false, digests: false),
+-    RailsApp.new("Rails 4.0.x (precompiled)", 'rails_40_precompiled', runner: :bin, asset_pipeline: true, digests: true),
+-    RailsApp.new("Rails 4.1.x", 'rails_41', runner: :bin, asset_pipeline: true, digests: false),
+     RailsApp.new("Rails 4.2.x", 'rails_42', runner: :bin, asset_pipeline: true, digests: false),
+-    RailsApp.new("Rails 4.2.x (with sprockets-rails 3)", 'rails_42_sprockets_rails_3', runner: :bin, asset_pipeline: true, digests: true, sprockets3: true),
+   ].each do |app|
+     describe "with #{app}" do
+       before { app.reset }
+--- a/spec/railsapps/rails_42/Gemfile
++++ b/spec/railsapps/rails_42/Gemfile
+@@ -1,5 +1,5 @@
+ source 'https://rubygems.org'
+-gem 'rails', '4.2.0'
++gem 'rails', '~> 4.2.0'
+ gem 'sass-rails'
+ 
+ gem 'roadie-rails', :path => '../../..'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9fb1da2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Test-integration-against-just-the-rails-version-in-D.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-roadie-rails.git



More information about the Pkg-ruby-extras-commits mailing list