Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
chore: bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Aug 16, 2021
1 parent 99ffaf2 commit 1e57103
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,6 +2,6 @@ Layout/LineLength:
Max: 140
AllCops:
NewCops: enable
TargetRubyVersion: 2.5
TargetRubyVersion: 2.6
Layout/EndOfLine:
EnforcedStyle: lf
6 changes: 3 additions & 3 deletions mp3lyrics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

Gem::Specification.new do |s|
s.name = 'mp3lyrics'
s.version = '0.1.2'
s.date = '2021-01-09'
s.version = '0.2.0'
s.date = '2021-08-16'
s.summary = 'CLI for mp3 lyrics fetching'
s.description = 'CLI for mp3 lyrics fetching. Uses ruby-mp3info and fetches different lyric wikis'
s.authors = ['Tim Brust']
s.email = '[email protected]'
s.files = Dir['{lib}/**/*.rb', 'bin/*', 'LICENSE', '*.md']
s.homepage = 'https://github.com/timbru31/'
s.license = 'MIT'
s.required_ruby_version = '>= 2.5.0'
s.required_ruby_version = '>= 2.6.0'
s.executables << 'mp3lyrics'

if s.respond_to?(:metadata=)
Expand Down

0 comments on commit 1e57103

Please sign in to comment.