File: rails-assets-blueimp-gallery.gemspec

package info (click to toggle)
ruby-rails-assets-blueimp-gallery 2.33.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 528 kB
  • sloc: javascript: 8,821; sh: 43; ruby: 35; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 846 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rails-assets-blueimp-gallery/version'

Gem::Specification.new do |spec|
  spec.name          = "rails-assets-blueimp-gallery"
  spec.version       = RailsAssetsBlueimpGallery::VERSION
  spec.authors       = ["rails-assets.org"]
  spec.description   = ""
  spec.summary       = ""
  spec.homepage      = "https://github.com/blueimp/Gallery"

  spec.files         = `find ./* -type f | cut -b 3-`.split($/)
  spec.require_paths = ["lib"]


    spec.post_install_message = "This component doesn't define main assets in bower.json.\nPlease open new pull request in component's repository:\nhttps://github.com/blueimp/Gallery"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end