added a gemfile

This commit is contained in:
danijoo
2014-03-21 18:19:26 +01:00
parent 23cc63e3e2
commit cffcdf029c
2 changed files with 4 additions and 1 deletions

4
Gemfile Normal file
View File

@@ -0,0 +1,4 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in riot_api.gemspec
gemspec

View File

@@ -10,5 +10,4 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/danijoo/Sightstone' s.homepage = 'https://github.com/danijoo/Sightstone'
s.license = 'MIT' s.license = 'MIT'
s.add_runtime_dependency 'rest-client' s.add_runtime_dependency 'rest-client'
# s.add_runtime_dependency 'json'
end end