tweetstream 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of tweetstream might be problematic. Click here for more details.

Files changed (4) hide show
  1. data/README.rdoc +1 -1
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. metadata +1 -1
data/README.rdoc CHANGED
@@ -94,7 +94,7 @@ application.
94
94
 
95
95
  It is often the case that you will need to change the parameters of your
96
96
  track or follow tweet streams. In the case that you need to terminate
97
- a stream, simply call <tt>TweetStream::Client.stop from within your
97
+ a stream, simply call <tt>TweetStream::Client.stop</tt> from within your
98
98
  loop:
99
99
 
100
100
  # Stop after collecting 10 statuses
data/Rakefile CHANGED
@@ -24,7 +24,7 @@ end
24
24
  namespace :release do
25
25
  %w(patch minor major).each do |level|
26
26
  desc "Tag a #{level} version and push it to Gemcutter."
27
- multitask level.to_sym => %w(version:bump:patch release gemcutter:release)
27
+ task level.to_sym => %w(version:bump:patch release gemcutter:release)
28
28
  end
29
29
  end
30
30
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.7
1
+ 0.1.8
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tweetstream
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bleigh