stars 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/stars/client.rb +1 -1
- data/lib/stars.rb +1 -1
- data/stars.gemspec +1 -1
- metadata +3 -3
data/lib/stars/client.rb
CHANGED
@@ -41,7 +41,7 @@ module Stars
|
|
41
41
|
def display(service=nil)
|
42
42
|
Stars.config.prompt_for_service if Stars.installed_services.empty?
|
43
43
|
|
44
|
-
if service
|
44
|
+
if service && service != 'add'
|
45
45
|
posts = service.constantize.posts
|
46
46
|
else
|
47
47
|
posts = Stars.installed_services.collect{ |service|
|
data/lib/stars.rb
CHANGED
data/stars.gemspec
CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
13
13
|
## If your rubyforge_project name is different, then edit it and comment out
|
14
14
|
## the sub! line in the Rakefile
|
15
15
|
s.name = 'stars'
|
16
|
-
s.version = '0.5.
|
16
|
+
s.version = '0.5.1'
|
17
17
|
s.date = '2011-04-18'
|
18
18
|
s.rubyforge_project = 'stars'
|
19
19
|
|
metadata
CHANGED