[DRE-commits] [rubygems-integration] 02/05: Drop rdoc workaround for Ruby 1.9

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Apr 10 19:51:44 UTC 2014


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

terceiro pushed a commit to branch master
in repository rubygems-integration.

commit b2082cb84e45a32f68c9b091f45b4e3e289ecb0f
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Thu Apr 10 16:21:21 2014 -0300

    Drop rdoc workaround for Ruby 1.9
---
 debian/changelog                    |  1 +
 debian/rubygems-integration.install |  1 -
 gemspecs/rdoc-3.9.4.gemspec         | 48 -------------------------------------
 3 files changed, 1 insertion(+), 49 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d9fe7b2..6275f18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ rubygems-integration (1.6) UNRELEASED; urgency=medium
 
   * debian/tests/package-list: make output easier to read. First output the
     list of gems to a file, then grep that file.
+  * Drop rdoc workaround for Ruby 1.9
 
  -- Antonio Terceiro <terceiro at debian.org>  Thu, 10 Apr 2014 16:16:36 -0300
 
diff --git a/debian/rubygems-integration.install b/debian/rubygems-integration.install
deleted file mode 100644
index 5ea93d6..0000000
--- a/debian/rubygems-integration.install
+++ /dev/null
@@ -1 +0,0 @@
-gemspecs/rdoc-3.9.4.gemspec usr/share/rubygems-integration/1.9.1/specifications/
diff --git a/gemspecs/rdoc-3.9.4.gemspec b/gemspecs/rdoc-3.9.4.gemspec
deleted file mode 100644
index effadbd..0000000
--- a/gemspecs/rdoc-3.9.4.gemspec
+++ /dev/null
@@ -1,48 +0,0 @@
-# -*- encoding: utf-8 -*-
-
-Gem::Specification.new do |s|
-  s.name = "rdoc"
-  s.version = "3.9.4"
-
-  s.required_rubygems_version = Gem::Requirement.new(">= 1.3") if s.respond_to? :required_rubygems_version=
-  s.authors = ["Eric Hodel", "Dave Thomas", "Phil Hagelberg", "Tony Strauss"]
-  s.cert_chain = ["-----BEGIN CERTIFICATE-----\nMIIDNjCCAh6gAwIBAgIBADANBgkqhkiG9w0BAQUFADBBMRAwDgYDVQQDDAdkcmJy\nYWluMRgwFgYKCZImiZPyLGQBGRYIc2VnbWVudDcxEzARBgoJkiaJk/IsZAEZFgNu\nZXQwHhcNMDcxMjIxMDIwNDE0WhcNMDgxMjIwMDIwNDE0WjBBMRAwDgYDVQQDDAdk\ncmJyYWluMRgwFgYKCZImiZPyLGQBGRYIc2VnbWVudDcxEzARBgoJkiaJk/IsZAEZ\nFgNuZXQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCbbgLrGLGIDE76\nLV/cvxdEzCuYuS3oG9PrSZnuDweySUfdp/so0cDq+j8bqy6OzZSw07gdjwFMSd6J\nU5ddZCVywn5nnAQ+Ui7jMW54CYt5/H6f2US6U0hQOjJR6cpf [...]
-  s.date = "2011-08-26"
-  s.description = "RDoc produces HTML and command-line documentation for Ruby projects.  RDoc\nincludes the +rdoc+ and +ri+ tools for generating and displaying online\ndocumentation.\n\nSee RDoc for a description of RDoc's markup and basic use."
-  s.email = ["drbrain at segment7.net", "", "technomancy at gmail.com", "tony.strauss at designingpatterns.com"]
-  s.executables = ["rdoc", "ri"]
-  s.extra_rdoc_files = ["History.txt", "LICENSE.txt", "Manifest.txt", "README.txt", "RI.txt", "Rakefile"]
-  s.files = ["bin/rdoc", "bin/ri", "History.txt", "LICENSE.txt", "Manifest.txt", "README.txt", "RI.txt", "Rakefile"]
-  s.homepage = "http://docs.seattlerb.org/rdoc"
-  s.post_install_message = "Depending on your version of ruby, you may need to install ruby rdoc/ri data:\n\n<= 1.8.6 : unsupported\n = 1.8.7 : gem install rdoc-data; rdoc-data --install\n = 1.9.1 : gem install rdoc-data; rdoc-data --install\n>= 1.9.2 : nothing to do! Yay!\n"
-  s.rdoc_options = ["--main", "README.txt"]
-  s.require_paths = ["lib"]
-  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
-  s.rubyforge_project = "rdoc"
-  s.rubygems_version = "1.8.23"
-  s.summary = "RDoc produces HTML and command-line documentation for Ruby projects"
-
-  if s.respond_to? :specification_version then
-    s.specification_version = 3
-
-    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
-      s.add_development_dependency(%q<minitest>, [">= 2.3.1"])
-      s.add_development_dependency(%q<minitest>, ["~> 2"])
-      s.add_development_dependency(%q<isolate>, ["~> 3"])
-      s.add_development_dependency(%q<ZenTest>, ["~> 4"])
-      s.add_development_dependency(%q<hoe>, ["~> 2.12"])
-    else
-      s.add_dependency(%q<minitest>, [">= 2.3.1"])
-      s.add_dependency(%q<minitest>, ["~> 2"])
-      s.add_dependency(%q<isolate>, ["~> 3"])
-      s.add_dependency(%q<ZenTest>, ["~> 4"])
-      s.add_dependency(%q<hoe>, ["~> 2.12"])
-    end
-  else
-    s.add_dependency(%q<minitest>, [">= 2.3.1"])
-    s.add_dependency(%q<minitest>, ["~> 2"])
-    s.add_dependency(%q<isolate>, ["~> 3"])
-    s.add_dependency(%q<ZenTest>, ["~> 4"])
-    s.add_dependency(%q<hoe>, ["~> 2.12"])
-  end
-end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rubygems-integration.git



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