Sha256: 7d54c2a88fdf83feb568e7ef71fd78f4c844e26dc436dec7020604c0b9fedc8b

Contents?: true

Size: 753 Bytes

Versions: 4

Compression:

Stored size: 753 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"]

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
noty-rails-2.2.9 noty-rails.gemspec
noty-rails-2.2.2 noty-rails.gemspec
noty-rails-2.2.0 noty-rails.gemspec
noty-rails-2.1.0.1 noty-rails.gemspec