Sha256: 91c76e63ab78ee116a9490994936a3e8fe2e6f900142b03cbdfe20e364ed838f
Contents?: true
Size: 798 Bytes
Versions: 1
Compression:
Stored size: 798 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "silvermoon/version" Gem::Specification.new do |s| s.name = "silvermoon" s.version = Silvermoon::VERSION s.authors = ["Luiz Felipe G. Pereira"] s.email = ["luiz.felipe.gp@gmail.com"] s.homepage = "" s.summary = %q{A notification wrapper gem for rails} s.description = %q{Silvermoon aims to provide a solid interface to exchange notifications of events on your rails application to several services} #s.rubyforge_project = "silvermoon" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
silvermoon-0.1 | silvermoon.gemspec |