Skip to content

Commit 66f7308

Browse files
committed
Updated gemspec
1 parent 934ea65 commit 66f7308

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tess_api_client.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
Gem::Specification.new do |s|
22
s.name = 'tess_api_client'
33
s.version = '0.2.0'
4-
s.date = '2016-10-07'
4+
s.date = '2016-11-11'
55
s.summary = 'Libraries for uploading files to http://tess.oerc.ox.ac.uk'
66
s.description = 'Uses the a Custom RoR API on https://tess.elixir-uk.org to upload data in the format being used by the TeSS project.'
77
s.authors = ['Milo Thurston','Niall Beard','Aleksandra Nenadic','Finn Bacall']
88
s.email = 'milo.thurston@oerc.ox.ac.uk'
99
s.files = ['lib/tess_api_client.rb',
1010
'lib/tess/api/api_resource.rb',
1111
'lib/tess/api/content_provider.rb',
12+
'lib/tess/api/exceptions.rb',
13+
'lib/tess/api/has_content_provider.rb',
1214
'lib/tess/api/event.rb',
1315
'lib/tess/api/material.rb',
14-
'lib/tess/api/has_content_provider.rb',
1516
'lib/tess/api/node.rb',
1617
'lib/tess/api/resource.rb',
1718
'lib/tess/api/uploader.rb'

0 commit comments

Comments
 (0)