[ARVADOS] updated: 83759d40b868f7583cffcfa986bb78ff9c9f6c42
git at public.curoverse.com
git at public.curoverse.com
Tue Apr 7 17:43:48 EDT 2015
Summary of changes:
sdk/ruby/arvados.gemspec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 83759d40b868f7583cffcfa986bb78ff9c9f6c42 (commit)
from 407ac18e99051a67d4a615bfe2189d5562334f12 (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 83759d40b868f7583cffcfa986bb78ff9c9f6c42
Author: Brett Smith <brett at curoverse.com>
Date: Tue Apr 7 17:43:10 2015 -0400
Include arvados/collection in the Ruby SDK gem.
No issue #.
diff --git a/sdk/ruby/arvados.gemspec b/sdk/ruby/arvados.gemspec
index e957b67..e092ed4 100644
--- a/sdk/ruby/arvados.gemspec
+++ b/sdk/ruby/arvados.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.email = 'gem-dev at curoverse.com'
s.licenses = ['Apache License, Version 2.0']
s.files = ["lib/arvados.rb", "lib/arvados/google_api_client.rb",
- "lib/arvados/keep.rb"]
+ "lib/arvados/collection.rb", "lib/arvados/keep.rb"]
s.required_ruby_version = '>= 2.1.0'
s.add_dependency('google-api-client', '~> 0.6.3', '>= 0.6.3')
s.add_dependency('activesupport', '>= 3.2.13')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list