[DRE-commits] [SCM] ruby-moneta.git branch, master, updated. debian/0.6.0-2-5-ga7fe141
Cédric Boutillier
cedric.boutillier at gmail.com
Tue May 1 22:15:31 UTC 2012
The following commit has been merged in the master branch:
commit 31c063dc1c581127aebbe1decde4a800c666930a
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date: Wed May 2 00:04:11 2012 +0200
remove rubygems manipulation in lib/moneta/datamapper.rb
diff --git a/debian/patches/remove_rubygems_stuff_from_moneta_datamapper.rb b/debian/patches/remove_rubygems_stuff_from_moneta_datamapper.rb
new file mode 100644
index 0000000..8432ff2
--- /dev/null
+++ b/debian/patches/remove_rubygems_stuff_from_moneta_datamapper.rb
@@ -0,0 +1,16 @@
+--- a/lib/moneta/datamapper.rb
++++ b/lib/moneta/datamapper.rb
+@@ -1,5 +1,5 @@
+ begin
+- gem "dm-core", "0.9.10"
++# gem "dm-core", "0.9.10"
+ require "dm-core"
+ rescue LoadError
+ puts "You need the dm-core gem in order to use the DataMapper moneta store"
+@@ -114,4 +114,4 @@
+ include Implementation
+ include Expires
+ end
+-end
+\ No newline at end of file
++end
diff --git a/debian/patches/series b/debian/patches/series
index 4f7d1a6..db8eafa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
split_shared_examples_for_specs.patch
modify_spec_helper.patch
+remove_rubygems_stuff_from_moneta_datamapper.rb
--
ruby-moneta.git
More information about the Pkg-ruby-extras-commits
mailing list