[DRE-commits] [ruby-asset-sync] 03/07: refresh patches

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Nov 20 10:22:12 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-asset-sync.

commit 32bcc265c1b807350c755bbe427736805adab4bb
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Nov 20 15:42:44 2014 +0530

    refresh patches
---
 debian/changelog                       |  1 +
 debian/patches/disable-aws-tests.patch | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index db8a26d..3ccf702 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-asset-sync (1.1.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Bump standards version to 3.9.6 (no changes).
+  * Refresh patches.
 
  -- Pirate Praveen <praveen at debian.org>  Thu, 20 Nov 2014 15:38:41 +0530
 
diff --git a/debian/patches/disable-aws-tests.patch b/debian/patches/disable-aws-tests.patch
index 4aef83c..da575ef 100644
--- a/debian/patches/disable-aws-tests.patch
+++ b/debian/patches/disable-aws-tests.patch
@@ -5,8 +5,8 @@ Last-Update: 2013-06-06
 
 Index: ruby-asset-sync/spec/integration/aws_integration_spec.rb
 ===================================================================
---- ruby-asset-sync.orig/spec/integration/aws_integration_spec.rb	2013-12-23 22:53:39.266839306 +0100
-+++ ruby-asset-sync/spec/integration/aws_integration_spec.rb	2013-12-23 22:53:39.262839320 +0100
+--- ruby-asset-sync.orig/spec/integration/aws_integration_spec.rb
++++ ruby-asset-sync/spec/integration/aws_integration_spec.rb
 @@ -41,7 +41,7 @@ describe "AssetSync" do
      end
    end
@@ -14,16 +14,16 @@ Index: ruby-asset-sync/spec/integration/aws_integration_spec.rb
 -  it "sync" do
 +  xit "sync" do
      execute "rake ASSET_SYNC_PREFIX=#{@prefix} assets:precompile"
-     # bucket(@prefix).files.size.should == 5
  
-@@ -58,12 +58,12 @@ describe "AssetSync" do
-     app_js_gz.content_encoding.should == "gzip"
+     files = bucket(@prefix).files
+@@ -57,12 +57,12 @@ describe "AssetSync" do
+     expect(app_js_gz.content_encoding).to eq("gzip")
    end
  
 -  it "sync with enabled=false" do
 +  xit "sync with enabled=false" do
      execute "rake ASSET_SYNC_PREFIX=#{@prefix} ASSET_SYNC_ENABLED=false assets:precompile"
-     bucket(@prefix).files.size.should == 0
+     expect(bucket(@prefix).files.size).to eq(0)
    end
  
 -  it "sync with gzip_compression=true" do

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



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