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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/lastfmbb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c3695bed292fb7605f7536193596781a7809705
4
- data.tar.gz: 4e46cbf0dcdd5f8e7ae9dc6b1bb325ea0f02c8e3
3
+ metadata.gz: 0268f2ed7e64a29ba182cedad6f40713d1dcbbf1
4
+ data.tar.gz: b382175a59b53b7753ab6f1e4e261f459f299bba
5
5
  SHA512:
6
- metadata.gz: 7147a37609c419840bfe4d7ebda0931b952a84d8b561440dd090630cb42642c8d413bdee44aab808bf8bddb1ddee11e980c26ebf53c46ced73c55104182f5cb7
7
- data.tar.gz: 43cd5c6e0306fbda09c30b54818fc37247162f4b39490fea552d49da059a99f186fc56a41ca3e0e7c234e1c5a6a347cebb3baae7700cd448ad2888bae09719a2
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.2
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-02 00:00:00.000000000 Z
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.