[ARVADOS] updated: 807c64b1fe731cff16e887876221dc2949e620d6
git at public.curoverse.com
git at public.curoverse.com
Fri Jan 17 14:02:26 EST 2014
Summary of changes:
sdk/cli/arvados-cli.gemspec | 2 +-
sdk/ruby/arvados.gemspec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via 807c64b1fe731cff16e887876221dc2949e620d6 (commit)
from 3055130be14ab26d68fd1c01a934870855ecbd5c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 807c64b1fe731cff16e887876221dc2949e620d6
Author: Ward Vandewege <ward at curoverse.com>
Date: Fri Jan 17 14:02:08 2014 -0500
More clinicalfuture.com -> curoverse.com
diff --git a/sdk/cli/arvados-cli.gemspec b/sdk/cli/arvados-cli.gemspec
index 67671c5..e629d3b 100644
--- a/sdk/cli/arvados-cli.gemspec
+++ b/sdk/cli/arvados-cli.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.summary = "Arvados SDK CLI"
s.description = "This is the Arvados SDK CLI gem, git revision " + `/usr/bin/git log --pretty=format:'%H' -n 1`
s.authors = ["Arvados Authors"]
- s.email = 'gem-dev at clinicalfuture.com'
+ s.email = 'gem-dev at curoverse.com'
#s.bindir = '.'
s.licenses = ['Apache License, Version 2.0']
s.files = ["bin/arv","bin/arv-run-pipeline-instance","bin/arv-crunch-job","bin/arv-tag","bin/crunch-job"]
diff --git a/sdk/ruby/arvados.gemspec b/sdk/ruby/arvados.gemspec
index e7fbbcd..0b880b4 100644
--- a/sdk/ruby/arvados.gemspec
+++ b/sdk/ruby/arvados.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.summary = "Arvados SDK Ruby"
s.description = "This is the Arvados SDK gem, git revision " + `/usr/bin/git log --pretty=format:'%H' -n 1`
s.authors = ["Arvados Authors"]
- s.email = 'gem-dev at clinicalfuture.com'
+ s.email = 'gem-dev at curoverse.com'
s.licenses = ['Apache License, Version 2.0']
s.files = ["lib/arvados.rb"]
s.add_dependency('google-api-client', '>= 0.6.3')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list