lastgroov 0.2.0 → 0.3.0

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 (5) hide show
  1. data/.gitignore +1 -2
  2. data/README.md +7 -8
  3. data/VERSION +1 -1
  4. data/lastgroov.gemspec +4 -4
  5. metadata +17 -5
data/.gitignore CHANGED
@@ -1,2 +1 @@
1
- last.yml
2
- *.gem
1
+ .rvmrc
data/README.md CHANGED
@@ -1,19 +1,18 @@
1
1
  # lastgroov: Scrobble recently played tracks from Grooveshark to Last.fm
2
2
 
3
- ## Installing
3
+ ## Installing ( Currently only tested to work in Ruby 1.8.7 )
4
4
 
5
5
  $ gem install lastgroov
6
6
 
7
+ ## Dependencies
7
8
 
8
- ## Configuring
9
+ $ gem install highline
10
+ $ gem install feedzirra
11
+ $ gem install scrobbler
9
12
 
10
- Create last.yml containing:
11
- username : lastfm_username
12
- password : lastfm_password
13
+ ## Running
13
14
 
14
- ## Executing
15
-
16
- $ ./lastgroov
15
+ $ lastgroov
17
16
 
18
17
  ## Author
19
18
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.3.0
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{lastgroov}
8
- s.version = "0.2.0"
8
+ s.version = "0.3.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Himanshu Chhetri"]
12
- s.date = %q{2010-01-14}
12
+ s.date = %q{2010-09-28}
13
13
  s.default_executable = %q{lastgroov}
14
14
  s.description = %q{Now you can scrobble Grooveshark music!}
15
15
  s.email = %q{himanshuchhetri@gmail.com}
@@ -29,14 +29,14 @@ Gem::Specification.new do |s|
29
29
  s.homepage = %q{http://github.com/himanshuc/lastgroov}
30
30
  s.rdoc_options = ["--charset=UTF-8"]
31
31
  s.require_paths = ["lib"]
32
- s.rubygems_version = %q{1.3.5}
32
+ s.rubygems_version = %q{1.3.7}
33
33
  s.summary = %q{Scrobble recently played tracks from Grooveshark to last.fm}
34
34
 
35
35
  if s.respond_to? :specification_version then
36
36
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
37
37
  s.specification_version = 3
38
38
 
39
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
39
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
40
40
  else
41
41
  end
42
42
  else
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lastgroov
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ hash: 19
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 3
9
+ - 0
10
+ version: 0.3.0
5
11
  platform: ruby
6
12
  authors:
7
13
  - Himanshu Chhetri
@@ -9,7 +15,7 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2010-01-14 00:00:00 -06:00
18
+ date: 2010-09-28 00:00:00 -07:00
13
19
  default_executable: lastgroov
14
20
  dependencies: []
15
21
 
@@ -39,21 +45,27 @@ rdoc_options:
39
45
  require_paths:
40
46
  - lib
41
47
  required_ruby_version: !ruby/object:Gem::Requirement
48
+ none: false
42
49
  requirements:
43
50
  - - ">="
44
51
  - !ruby/object:Gem::Version
52
+ hash: 3
53
+ segments:
54
+ - 0
45
55
  version: "0"
46
- version:
47
56
  required_rubygems_version: !ruby/object:Gem::Requirement
57
+ none: false
48
58
  requirements:
49
59
  - - ">="
50
60
  - !ruby/object:Gem::Version
61
+ hash: 3
62
+ segments:
63
+ - 0
51
64
  version: "0"
52
- version:
53
65
  requirements: []
54
66
 
55
67
  rubyforge_project:
56
- rubygems_version: 1.3.5
68
+ rubygems_version: 1.3.7
57
69
  signing_key:
58
70
  specification_version: 3
59
71
  summary: Scrobble recently played tracks from Grooveshark to last.fm