refine-ruby 0.2.2 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/refine/version.rb +1 -1
- data/refine-ruby.gemspec +2 -2
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 90445375e06239ea86e5efe797df975e77e0e444
|
|
4
|
+
data.tar.gz: 152bfcc5e53cb038d66dcbac0094bf9b4013a269
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e81563abbaa34deccd74ce415dbd85efee6bba27a7cfc958b3ff947fd5d5014c15d5b80de6b3fb1aa4c621d1a97ee87faa5de5abfacfc6d73d4778a0f8af2c6
|
|
7
|
+
data.tar.gz: eed9c6bd04c94d093a30630081783b919760683d4704a728f86e283cbf64335e0f350db3fd03e1ad4e1b3563a10a09524134fbcb9339f4811395e28f9dd12d10
|
data/lib/refine/version.rb
CHANGED
data/refine-ruby.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.authors = ["Caleb Buxton", "Allie Dukuze", "Max Ogden", "Michael Bianco"]
|
|
10
10
|
s.summary = %q{Client library for interacting with Google Refine instances}
|
|
11
11
|
s.description = %q{Client library for interacting with Google Refine instances. Easily work with CSVs from the command line}
|
|
12
|
-
s.email = %w{caleb+refine-ruby@distillanalytics.ca allie+refine-ruby@distillanalytics.ca}
|
|
12
|
+
s.email = %w{me@cpb.ca caleb+refine-ruby@distillanalytics.ca allie+refine-ruby@distillanalytics.ca}
|
|
13
13
|
|
|
14
14
|
s.extra_rdoc_files = [
|
|
15
15
|
"LICENSE",
|
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
f.match(%r{^(test|spec|features)/})
|
|
21
21
|
end
|
|
22
22
|
|
|
23
|
-
s.homepage = "http://github.com/
|
|
23
|
+
s.homepage = "http://github.com/distillytics/refine-ruby"
|
|
24
24
|
s.require_paths = ["lib"]
|
|
25
25
|
|
|
26
26
|
s.test_files = `git ls-files -z`.split("\x0").select do |f|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: refine-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Caleb Buxton
|
|
@@ -114,6 +114,7 @@ dependencies:
|
|
|
114
114
|
description: Client library for interacting with Google Refine instances. Easily work
|
|
115
115
|
with CSVs from the command line
|
|
116
116
|
email:
|
|
117
|
+
- me@cpb.ca
|
|
117
118
|
- caleb+refine-ruby@distillanalytics.ca
|
|
118
119
|
- allie+refine-ruby@distillanalytics.ca
|
|
119
120
|
executables: []
|
|
@@ -138,7 +139,7 @@ files:
|
|
|
138
139
|
- test/operations.json
|
|
139
140
|
- test/test.rb
|
|
140
141
|
- test/test_refine.rb
|
|
141
|
-
homepage: http://github.com/
|
|
142
|
+
homepage: http://github.com/distillytics/refine-ruby
|
|
142
143
|
licenses: []
|
|
143
144
|
metadata: {}
|
|
144
145
|
post_install_message:
|