Sha256: 29a23507a02d9ca997dee2b8819af2727663e658ac01394de8acaa75593082b7

Contents?: true

Size: 865 Bytes

Versions: 1

Compression:

Stored size: 865 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "noty-rails/version"

Gem::Specification.new do |s|
  s.name        = "noty-rails"
  s.version     = Noty::Rails::VERSION
  s.authors     = ["PikachuEXE"]
  s.email       = ["pikachuexe@gmail.com"]
  s.homepage    = "https://github.com/noty/noty-rails"
  s.summary     = "Noty asset pipeline provider/wrapper"
  s.description = "This gem provides Noty, a jQuery Notification Plugin, for your Rails application."
  s.license     = 'MIT'

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.post_install_message = %Q(
    This gem is deprecated.
    Please read the deprecation note on README.
  )

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noty-rails-2.3.4 noty-rails.gemspec