Update impressionist.gemspec

https://github.com/charlotte-ruby/impressionist/pull/90
This commit is contained in:
Antonio C Nalesso Moreira 2013-06-26 02:30:17 +02:00
parent 2abc3a6dfc
commit cf67a2dc4a
1 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ Gem::Specification.new do |s|
s.description = 'Log impressions from controller actions or from a model' s.description = 'Log impressions from controller actions or from a model'
s.authors = ['johnmcaliley'] s.authors = ['johnmcaliley']
s.files = `git ls-files`.split('\n') s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,test_app/spec}/*`.split('\n') s.test_files = `git ls-files -- {spec,test_app/spec}/*`.split("\n")
s.require_path = 'lib' s.require_path = 'lib'
s.required_rubygems_version = Gem::Requirement.new('>= 1.3.6') if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new('>= 1.3.6') if s.respond_to? :required_rubygems_version=