tweetstream 0.1.0 → 0.1.1
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.
- data/Rakefile +1 -0
- data/VERSION +1 -1
- metadata +1 -4
- data/.document +0 -5
- data/.gitignore +0 -5
- data/lib/tracker.log +0 -0
data/Rakefile
CHANGED
@@ -10,6 +10,7 @@ begin
|
|
10
10
|
gem.email = "michael@intridea.com"
|
11
11
|
gem.homepage = "http://github.com/intridea/tweetstream"
|
12
12
|
gem.authors = ["Michael Bleigh"]
|
13
|
+
gem.files = FileList["[A-Z]*", "{lib,spec}/**/*"] - FileList["**/*.log"]
|
13
14
|
gem.add_development_dependency "rspec"
|
14
15
|
gem.add_dependency 'yajl-ruby', '>= 0.6.3'
|
15
16
|
gem.add_dependency 'daemons'
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
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.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Bleigh
|
@@ -52,13 +52,10 @@ extra_rdoc_files:
|
|
52
52
|
- LICENSE
|
53
53
|
- README.rdoc
|
54
54
|
files:
|
55
|
-
- .document
|
56
|
-
- .gitignore
|
57
55
|
- LICENSE
|
58
56
|
- README.rdoc
|
59
57
|
- Rakefile
|
60
58
|
- VERSION
|
61
|
-
- lib/tracker.log
|
62
59
|
- lib/tracker.rb
|
63
60
|
- lib/tweetstream.rb
|
64
61
|
- lib/tweetstream/client.rb
|
data/.document
DELETED
data/lib/tracker.log
DELETED
File without changes
|