[DRE-commits] [SCM] ruby-mysql.git branch, master, updated. upstream/2.8.2-8-g1fd73d0

Antonio Terceiro terceiro at debian.org
Sat Jun 30 11:54:32 UTC 2012


The following commit has been merged in the master branch:
commit 1fd73d060bf3d39010a868355ad1808ff2c54962
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Jun 30 08:46:57 2012 -0300

    Adjust gemspec from rubygems to the actual upstream source

diff --git a/debian/mysql-2.8.2.gemspec b/debian/mysql-2.8.2.gemspec
index c87f546..2c3888b 100644
--- a/debian/mysql-2.8.2.gemspec
+++ b/debian/mysql-2.8.2.gemspec
@@ -9,14 +9,12 @@ Gem::Specification.new do |s|
   s.date = "2009-08-21"
   s.description = "This is the MySQL API module for Ruby. It provides the same functions for Ruby\nprograms that the MySQL C API provides for C programs.\n\nThis is a conversion of tmtm's original extension into a proper RubyGems."
   s.email = ["tommy at tmtm.org"]
-  s.extensions = ["ext/mysql_api/extconf.rb"]
-  s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
-  s.files = ["COPYING", "COPYING.ja", "History.txt", "Manifest.txt", "README.txt", "Rakefile", "ext/mysql_api/extconf.rb", "ext/mysql_api/mysql.c", "extra/README.html", "extra/README_ja.html", "extra/tommy.css", "lib/mysql.rb", "tasks/gem.rake", "tasks/native.rake", "tasks/vendor_mysql.rake", "test/test_mysql.rb"]
+  s.extensions = ["extconf.rb"]
+  s.extra_rdoc_files = ["README.html"]
+  s.files = ["mysql.c", "README_ja.html", "COPYING", "README.html", "tommy.css", "test.rb", "extconf.rb", "COPYING.ja"]
   s.homepage = "http://mysql-win.rubyforge.org"
   s.rdoc_options = ["--main", "README.txt"]
-  s.require_paths = ["lib", "ext"]
   s.required_ruby_version = Gem::Requirement.new(">= 1.8.6")
-  s.rubyforge_project = "mysql-win"
   s.rubygems_version = "1.8.23"
   s.summary = "This is the MySQL API module for Ruby"
   s.test_files = ["test/test_mysql.rb"]

-- 
ruby-mysql.git



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