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 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
@@ -19,7 +19,7 @@ require 'stars/services/convore'
19
19
  require 'stars/services/favstar'
20
20
 
21
21
  module Stars
22
- VERSION = '0.5.0'
22
+ VERSION = '0.5.1'
23
23
 
24
24
  def self.config
25
25
  @config ||= Config.new
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.0'
16
+ s.version = '0.5.1'
17
17
  s.date = '2011-04-18'
18
18
  s.rubyforge_project = 'stars'
19
19
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stars
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 0
10
- version: 0.5.0
9
+ - 1
10
+ version: 0.5.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Zach Holman