[DRE-commits] [ruby-dataobjects] 03/04: Drop 0010_remove_rubygems_from_specs.patch 0020_set_WINDOWS_to_false_in_shared_spec.patch; not needed anymore
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Apr 10 19:24:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-dataobjects.
commit e806464bb81b436fa405f5571a05af6fb3875b92
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Apr 9 22:19:49 2014 +0200
Drop 0010_remove_rubygems_from_specs.patch 0020_set_WINDOWS_to_false_in_shared_spec.patch; not needed anymore
---
debian/patches/0010_remove_rubygems_from_specs.patch | 11 -----------
.../patches/0020_set_WINDOWS_to_false_in_shared_spec.patch | 14 --------------
debian/patches/series | 2 --
3 files changed, 27 deletions(-)
diff --git a/debian/patches/0010_remove_rubygems_from_specs.patch b/debian/patches/0010_remove_rubygems_from_specs.patch
deleted file mode 100644
index 304ad7f..0000000
--- a/debian/patches/0010_remove_rubygems_from_specs.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Description: remove requirement on rubygems in spec_helper
-Author: Cédric Boutillier <cedric.boutillier at gmail.com>
-Last-Update: 2011-10-16
-
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
-@@ -1,4 +1,3 @@
--require 'rubygems'
- require 'data_objects'
- require 'rspec'
-
diff --git a/debian/patches/0020_set_WINDOWS_to_false_in_shared_spec.patch b/debian/patches/0020_set_WINDOWS_to_false_in_shared_spec.patch
deleted file mode 100644
index e10c3ad..0000000
--- a/debian/patches/0020_set_WINDOWS_to_false_in_shared_spec.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: set WINDOWS to false
- The upstream formulation relies on the Gem class. The result will always be
- false on Debian. Hardcoding the value to avoid unnecessary dependency on rubygems.
-Author: Cédric Boutillier <cedric.boutillier at gmail.com>
-Last-Update: 2011-10-23
-
---- a/lib/data_objects/spec/shared/command_spec.rb
-+++ b/lib/data_objects/spec/shared/command_spec.rb
-@@ -1,4 +1,4 @@
--WINDOWS = Gem.win_platform? || (JRUBY && ENV_JAVA['os.name'] =~ /windows/i)
-+WINDOWS = false
-
- shared_examples_for 'a Command' do
-
diff --git a/debian/patches/series b/debian/patches/series
index 8601930..6087ba4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
-0010_remove_rubygems_from_specs.patch
-0020_set_WINDOWS_to_false_in_shared_spec.patch
0030_deactivate_asynchronous_shared_spec.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-dataobjects.git
More information about the Pkg-ruby-extras-commits
mailing list