twitter_kotoba 0.1.1 → 0.1.2
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/twitter_kotoba.gemspec +1 -1
- metadata +1 -1
data/twitter_kotoba.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'twitter_kotoba'
|
3
|
-
s.version = '0.1.
|
3
|
+
s.version = '0.1.2'
|
4
4
|
s.date = '2012-09-04'
|
5
5
|
s.summary = "Shows word frequency of a user's last 1000 tweets."
|
6
6
|
s.description = "Twitter Kotoba gets a user's last 1000 tweets and prints the frequency of each word in descending order."
|