[DRE-commits] [ruby-acts-as-taggable-on] 03/05: remove remove-bundler.patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Nov 20 22:19:11 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-acts-as-taggable-on.

commit 0bfbfaa31a815445b3da900d3f4bfcb83b7529c4
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Nov 21 03:44:27 2014 +0530

    remove remove-bundler.patch
---
 debian/patches/remove-bundler.patch | 48 -------------------------------------
 debian/patches/series               |  1 -
 2 files changed, 49 deletions(-)

diff --git a/debian/patches/remove-bundler.patch b/debian/patches/remove-bundler.patch
deleted file mode 100644
index bd6d427..0000000
--- a/debian/patches/remove-bundler.patch
+++ /dev/null
@@ -1,48 +0,0 @@
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -1,25 +1,30 @@
- $LOAD_PATH << "." unless $LOAD_PATH.include?(".")
- require 'logger'
- 
--begin
--  require "rubygems"
--  require "bundler"
--
--  if Gem::Version.new(Bundler::VERSION) <= Gem::Version.new("0.9.5")
--    raise RuntimeError, "Your bundler version is too old." +
--     "Run `gem install bundler` to upgrade."
--  end
-+#begin
-+#  require "rubygems"
-+#  require "bundler"
-+
-+#  if Gem::Version.new(Bundler::VERSION) <= Gem::Version.new("0.9.5")
-+#    raise RuntimeError, "Your bundler version is too old." +
-+#     "Run `gem install bundler` to upgrade."
-+#  end
- 
-   # Set up load paths for all bundled gems
--  Bundler.setup
--rescue Bundler::GemNotFound
--  raise RuntimeError, "Bundler couldn't find some gems." +
--    "Did you run \`bundlee install\`?"
--end
-+#  Bundler.setup
-+#rescue Bundler::GemNotFound
-+#  raise RuntimeError, "Bundler couldn't find some gems." +
-+#    "Did you run \`bundlee install\`?"
-+#end
- 
--Bundler.require
-+#Bundler.require
- require File.expand_path('../../lib/acts-as-taggable-on', __FILE__)
--require 'ammeter/init'
-+#require 'ammeter/init'
-+require "active_support/test_case"
-+
-+require "rails/railtie"
-+require "rails/generators"
-+require "rails/generators/test_case"
- 
- unless [].respond_to?(:freq)
-   class Array
diff --git a/debian/patches/series b/debian/patches/series
index 01e6fc7..0872693 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 create-database.yml
-remove-bundler.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-acts-as-taggable-on.git



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