twitter_to_csv 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/twitter_to_csv/version.rb +1 -1
- data/twitter_to_csv.gemspec +1 -1
- metadata +4 -4
data/twitter_to_csv.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.version = TwitterToCsv::VERSION
|
8
8
|
s.authors = ["Andrew Cantino"]
|
9
9
|
s.email = ["andrew@iterationlabs.com"]
|
10
|
-
s.homepage = "https://github.com/
|
10
|
+
s.homepage = "https://github.com/cantino/twitter_to_csv"
|
11
11
|
s.summary = %q{Dump the Twitter streaming API to a CSV or JSON file and then filter, handle retweets, apply sentiment analysis, and more.}
|
12
12
|
s.description = %q{}
|
13
13
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twitter_to_csv
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-01-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rspec
|
@@ -117,7 +117,7 @@ files:
|
|
117
117
|
- spec/csv_builder_spec.rb
|
118
118
|
- spec/spec_helper.rb
|
119
119
|
- twitter_to_csv.gemspec
|
120
|
-
homepage: https://github.com/
|
120
|
+
homepage: https://github.com/cantino/twitter_to_csv
|
121
121
|
licenses: []
|
122
122
|
post_install_message:
|
123
123
|
rdoc_options: []
|
@@ -137,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
137
137
|
version: '0'
|
138
138
|
requirements: []
|
139
139
|
rubyforge_project: twitter_to_csv
|
140
|
-
rubygems_version: 1.8.
|
140
|
+
rubygems_version: 1.8.23
|
141
141
|
signing_key:
|
142
142
|
specification_version: 3
|
143
143
|
summary: Dump the Twitter streaming API to a CSV or JSON file and then filter, handle
|