cinch-lastfm-ng 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/cinch-lastfm-ng-0.1.0.gem +0 -0
- data/cinch-lastfm-ng.gemspec +1 -0
- data/lib/cinch/plugins/lastfm/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4dd4e5bce10963293636aa031e80f3f4cb1791e4
|
4
|
+
data.tar.gz: 996e7161c6293b08892960ade57bf899f442b9f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2272a1cf8eec63c696d649fb7eee2ff5d1b91699442eb3cff40b70392033a4ab5a2c9ffaa29902d46a3bb2d4ecf2d25ce9581eadec399fa4b4bc37c13d80a765
|
7
|
+
data.tar.gz: 429cba300b671df56b62502ff4318a752a1051362594c48be168999e0d993e8f694672fc555fd31f798733016a9176a68bc9b1cb80fa7bd5a1168871b5af4993
|
Binary file
|
data/cinch-lastfm-ng.gemspec
CHANGED
@@ -14,6 +14,7 @@ Gem::Specification.new do |s|
|
|
14
14
|
s.authors = ['Lily Jónsdóttir']
|
15
15
|
|
16
16
|
s.description = <<-EOF
|
17
|
+
Lastfm plugin for Cinch, featuring mulitple commands.
|
17
18
|
Display recently played tracks, search artists, display top
|
18
19
|
artists/albums/tracks from specified time period, search tags, display profile
|
19
20
|
information, etc.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cinch-lastfm-ng
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lily Jónsdóttir
|
@@ -67,6 +67,7 @@ dependencies:
|
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '2.4'
|
69
69
|
description: |
|
70
|
+
Lastfm plugin for Cinch, featuring mulitple commands.
|
70
71
|
Display recently played tracks, search artists, display top
|
71
72
|
artists/albums/tracks from specified time period, search tags, display profile
|
72
73
|
information, etc.
|
@@ -78,6 +79,7 @@ files:
|
|
78
79
|
- LICENSE
|
79
80
|
- README.md
|
80
81
|
- VERSION
|
82
|
+
- cinch-lastfm-ng-0.1.0.gem
|
81
83
|
- cinch-lastfm-ng.gemspec
|
82
84
|
- lib/cinch/plugins/lastfm.rb
|
83
85
|
- lib/cinch/plugins/lastfm/version.rb
|