Sha256: 605e44762a840fd2b85d7c3357ae833e3c364e8a77398372770494ab53f90c92

Contents?: true

Size: 928 Bytes

Versions: 1

Compression:

Stored size: 928 Bytes

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{Stream}
  s.version = "0.2.3.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Gretch", "Joe"]
  s.date = %q{2011-07-12}
  s.description = %q{news feed based on timeline with some modifications}
  s.email = %q{ggapol@exist.com joe_ocaba@yahoo.com}
  s.extra_rdoc_files = []
  s.files = [
    ".gitignore",
     "MIT-LICENSE",
     "Rakefile",
     "VERSION.yml",
     "init.rb",
     "lib/stream.rb",
     "lib/stream/fires.rb",
     "lib/stream/matchers.rb",
     "stream.gemspec"
  ]
  s.homepage = %q{http://github.com/gretch}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.1}
  s.summary = %q{news feed}

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
Stream-0.2.3.0 stream.gemspec