stars 0.2.0 → 0.2.1
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.
- data/README.markdown +1 -1
- data/VERSION +1 -1
- data/lib/stars/formatter.rb +1 -1
- data/stars.gemspec +2 -2
- metadata +3 -3
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
|
|
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.
|
|
1
|
+
0.2.1
|
data/lib/stars/formatter.rb
CHANGED
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.
|
|
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-
|
|
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
|
-
-
|
|
9
|
-
version: 0.2.
|
|
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-
|
|
17
|
+
date: 2010-03-26 00:00:00 -07:00
|
|
18
18
|
default_executable: stars
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|