[DRE-commits] [ruby-shoulda-matchers] 07/10: remove all patches
Antonio Terceiro
terceiro at moszumanska.debian.org
Fri Jul 15 00:50:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-shoulda-matchers.
commit 9edb1bceafb1ba34995f94947ca85cdf159bcd3c
Author: Antonio Terceiro <terceiro at debian.org>
Date: Thu Jul 14 21:26:50 2016 -0300
remove all patches
---
debian/changelog | 1 -
debian/patches/fix-config-path.patch | 19 ----
debian/patches/remove-gemfile-lock.patch | 151 -------------------------------
debian/patches/series | 2 -
4 files changed, 173 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e48f9cb..5ef0169 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,6 @@ ruby-shoulda-matchers (2.8.0-1) UNRELEASED; urgency=low
[ Praveen Arimbrathodiyil ]
* clean log directory too
- * add patch from Sam Ruby to fix config path
[ Cédric Boutillier ]
* Bump debhelper compatibility level to 9
diff --git a/debian/patches/fix-config-path.patch b/debian/patches/fix-config-path.patch
deleted file mode 100644
index f7c953b..0000000
--- a/debian/patches/fix-config-path.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Fix config path for testapp
- tests were looking at shoulda-matchers root instead of testapp root
-Source: https://lists.debian.org/debian-ruby/2013/06/msg00053.html
-Author: Sam Ruby <rubys at intertwingly.net>
-Last-Update: 2013-06-04
-
-diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
-index ae12d95..eed43b9 100644
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -6,7 +6,7 @@ FileUtils.rm_rf(TESTAPP_ROOT) if File.exists?(TESTAPP_ROOT)
- ENV['RAILS_ENV'] = 'test'
- ENV['BUNDLE_GEMFILE'] ||= TESTAPP_ROOT + '/Gemfile'
-
--require "#{TESTAPP_ROOT}/config/environment"
-+Dir.chdir(TESTAPP_ROOT) { require "./config/environment" }
- require 'bourne'
- require 'shoulda-matchers'
- require 'rspec/rails'
diff --git a/debian/patches/remove-gemfile-lock.patch b/debian/patches/remove-gemfile-lock.patch
deleted file mode 100644
index 129c129..0000000
--- a/debian/patches/remove-gemfile-lock.patch
+++ /dev/null
@@ -1,151 +0,0 @@
---- a/Gemfile.lock
-+++ /dev/null
-@@ -1,148 +0,0 @@
--PATH
-- remote: .
-- specs:
-- shoulda-matchers (2.1.0)
-- activesupport (>= 3.0.0)
--
--GEM
-- remote: https://rubygems.org/
-- specs:
-- actionmailer (3.2.9)
-- actionpack (= 3.2.9)
-- mail (~> 2.4.4)
-- actionpack (3.2.9)
-- activemodel (= 3.2.9)
-- activesupport (= 3.2.9)
-- builder (~> 3.0.0)
-- erubis (~> 2.7.0)
-- journey (~> 1.0.4)
-- rack (~> 1.4.0)
-- rack-cache (~> 1.2)
-- rack-test (~> 0.6.1)
-- sprockets (~> 2.2.1)
-- activemodel (3.2.9)
-- activesupport (= 3.2.9)
-- builder (~> 3.0.0)
-- activerecord (3.2.9)
-- activemodel (= 3.2.9)
-- activesupport (= 3.2.9)
-- arel (~> 3.0.2)
-- tzinfo (~> 0.3.29)
-- activeresource (3.2.9)
-- activemodel (= 3.2.9)
-- activesupport (= 3.2.9)
-- activesupport (3.2.9)
-- i18n (~> 0.6)
-- multi_json (~> 1.0)
-- appraisal (0.5.1)
-- bundler
-- rake
-- arel (3.0.2)
-- aruba (0.5.1)
-- childprocess (~> 0.3.6)
-- cucumber (>= 1.1.1)
-- rspec-expectations (>= 2.7.0)
-- bourne (1.4.0)
-- mocha (~> 0.13.2)
-- builder (3.0.4)
-- childprocess (0.3.6)
-- ffi (~> 1.0, >= 1.0.6)
-- cucumber (1.2.1)
-- builder (>= 2.1.2)
-- diff-lcs (>= 1.1.3)
-- gherkin (~> 2.11.0)
-- json (>= 1.4.6)
-- diff-lcs (1.2.1)
-- erubis (2.7.0)
-- ffi (1.2.0)
-- gherkin (2.11.5)
-- json (>= 1.4.6)
-- hike (1.2.1)
-- i18n (0.6.4)
-- journey (1.0.4)
-- json (1.7.7)
-- mail (2.4.4)
-- i18n (>= 0.4.0)
-- mime-types (~> 1.16)
-- treetop (~> 1.4.8)
-- metaclass (0.0.1)
-- mime-types (1.19)
-- mocha (0.13.3)
-- metaclass (~> 0.0.1)
-- multi_json (1.7.1)
-- polyglot (0.3.3)
-- rack (1.4.5)
-- rack-cache (1.2)
-- rack (>= 0.4)
-- rack-ssl (1.3.3)
-- rack
-- rack-test (0.6.2)
-- rack (>= 1.0)
-- rails (3.2.9)
-- actionmailer (= 3.2.9)
-- actionpack (= 3.2.9)
-- activerecord (= 3.2.9)
-- activeresource (= 3.2.9)
-- activesupport (= 3.2.9)
-- bundler (~> 1.0)
-- railties (= 3.2.9)
-- railties (3.2.9)
-- actionpack (= 3.2.9)
-- activesupport (= 3.2.9)
-- rack-ssl (~> 1.3.2)
-- rake (>= 0.8.7)
-- rdoc (~> 3.4)
-- thor (>= 0.14.6, < 2.0)
-- rake (10.0.3)
-- rdoc (3.12.2)
-- json (~> 1.4)
-- rspec-core (2.13.1)
-- rspec-expectations (2.13.0)
-- diff-lcs (>= 1.1.3, < 2.0)
-- rspec-mocks (2.13.0)
-- rspec-rails (2.13.0)
-- actionpack (>= 3.0)
-- activesupport (>= 3.0)
-- railties (>= 3.0)
-- rspec-core (~> 2.13.0)
-- rspec-expectations (~> 2.13.0)
-- rspec-mocks (~> 2.13.0)
-- shoulda-context (1.0.1)
-- sprockets (2.2.2)
-- hike (~> 1.2)
-- multi_json (~> 1.0)
-- rack (~> 1.0)
-- tilt (~> 1.1, != 1.3.0)
-- sqlite3 (1.3.6)
-- strong_parameters (0.1.5)
-- actionpack (~> 3.1)
-- activemodel (~> 3.1)
-- railties (~> 3.1)
-- thor (0.17.0)
-- tilt (1.3.6)
-- treetop (1.4.12)
-- polyglot
-- polyglot (>= 0.3.1)
-- tzinfo (0.3.35)
--
--PLATFORMS
-- ruby
--
--DEPENDENCIES
-- activerecord-jdbc-adapter
-- activerecord-jdbcsqlite3-adapter
-- appraisal (~> 0.4)
-- aruba
-- bourne (~> 1.3)
-- bundler (~> 1.1)
-- cucumber (~> 1.1)
-- jdbc-sqlite3
-- jruby-openssl
-- rails (~> 3.0)
-- rake (>= 0.9.2)
-- rspec-rails (~> 2.13)
-- shoulda-context (~> 1.0.0)
-- shoulda-matchers!
-- sqlite3
-- strong_parameters
-- therubyrhino
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 6deaab3..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-fix-config-path.patch
-remove-gemfile-lock.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-shoulda-matchers.git
More information about the Pkg-ruby-extras-commits
mailing list