Sha256: 12ebb3e5a77085eede7d43acf290ec3c25534acb5d18edb9c5492f6c363c4373

Contents?: true

Size: 1.06 KB

Versions: 7

Compression:

Stored size: 1.06 KB

Contents

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

Gem::Specification.new do |s|
  s.name        = "consadole_aggregator"
  s.version     = ConsadoleAggregator::VERSION
  s.authors     = ["niku"]
  s.email       = ["niku@niku.name"]
  s.homepage    = "https://github.com/niku/consadole_aggregator"
  s.summary     = %q{aggregates infomation of 'Consadole Sapporo'}
  #s.description = %q{TODO: Write a gem description}

  s.rubyforge_project = "consadole_aggregator"

  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"]

  s.add_development_dependency "rspec"
  s.add_development_dependency "guard"
  s.add_development_dependency "guard-rspec"
  s.add_development_dependency "ruby_gntp"
  s.add_runtime_dependency "nokogiri"
  s.add_runtime_dependency "eventmachine"
  s.add_runtime_dependency "twitter"
  s.add_runtime_dependency "httpclient"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
consadole_aggregator-0.2.6 consadole_aggregator.gemspec
consadole_aggregator-0.2.5 consadole_aggregator.gemspec
consadole_aggregator-0.2.4 consadole_aggregator.gemspec
consadole_aggregator-0.2.3 consadole_aggregator.gemspec
consadole_aggregator-0.2.2 consadole_aggregator.gemspec
consadole_aggregator-0.2.1 consadole_aggregator.gemspec
consadole_aggregator-0.2.0 consadole_aggregator.gemspec