Sha256: 2db9ba610296814d8f42f9b03b2eece8d9f63e2bde9d5ebf68a024cffbe43e7b
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 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.1" s.authors = ["Max Ogden", "Michael Bianco"] 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.1 | google-refine.gemspec |