Skip to content

Commit

Permalink
[modify] add required_ruby_version
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ta-yamada committed Nov 26, 2015
1 parent 0e06e23 commit 06452aa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tee_logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ Gem::Specification.new do |spec|
spec.authors = ['k-ta-yamada']
spec.email = ['[email protected]']

spec.required_ruby_version = '>= 2.0.0'

spec.summary = 'logging to file and standard output.'
spec.description =
'logging to file and standard output. require standard library only.'
# rubocop:disable Metrics/LineLength
spec.description = 'logging to file and standard output. require standard library only.'
# rubocop:enable Metrics/LineLength

spec.homepage = 'https://github.com/k-ta-yamada/tee_logger'
spec.license = 'MIT'
Expand Down

0 comments on commit 06452aa

Please sign in to comment.