Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Oct 18, 2015
1 parent 1cab934 commit b01fb4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ringcentral_sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ Gem::Specification.new do |s|
s.email = 'johncwang@gmail.com'
s.homepage = 'https://github.com/grokify/'
s.licenses = ['MIT']

s.files = Dir['lib/ *.rb'] # + Dir['bin/*']
s.files += Dir['[A-Z]*'] + Dir['test/**/*']
#s.files.reject! { |fn| fn.include? "CVS" }

# s.files.reject! { |fn| fn.include? "CVS" }
# s.required_ruby_version = '>= 1.8.7' # 1.8.7+ is tested
s.add_dependency 'faraday', '~> 0.9', '>= 0.9'
s.add_dependency 'faraday_middleware', '~> 0', '>= 0'
Expand Down

0 comments on commit b01fb4e

Please sign in to comment.