Update impressionist.gemspec
https://github.com/charlotte-ruby/impressionist/pull/90
This commit is contained in:
parent
2abc3a6dfc
commit
cf67a2dc4a
|
@ -13,9 +13,9 @@ Gem::Specification.new do |s|
|
|||
s.description = 'Log impressions from controller actions or from a model'
|
||||
s.authors = ['johnmcaliley']
|
||||
|
||||
s.files = `git ls-files`.split('\n')
|
||||
s.test_files = `git ls-files -- {spec,test_app/spec}/*`.split('\n')
|
||||
s.require_path = 'lib'
|
||||
s.files = `git ls-files`.split("\n")
|
||||
s.test_files = `git ls-files -- {spec,test_app/spec}/*`.split("\n")
|
||||
s.require_path = 'lib'
|
||||
s.required_rubygems_version = Gem::Requirement.new('>= 1.3.6') if s.respond_to? :required_rubygems_version=
|
||||
|
||||
s.add_dependency 'httpclient', '~> 2.2'
|
||||
|
|
Loading…
Reference in New Issue