twitter_to_csv 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.
@@ -1,3 +1,3 @@
1
1
  module TwitterToCsv
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -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/iterationlabs/twitter_to_csv"
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.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: 2012-08-07 00:00:00.000000000 Z
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/iterationlabs/twitter_to_csv
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.21
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