Sha256: 67e6a7ca8bca7fe9c148e92e8877f1ea371373348f51df0141bd1b6dc247d32e
Contents?: true
Size: 808 Bytes
Versions: 5
Compression:
Stored size: 808 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path('../lib', __FILE__) require 'ultimate-flash/version' Gem::Specification.new do |s| s.name = 'ultimate-flash' s.version = Ultimate::Flash::VERSION s.authors = ['Dmitry KODer Karpunin'] s.email = ['koderfunk@gmail.com'] s.homepage = 'http://github.com/KODerFunk/ultimate-flash' s.summary = %q{Ruby on Rails oriented jQuery plugin for smart notifications} s.description = %q{Ruby on Rails oriented jQuery plugin for smart notifications} s.rubyforge_project = 'ultimate-flash' 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
5 entries across 5 versions & 1 rubygems