Sha256: 5e0a92f5ad12326a35d8216f4c72564d1159d823762a9b1992a2a9ec9a8f2832
Contents?: true
Size: 729 Bytes
Versions: 3
Compression:
Stored size: 729 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.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
noty-rails-2.1.0 | noty-rails.gemspec |
noty-rails-2.0.3.1 | noty-rails.gemspec |
noty-rails-2.0.3 | noty-rails.gemspec |