Sha256: 66a621f91651658adcc6a560a286babcd528147f2684063f1ba6fbec5ab86bd2

Contents?: true

Size: 867 Bytes

Versions: 1

Compression:

Stored size: 867 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "acts_as_notifiable_redmine/version"

Gem::Specification.new do |s|
  s.name        = "acts_as_notifiable_redmine"
  s.version     = ActsAsNotifiableRedmine::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Nicolas Rodriguez"]
  s.email       = ["nrodriguez@jbox-web.com"]
  s.homepage    = "https://github.com/jbox-web/acts_as_notifiable_redmine"
  s.summary     = %q{A Ruby gem who provides a small DSL to register Pusher channels and events in Redmine}
  s.license     = 'MIT'

  s.rubyforge_project = "acts_as_notifiable_redmine"

  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
acts_as_notifiable_redmine-0.1 acts_as_notifiable_redmine.gemspec