Skip to content

Commit

Permalink
Merge pull request #24 from ioki-mobility/adjust-gemspec
Browse files Browse the repository at this point in the history
Adjust gemspec
  • Loading branch information
ans-ioki authored Nov 8, 2021
2 parents 12d41ba + 4334d78 commit 60d7d3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require:
- rubocop-rspec

AllCops:
TargetRubyVersion: 2.5
TargetRubyVersion: 2.7
Exclude:
- 'bin/**/*'
- 'config/**/*'
Expand Down
6 changes: 3 additions & 3 deletions ioki.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require_relative 'lib/ioki/version'
Gem::Specification.new do |spec|
spec.name = 'ioki'
spec.version = Ioki::VERSION
spec.authors = ['Andreas Schwarzkopf']
spec.email = ['[email protected]']
spec.authors = ['IOKI']
spec.email = ['[email protected]']

spec.summary = <<-SUMMARY
The ioki Gem provides a rubyesque way of accessing the ioki Rest APIs.
Expand All @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
DESCRIPTION

spec.homepage = 'https://github.com/ioki-mobility/ioki'
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
spec.required_ruby_version = Gem::Requirement.new('>= 2.7.2')

spec.metadata = {
'homepage_uri' => spec.homepage,
Expand Down

0 comments on commit 60d7d3b

Please sign in to comment.