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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1308b88676521f405e1a5c11e3d3817ee42749de
4
- data.tar.gz: f5c27243aaafaebb80ce2806dcea697425f57b6e
3
+ metadata.gz: 90445375e06239ea86e5efe797df975e77e0e444
4
+ data.tar.gz: 152bfcc5e53cb038d66dcbac0094bf9b4013a269
5
5
  SHA512:
6
- metadata.gz: 02faba1c28168da4e55a065bc8e2aa2ba33c60dec3c077e76597e4a826e06fb216a74864fefc82ed8b43120bb5d0af8ab953a3400e29b0e460843324de7d7984
7
- data.tar.gz: 2b8b9a0ac382c4372701303d5504b2190d61cb134880a0cf989b914f5c134d3c3df4e958e4f3ab3f11c196001e8d9d8f10846cc70f479315d6c423d8afe9e89d
6
+ metadata.gz: 6e81563abbaa34deccd74ce415dbd85efee6bba27a7cfc958b3ff947fd5d5014c15d5b80de6b3fb1aa4c621d1a97ee87faa5de5abfacfc6d73d4778a0f8af2c6
7
+ data.tar.gz: eed9c6bd04c94d093a30630081783b919760683d4704a728f86e283cbf64335e0f350db3fd03e1ad4e1b3563a10a09524134fbcb9339f4811395e28f9dd12d10
@@ -1,3 +1,3 @@
1
1
  module Refine
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
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/maxogden/refine-ruby"
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.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/maxogden/refine-ruby
142
+ homepage: http://github.com/distillytics/refine-ruby
142
143
  licenses: []
143
144
  metadata: {}
144
145
  post_install_message: