rosa-build/vendor/gems/rails-assets-notifyjs-0.4.2/rails-assets-notifyjs.gemspec

21 lines
735 B
Ruby
Raw Permalink Normal View History

2020-01-22 11:07:00 +00:00
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rails-assets-notifyjs/version'
Gem::Specification.new do |spec|
spec.name = "rails-assets-notifyjs"
spec.version = RailsAssetsNotifyjs::VERSION
spec.authors = ["rails-assets.org"]
spec.description = "A simple, versatile notification library"
spec.summary = "A simple, versatile notification library"
spec.homepage = "http://notifyjs.com/"
spec.license = "MIT"
spec.files = `find ./* -type f | cut -b 3-`.split($/)
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
end