lastfmbb 0.1.2 → 0.1.3
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/bin/lastfmbb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0268f2ed7e64a29ba182cedad6f40713d1dcbbf1
|
|
4
|
+
data.tar.gz: b382175a59b53b7753ab6f1e4e261f459f299bba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd747855ca7d362b34c146a37a9fb94750a6183335fefcf2c6a09ef5bd8079e660a46282b2739f869c858b7d107585f803082939f0ca4183828750adc3e6116e
|
|
7
|
+
data.tar.gz: 73cdebd4cc1195d5616dbb0058f9fa254304fc444899d9439fd3e1c561747dc2b892b9ad7e167a1778c18ec5d0fca04befaa6c6bf5381208d4c611cd8a6be1e0
|
data/bin/lastfmbb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
require 'lastfmbb'
|
|
3
3
|
|
|
4
|
-
request = Request.new(ARGV[0], ARGV[1], ARGV[2], ARGV[3], ARGV[4], ARGV[5])
|
|
4
|
+
request = Request.new(ARGV[0], ARGV[1], ARGV[2], ARGV[3] = "overall", ARGV[4] = 5, ARGV[5] = 1)
|
|
5
5
|
bbcode = Lastfmbb.load_and_gen(request)
|
|
6
6
|
puts bbcode
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lastfmbb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Lazzarato
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-05-
|
|
11
|
+
date: 2014-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Uses the Last.fm API to generate BBCode for pasting into your About Me
|
|
14
14
|
section based on your top artists, albums or tracks.
|