Sha256: 5fd1bf689ab4f254e4902ce6718b6b9f1738b6b57e2ed619845313e956b1483a

Contents?: true

Size: 1023 Bytes

Versions: 1

Compression:

Stored size: 1023 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'pines/notify/rails/version'

Gem::Specification.new do |spec|
  spec.name          = "pines-notify-rails"
  spec.version       = Pines::Notify::Rails::VERSION
  spec.authors       = ["Pierrick Rouxel"]
  spec.email         = ["pierrick.rouxel@me.com"]
  spec.description   = %q{JavaScript notifications for Bootstrap or jQuery UI.}
  spec.summary       = spec.description
  spec.homepage      = "https://github.com/pierrickrouxel/pines-notify-rails"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency "railties", ">= 3.1"
  spec.add_development_dependency "rails", "~> 3.2.12"
  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pines-notify-rails-1.2.0 pines-notify-rails.gemspec