Sha256: fcac2aa88d74cffabb8a5692c96c4e9463e65d4cc1102d3159d23c781eba4717
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{Stream} s.version = "0.1.24" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Gretchen Gapol"] s.date = %q{2011-07-07} s.description = %q{news feed based on timeline with some modifications} s.email = %q{ggapol@exist.com} s.extra_rdoc_files = [] s.files = [ ".gitignore", "MIT-LICENSE", "Rakefile", "VERSION.yml", "generators/stream/USAGE", "generators/stream/templates/migration.rb", "generators/stream/templates/model.rb", "generators/stream/stream_generator.rb", "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.1.24 | stream.gemspec |