rapgenius 1.0.4 → 1.0.5
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 +4 -4
- data/CHANGELOG.md +5 -2
- data/README.md +1 -1
- data/lib/rapgenius/artist.rb +4 -6
- data/lib/rapgenius/client.rb +7 -21
- data/lib/rapgenius/line.rb +3 -4
- data/lib/rapgenius/song.rb +2 -4
- data/lib/rapgenius/version.rb +1 -1
- data/rapgenius.gemspec +2 -2
- data/spec/rapgenius/artist_spec.rb +6 -6
- data/spec/rapgenius/client_spec.rb +2 -1
- data/spec/rapgenius/song_spec.rb +9 -9
- data/spec/support/cassettes/artist-130.yml +181 -181
- data/spec/support/cassettes/line-2638695.yml +251 -136
- data/spec/support/cassettes/song-176872.yml +237 -129
- metadata +3 -5
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rapgenius
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tim Rogers
|
8
|
-
- Robert Speicher
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2015-01-12 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: httparty
|
@@ -88,7 +87,6 @@ description: |-
|
|
88
87
|
the internet Talmud in Ruby.
|
89
88
|
email:
|
90
89
|
- me@timrogers.co.uk
|
91
|
-
- rspeicher@gmail.com
|
92
90
|
executables: []
|
93
91
|
extensions: []
|
94
92
|
extra_rdoc_files: []
|
@@ -142,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
142
140
|
version: '0'
|
143
141
|
requirements: []
|
144
142
|
rubyforge_project:
|
145
|
-
rubygems_version: 2.4.
|
143
|
+
rubygems_version: 2.4.4
|
146
144
|
signing_key:
|
147
145
|
specification_version: 4
|
148
146
|
summary: A gem for accessing lyrics and explanations on RapGenius.com
|