google_refine 0.3.1348632596 → 0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/upload-to-refine +1 -1
  2. metadata +4 -4
data/bin/upload-to-refine CHANGED
@@ -10,7 +10,7 @@ opts = Trollop::options do
10
10
  opt :project_name, 'Project name'
11
11
  opt :header_lines, 'Header lines', :default => 0
12
12
  opt :process_qoutes
13
- opt :limit, :default => 0
13
+ opt :limit, 'limit', :default => 0
14
14
  end
15
15
 
16
16
 
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google_refine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1348632596
4
+ version: '0.4'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - Cheng Guang-Nan
8
+ - Cheng Guangnan
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-26 00:00:00.000000000 Z
12
+ date: 2013-01-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
@@ -45,7 +45,7 @@ dependencies:
45
45
  version: '0'
46
46
  description: Ruby library and command line executables for uploading tab files into
47
47
  Google Refine (v2.0 and v2.5).
48
- email: me@chengguangnan.com
48
+ email: chenggn@gmail.com
49
49
  executables:
50
50
  - upload-to-refine
51
51
  extensions: []