Sha256: 3844f33dc9481c39f87c253c518c6fcb0873404655648f9949ac50178fcfed0a

Contents?: true

Size: 950 Bytes

Versions: 1

Compression:

Stored size: 950 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name          = 'cinch-endi'
  spec.version       = File.new('VERSION', 'r').read.chomp
  spec.authors       = ['Jonah Ruiz']
  spec.email         = ['jonah@pixelhipsters.com']
  spec.description   = %q{Endi is a Cinch plugin for getting the latest news from endi.com}
  spec.summary       = %q{Endi is a Cinch plugin for getting the latest news from endi.com / El Nuevo Dia Newspaper}
  spec.homepage      = 'https://github.com/jonahoffline/cinch-endi'
  spec.license       = 'MIT'

  spec.files         = `git ls-files`.split($/)
  spec.require_paths = ['lib']
  spec.required_ruby_version = '>= 1.9.3'

  spec.add_dependency 'cinch', '~> 2.0.5'
  spec.add_dependency 'endi_feed', '~> 0.0.2'

  spec.add_development_dependency 'bundler', '~> 1.3'
  spec.add_development_dependency 'rake'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cinch-endi-0.0.2 cinch-endi.gemspec