Sha256: 831ce9dc4764e08cfce6ea782b13e4e2cf46fc40dbe65e0f77773b4268e3c92d
Contents?: true
Size: 814 Bytes
Versions: 3
Compression:
Stored size: 814 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "apprise-me/version" Gem::Specification.new do |s| s.name = "apprise-me" s.version = AppriseMe::VERSION s.authors = ["John Colvin"] s.email = ["colvin.john@gmail.com"] s.homepage = "https://github.com/johncolvin/apprise-rails" s.summary = %q{Replaces confirms with apprise style confirms} s.description = %q{Automatically uses apprise for confirms sent as a parameter to link_to} s.rubyforge_project = "apprise-me" s.add_dependency "apprise-rails" 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 |
---|---|
apprise-me-0.0.3 | apprise-me.gemspec |
apprise-me-0.0.2 | apprise-me.gemspec |
apprise-me-0.0.1 | apprise-me.gemspec |