Initial commit

This commit is contained in:
2018-04-05 20:51:48 -05:00
commit 384ffd58dd
10 changed files with 272 additions and 0 deletions

15
shift_stats.gemspec Normal file
View File

@ -0,0 +1,15 @@
Gem::Specification.new do |s|
s.name = 'shift_stats'
s.version = '0.0.1'
s.date = '2018-04-05'
s.summary = 'Shift stats API'
s.description = 'Interfaces with Digital Shift APIs (HockeyShift, BasketballShift, etc.)'
s.authors = ['Chris Pickett']
s.email = 'chris@parnic.com'
s.files = ['lib/shift_stats.rb', 'lib/shift_stats/configuration.rb']
s.homepage = 'https://github.com/parnic/shift_stats'
s.license = 'MIT'
s.add_runtime_dependency 'httpclient', '~> 2'
s.add_development_dependency 'rake', '~> 0'
s.add_development_dependency 'rspec', '~> 0'
end