Sha256: 0d224e7c04a232e92a22b0134eb5f254a925102757004603150e60cde738612e

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 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{google-refine}
  s.version = "0.1.0"
  s.authors = ["Max Ogden", "Michael Bianco"]
  s.date = %q{2011-01-22}
  s.summary = %q{Client library for interacting with Google Refine instances}
  s.description = %q{Client library for interacting with Google Refine instances. Easily work with CSVs from the command line}
  s.email = ['max@maxogden.com', 'info@cliffsidedev.com']
  s.extra_rdoc_files = [
    "LICENSE",
    "README.textile"
  ]
  s.files = [
    "LICENSE",
    "README.textile",
    "Rakefile",
    "VERSION",
    "google-refine.gemspec",
    "lib/google-refine.rb",
    "test/dates.txt",
    "test/operations.json",
    "test/test.rb"
  ]
  s.homepage = "http://github.com/maxogden/refine-ruby"
  s.require_paths = ["lib"]
  s.test_files = [
    "test/test.rb"
  ]

  s.add_dependency('json', ">= 1.4.6")
  s.add_dependency('httpclient', ">= 2.1.6.1")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
google-refine-0.1.0 google-refine.gemspec