ultimate_lyrics 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a09ecd6257da805ba95b8448cd62f91dfdcf1e68227da3c8b97ad84827eb0c03
4
- data.tar.gz: b3ae4ed332ba011bafb985cfb587a82492e2c067aa4b2a0bc732d6ed53608a04
3
+ metadata.gz: 89bd643d6ab8349fa05307fb67db9c2fe330b771282e4bd23586aac836629f6d
4
+ data.tar.gz: dc8686e9cc8301598e2013cd437f99a06013bef7efb914a6ba1fa70bc5f9bd3f
5
5
  SHA512:
6
- metadata.gz: 349464014bc5ba69e813edcae115ef5b7b596050b325c4418d1ee02817ceb2b85525c924e95d50195765f713cb5d89bc7f60a48a0b3f0dd1caff4e661f6c6035
7
- data.tar.gz: 8976f0c3eb6e9cb079df3c51e418b9468bd660fb8525ec50719988f09b190a37f9af1147440b04d6627f11e283de13d4e6757d062d73a58f23f48b97df36bc0a
6
+ metadata.gz: 5ac22ebb8b47785d6813fc04b8a5aaa92facc90e9e06bef71ccc3c5f54a91858e73c104b979c14c2b4b346534c0cf8cb24d50cb941e8304846776483b3e54546
7
+ data.tar.gz: 1b3640182a9f266091be5d67457a7dc9c82b8110ff23b168a4fe20b8fa0e6b254a47070c411e788d49366f7411f24eb3c725d71a778644c7dec3d59f037861c4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UltimateLyrics
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultimate_lyrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - Put here the authors
7
+ - Eduardo H. Bogoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-21 00:00:00.000000000 Z
11
+ date: 2021-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aranha-parsers
@@ -80,9 +80,10 @@ files:
80
80
  - lib/ultimate_lyrics/song_metadata.rb
81
81
  - lib/ultimate_lyrics/song_metadata/field.rb
82
82
  - lib/ultimate_lyrics/version.rb
83
- homepage:
83
+ homepage: https://rubygems.org/gems/ultimate_lyrics
84
84
  licenses: []
85
- metadata: {}
85
+ metadata:
86
+ source_code_uri: https://github.com/esquilo-azul/ultimate_lyrics
86
87
  post_install_message:
87
88
  rdoc_options: []
88
89
  require_paths:
@@ -101,5 +102,5 @@ requirements: []
101
102
  rubygems_version: 3.1.6
102
103
  signing_key:
103
104
  specification_version: 4
104
- summary: Put here de description.
105
+ summary: Fetch song lyrics from popular websites.
105
106
  test_files: []