-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle-refine.gemspec
37 lines (34 loc) · 1.01 KB
/
google-refine.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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 = ['[email protected]', '[email protected]']
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