stars 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -40,7 +40,7 @@ Install with `gem install stars`, then do a quick `stars`, fill in your Twitter
40
40
 
41
41
  You can tell from the relative dearth of stars that I'm in my *screw followers I'm important so here's what I had for lunch* phase. Don't worry; I'll become a star whore again and tweet pop culture references in relation to presidential penile size soon enough.
42
42
 
43
- You can also specify which user you want to run the query against by passing it in as your one argument. This value is saved for he future, too. For example:
43
+ You can also specify which user you want to run the query against by passing it in as your one argument. This value is saved for the future, too. For example:
44
44
 
45
45
  stars holman # generates @holman's stars
46
46
  stars # generates @holman's stars
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -31,7 +31,7 @@ module Stars
31
31
  if number > 5
32
32
  "* x #{number}"
33
33
  else
34
- number.times.collect{'*'}.join(' ')
34
+ (1..number).collect{'*'}.join(' ')
35
35
  end
36
36
  end
37
37
 
data/stars.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{stars}
8
- s.version = "0.2.0"
8
+ s.version = "0.2.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Zach Holman"]
12
- s.date = %q{2010-03-25}
12
+ s.date = %q{2010-03-26}
13
13
  s.default_executable = %q{stars}
14
14
  s.description = %q{Recent favstar faves on your command line.}
15
15
  s.email = %q{github.com@zachholman.com}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Zach Holman
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-25 00:00:00 -07:00
17
+ date: 2010-03-26 00:00:00 -07:00
18
18
  default_executable: stars
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency