[DRE-commits] [ruby-rbnacl] 03/04: d/ruby-rbnacl.install, d/rbnacl-libsodium.gemspec: Provide rbnacl-libsodium gemspec too.

Unit 193 unit193-guest at moszumanska.debian.org
Wed Dec 27 06:40:28 UTC 2017


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

unit193-guest pushed a commit to branch master
in repository ruby-rbnacl.

commit b7bc1153b2af650de9ac3215102bcc27a406bd8d
Author: Unit 193 <unit193 at ubuntu.com>
Date:   Wed Dec 27 01:38:09 2017 -0500

    d/ruby-rbnacl.install, d/rbnacl-libsodium.gemspec: Provide rbnacl-libsodium gemspec too.
---
 debian/rbnacl-libsodium.gemspec | 14 ++++++++++++++
 debian/ruby-rbnacl.install      |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/rbnacl-libsodium.gemspec b/debian/rbnacl-libsodium.gemspec
new file mode 100644
index 0000000..5cc893c
--- /dev/null
+++ b/debian/rbnacl-libsodium.gemspec
@@ -0,0 +1,14 @@
+# coding: utf-8
+require 'rbnacl/libsodium/version'
+
+Gem::Specification.new do |spec|
+  spec.name          = "rbnacl-libsodium"
+  spec.version       = RbNaCl::Libsodium::VERSION
+  spec.date          = Time.now.strftime('%Y-%m-%d')
+  spec.summary       = %q{rbnacl with libsodium}
+
+  spec.add_runtime_dependency "rbnacl", ">= 3.0.1"
+
+  spec.add_development_dependency "bundler", "~> 1.5"
+  spec.add_development_dependency "rake", ">= 10"
+end
diff --git a/debian/ruby-rbnacl.install b/debian/ruby-rbnacl.install
new file mode 100644
index 0000000..9b169d9
--- /dev/null
+++ b/debian/ruby-rbnacl.install
@@ -0,0 +1 @@
+debian/rbnacl-libsodium.gemspec /usr/share/rubygems-integration/all/specifications/

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



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