Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 741235cf5ace0c4cb8f55c56422314d6 > files > 1

booh-0.9.3-4.mga2.src.rpm

diff -Naur -x '*~' booh-0.9.3/bin/album2booh booh-0.9.3-use-rubygems/bin/album2booh
--- booh-0.9.3/bin/album2booh	2010-05-26 23:32:43.000000000 +0200
+++ booh-0.9.3-use-rubygems/bin/album2booh	2011-07-21 22:55:37.115769503 +0200
@@ -34,6 +34,7 @@
 #
 
 require 'getoptlong'
+require 'rubygems'
 require 'gettext'
 include GetText
 require 'booh/rexml/document'
diff -Naur -x '*~' booh-0.9.3/bin/booh booh-0.9.3-use-rubygems/bin/booh
--- booh-0.9.3/bin/booh	2010-07-11 14:52:55.000000000 +0200
+++ booh-0.9.3-use-rubygems/bin/booh	2011-07-21 22:54:27.196643612 +0200
@@ -27,6 +27,7 @@
 require 'booh/libadds'
 require 'booh/GtkAutoTable'
 
+require 'rubygems'
 require 'gettext'
 include GetText
 bindtextdomain("booh")
diff -Naur -x '*~' booh-0.9.3/bin/booh-backend booh-0.9.3-use-rubygems/bin/booh-backend
--- booh-0.9.3/bin/booh-backend	2010-07-11 14:59:53.000000000 +0200
+++ booh-0.9.3-use-rubygems/bin/booh-backend	2011-07-24 20:52:41.950751984 +0200
@@ -20,6 +20,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 require 'getoptlong'
+require 'rubygems'
 begin
     #- new style (ruby-locale separated package)
     require 'locale'
diff -Naur -x '*~' booh-0.9.3/bin/booh-classifier booh-0.9.3-use-rubygems/bin/booh-classifier
--- booh-0.9.3/bin/booh-classifier	2010-05-26 23:32:43.000000000 +0200
+++ booh-0.9.3-use-rubygems/bin/booh-classifier	2011-07-21 22:55:27.159893968 +0200
@@ -25,6 +25,7 @@
 require 'gtk2'
 require 'booh/libadds'
 
+require 'rubygems'
 require 'gettext'
 include GetText
 bindtextdomain("booh")
diff -Naur -x '*~' booh-0.9.3/bin/webalbum2booh booh-0.9.3-use-rubygems/bin/webalbum2booh
--- booh-0.9.3/bin/webalbum2booh	2010-05-26 23:32:43.000000000 +0200
+++ booh-0.9.3-use-rubygems/bin/webalbum2booh	2011-07-21 22:56:28.629125495 +0200
@@ -20,6 +20,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 require 'getoptlong'
+require 'rubygems'
 require 'gettext'
 include GetText
 require 'booh/rexml/document'
diff -Naur -x '*~' booh-0.9.3/lib/booh/booh-lib.rb booh-0.9.3-use-rubygems/lib/booh/booh-lib.rb
--- booh-0.9.3/lib/booh/booh-lib.rb	2010-05-26 23:32:43.000000000 +0200
+++ booh-0.9.3-use-rubygems/lib/booh/booh-lib.rb	2011-07-21 22:54:48.249380413 +0200
@@ -24,6 +24,7 @@
 
 require 'booh/rexml/document'
 
+require 'rubygems'
 require 'gettext'
 include GetText
 bindtextdomain("booh")
diff -Naur -x '*~' booh-0.9.3/lib/booh/html-merges.rb booh-0.9.3-use-rubygems/lib/booh/html-merges.rb
--- booh-0.9.3/lib/booh/html-merges.rb	2009-12-26 20:10:01.000000000 +0100
+++ booh-0.9.3-use-rubygems/lib/booh/html-merges.rb	2011-07-21 22:57:02.552701392 +0200
@@ -20,6 +20,7 @@
 
 # holds static data to merge in the html "themes"
 
+require 'rubygems'
 require 'gettext'
 bindtextdomain("booh")
 
diff -Naur -x '*~' booh-0.9.3/lib/booh/UndoHandler.rb booh-0.9.3-use-rubygems/lib/booh/UndoHandler.rb
--- booh-0.9.3/lib/booh/UndoHandler.rb	2008-07-12 21:23:43.000000000 +0200
+++ booh-0.9.3-use-rubygems/lib/booh/UndoHandler.rb	2011-07-21 22:56:40.868972478 +0200
@@ -17,6 +17,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
+require 'rubygems'
 require 'gettext'
 require 'gtk2'
 include GetText