[DRE-commits] [SCM] rubygems-integration.git branch, master, updated. 707700b501ed124043f9f9f848d715855f9f0660

Antonio Terceiro terceiro at softwarelivre.org
Tue Jun 26 00:18:57 UTC 2012


The following commit has been merged in the master branch:
commit 707700b501ed124043f9f9f848d715855f9f0660
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Mon Jun 25 20:19:42 2012 -0300

    Include gemspec for rdoc-3.9.4 (included with ruby1.9.1)

diff --git a/debian/changelog b/debian/changelog
index 52a9ed5..297f623 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rubygems-integration (1.1) UNRELEASED; urgency=low
+
+  * Add gemspec for rdoc-3.9.4 which is included with ruby1.9.1
+
+ -- Antonio Terceiro <terceiro at debian.org>  Mon, 25 Jun 2012 20:18:03 -0300
+
 rubygems-integration (1.0) unstable; urgency=low
 
   * Initial release.
diff --git a/debian/rubygems-integration.install b/debian/rubygems-integration.install
new file mode 100644
index 0000000..5ea93d6
--- /dev/null
+++ b/debian/rubygems-integration.install
@@ -0,0 +1 @@
+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
new file mode 100644
index 0000000..effadbd
--- /dev/null
+++ b/gemspecs/rdoc-3.9.4.gemspec
@@ -0,0 +1,48 @@
+# -*- 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/H6f2US6U0hQOjJR6cpfiymgxGdfyTiVcvTm\nGj/okWrQl0NjYOYBpDi+9PPmaH2RmLJu0dB/NylsDnW5j6yN1BEI8MfJRR+HRKZY\nmUtgzBwF1V4KIZQ8EuL6I/nHVu07i6IkrpAgxpXUfdJQJi0oZAqXurAV3yTxkFwd\ng62YrrW26mDe+pZBzR6bpLE+PmXCzz7UxUq3AE0gPHbiMXie3EFE0oxnsU3lIduh\nsCANiQ8BAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQW\nBBS5k4Z75VSpdM0AclG2UvzFA/VW5DANBgkqhkiG9w0BAQUFAAOCAQEAHagT4lfX\nkP/hDaiwGct7XPuVGbrOsKRVD59FF5kETBxEc9UQ1clKWngf8JoVuEoKD774dW19\nbU0GOVWO+J6FMmT/Cp7nuFJ79egMf/gy4gfUfQMuvfcr6DvZUPIs9P/TlK59iMYF\nDIOQ3DxdF3rMzztNUCizN4taVscEsjCcgW6WkUJnGdqlu3OHWpQxZBJkBTjPCoc6\nUW6on70SFPmAy/5Cq0OJNGEWBfgD9q7rrs/X8GGwUWqXb85RXnUVi/P8Up75E0ag\n14jEc90kN+C7oI/AGCBN0j6JnEtYIEJZibjjDJTSMWlUKKkj30kq7hlUC2CepJ4v\nx52qPcexcYZR7w==\n-----END CERTIFICATE-----\n"]
+  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

-- 
rubygems-integration.git



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