[DRE-commits] [ruby-mp3tag] 03/04: added gemspec file, added docbase added ruby-tests

Jonas Genannt jonas at brachium-system.net
Thu Jan 16 16:59:44 UTC 2014


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

hggh-guest pushed a commit to branch master
in repository ruby-mp3tag.

commit 13d1c3e019ddfe4dfab9f64da2b87c46c60cfdeb
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Thu Jan 16 17:58:23 2014 +0100

    added gemspec file, added docbase added ruby-tests
---
 debian/mp3tab.gemspec       | 26 ++++++++++++++++++++++++++
 debian/ruby-mp3tag.doc-base |  9 +++++++++
 debian/ruby-tests.rb        |  1 +
 3 files changed, 36 insertions(+)

diff --git a/debian/mp3tab.gemspec b/debian/mp3tab.gemspec
new file mode 100644
index 0000000..1cd90f4
--- /dev/null
+++ b/debian/mp3tab.gemspec
@@ -0,0 +1,26 @@
+Gem::Specification::new do |spec|
+
+ spec.name = "mp3tag"
+  spec.version = "2.6.0"
+  spec.platform = Gem::Platform::RUBY
+  spec.summary = "mp3tag"
+  spec.description = "Ruby library for manipulating ID3V1.1 tags in MP3"
+  spec.license = "GPL2"
+
+  spec.files = [ "lib/mp3tag.rb" ]
+
+  spec.executables = []
+  
+  spec.require_path = "lib"
+
+  spec.test_files = nil
+
+### spec.add_dependency 'lib', '>= version'
+#### spec.add_dependency 'map'
+
+  spec.extensions.push(*[])
+
+  spec.author = "Lars Christensen"
+  spec.email = "dsl8950 at vip.cybercity.dk"
+  spec.homepage = "http://users.cybercity.dk/~dsl8950/ruby/mp3tag.html"
+end
diff --git a/debian/ruby-mp3tag.doc-base b/debian/ruby-mp3tag.doc-base
new file mode 100644
index 0000000..7de6c9d
--- /dev/null
+++ b/debian/ruby-mp3tag.doc-base
@@ -0,0 +1,9 @@
+Document: ruby-mp3tag
+Title: Debian ruby-mp3tag Manual
+Author: Lars Christensen
+Abstract: Ruby library for manipulating ID3V1.1 tags in MP3
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/ruby-mp3tag/mp3tag.html
+Files: /usr/share/doc/ruby-mp3tag/mp3tag.html
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..35d20e8
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1 @@
+require 'mp3tag'

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



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