[DRE-commits] [ruby-rails-assets-jquery-colorbox] 04/09: add gemspec for rails-assets-colorbox

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Sep 10 18:25:45 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-rails-assets-jquery-colorbox.

commit 8c94e759cfcb9aed8994af1f6268c4251a065eb6
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Sep 10 23:09:10 2015 +0530

    add gemspec for rails-assets-colorbox
---
 debian/rails-assets-colorbox.gemspec | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/debian/rails-assets-colorbox.gemspec b/debian/rails-assets-colorbox.gemspec
new file mode 100644
index 0000000..5129b74
--- /dev/null
+++ b/debian/rails-assets-colorbox.gemspec
@@ -0,0 +1,20 @@
+# coding: utf-8
+lib = File.expand_path('../lib', __FILE__)
+$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
+require 'rails-assets-colorbox/version'
+
+Gem::Specification.new do |spec|
+  spec.name          = "rails-assets-colorbox"
+  spec.version       = RailsAssetsColorbox::VERSION
+  spec.authors       = ["rails-assets.org"]
+  spec.description   = "jQuery lightbox and modal window plugin"
+  spec.summary       = "jQuery lightbox and modal window plugin"
+  spec.homepage      = "http://www.jacklmoore.com/colorbox"
+
+  spec.files         = `find ./* -type f | cut -b 3-`.split($/)
+  spec.require_paths = ["lib"]
+
+  spec.add_dependency "rails-assets-jquery", ">= 1.3.2"
+  spec.add_development_dependency "bundler", "~> 1.3"
+  spec.add_development_dependency "rake"
+end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rails-assets-jquery-colorbox.git



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