[DRE-commits] [ruby-rubypants] 01/07: Add a patch to add gem metadata for proper integration

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Sep 16 17:35:55 UTC 2015


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

lunar pushed a commit to branch master
in repository ruby-rubypants.

commit ac2697b82d1ed0d01ef1f64d9becfbd2b238b09b
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Sep 16 19:23:29 2015 +0200

    Add a patch to add gem metadata for proper integration
---
 debian/patches/add-metadata.patch | 59 +++++++++++++++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 60 insertions(+)

diff --git a/debian/patches/add-metadata.patch b/debian/patches/add-metadata.patch
new file mode 100644
index 0000000..4b2546f
--- /dev/null
+++ b/debian/patches/add-metadata.patch
@@ -0,0 +1,59 @@
+diff --git a/metadata.yml b/metadata.yml
+new file mode 100644
+index 0000000..2441cb2
+--- /dev/null
++++ b/metadata.yml
+@@ -0,0 +1,52 @@
++--- !ruby/object:Gem::Specification 
++rubygems_version: 0.8.1
++specification_version: 1
++name: rubypants
++version: !ruby/object:Gem::Version 
++  version: 0.2.0
++date: 2004-11-15
++summary: RubyPants is a Ruby port of the smart-quotes library SmartyPants.
++require_paths: 
++  - "."
++author: Christian Neukirchen
++email: chneukirchen at gmail.com
++homepage: http://www.kronavita.de/chris/blog/projects/rubypants.html
++rubyforge_project: 
++description: "RubyPants is a Ruby port of the smart-quotes library SmartyPants.  The original
++  \"SmartyPants\" is a free web publishing plug-in for Movable Type, Blosxom, and
++  BBEdit that easily translates plain ASCII punctuation characters into \"smart\"
++  typographic punctuation HTML entities."
++autorequire: 
++default_executable: 
++bindir: bin
++has_rdoc: false
++required_ruby_version: !ruby/object:Gem::Version::Requirement 
++  requirements: 
++    - 
++      - ">"
++      - !ruby/object:Gem::Version 
++        version: 0.0.0
++  version: 
++platform: ruby
++files: 
++  - install.rb
++  - rubypants.rb
++  - test_rubypants.rb
++  - README
++  - Rakefile
++test_files: 
++  - test_rubypants.rb
++rdoc_options: 
++  - "--main"
++  - README
++  - "--line-numbers"
++  - "--inline-source"
++  - "--all"
++  - "--exclude"
++  - test_rubypants.rb
++extra_rdoc_files: 
++  - README
++executables: []
++extensions: []
++requirements: []
++dependencies: []
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2d32e7f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+add-metadata.patch

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



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