Sha256: 04bc3f49113864273f964a39f5be5ef6d8ec1bd512cb04d9e31292f08760b205

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

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

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Max Ogden", "daddz"]
  s.date = %q{2011-04-05}
  s.description = %q{A simple file based queue in Ruby}
  s.email = %q{max@maxogden.com}
  s.extra_rdoc_files = [
    "LICENSE",
    "README.md"
  ]
  s.files = [
    ".rspec",
    "LICENSE",
    "README.md",
    "Rakefile",
    "VERSION",
    "file_queue.rb",
    "filequeue.gemspec",
    "lib/filequeue.rb",
    "spec/filequeue_spec.rb",
    "spec/spec_helper.rb"
  ]
  s.homepage = %q{http://github.com/maxogden/filequeue}
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.4.2}
  s.summary = %q{A simple file based queue in Ruby}
  s.test_files = [
    "spec/filequeue_spec.rb",
    "spec/spec_helper.rb"
  ]

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
    else
    end
  else
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
filequeue-0.0.1 filequeue.gemspec