trumpcare_tracker 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa4f9aeac84d31d7ccc1b7ccec012883492782ee
4
- data.tar.gz: ceafe378f45ea94ff7dd6fb637dc7159e7ee03ed
3
+ metadata.gz: a8ec7b35c891d94e48b0635c75e7e9f44a122afe
4
+ data.tar.gz: ed43b17024ab72daec1843006e28565cf8b1b509
5
5
  SHA512:
6
- metadata.gz: ac743a03cbb34d688c811c48b49afc9fc4dfa2c6325af6f92eb36a40a22d0ac3d9feec38b7b86b16d38dd3b345ea596870df4d291a5d2939b2cbaa5908291ca0
7
- data.tar.gz: e5f7b6667e58b6b56f08d7c0b4ef28d16880cabe30395397881ce5f57c40069e445b308f35426a923ca30815ef3df4c8e9fb28c1b772e17d784f08ca7abf68fa
6
+ metadata.gz: 6408bfa30fa22e8cda6f76d32e8b124d905115c3270d825c048583c610e33530fdcaf084d800ae00c92ee51a8b2ccd8c90ea75f75adb933630188ec293b62596
7
+ data.tar.gz: 5fedf06eb390d9de88ca5a908db946d1595ac25de31da231efce158eb0891dc878b5bf03f0ec2575c4cf24c89c37a202d010d6151c2c90eed2f8ee46ac9649cc
@@ -23,7 +23,7 @@ class TrumpcareTracker
23
23
  end
24
24
 
25
25
  def handles
26
- @_handles ||= CSV.read('twitter_handles.csv', headers: true)
26
+ @_handles ||= CSV.read('trumpcare_tracker/twitter_handles.csv', headers: true)
27
27
  end
28
28
 
29
29
  def audit_rep(i, rep, &block)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class TrumpcareTracker
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.4'
5
5
  end
@@ -0,0 +1,49 @@
1
+ senator,url,trumpcare_mentions,russia_mentions,trumpcare_to_russia_ratio
2
+ Sherrod Brown,https://www.brown.senate.gov,5,1,5.0
3
+ Tammy Baldwin,https://www.baldwin.senate.gov,3,0,0.0
4
+ Michael F. Bennet,https://www.bennet.senate.gov,2,7,0.2857
5
+ Richard Blumenthal,https://www.blumenthal.senate.gov,1,0,0.0
6
+ Cory A. Booker,https://www.booker.senate.gov,1,2,0.5
7
+ Maria Cantwell,https://www.cantwell.senate.gov,2,0,0.0
8
+ Benjamin L. Cardin,https://www.cardin.senate.gov,0,1,0.0
9
+ Thomas R. Carper,https://www.carper.senate.gov/public,7,0,0.0
10
+ "Robert P. Casey, Jr.",https://www.casey.senate.gov,2,2,1.0
11
+ Christopher A. Coons,https://www.coons.senate.gov,2,1,2.0
12
+ Catherine Cortez Masto,https://www.cortezmasto.senate.gov,0,0,0.0
13
+ Richard J. Durbin,https://www.durbin.senate.gov,2,0,0.0
14
+ Joe Donnelly,https://www.donnelly.senate.gov,4,1,4.0
15
+ Tammy Duckworth,https://www.duckworth.senate.gov,0,1,0.0
16
+ Dianne Feinstein,https://www.feinstein.senate.gov,0,0,0.0
17
+ Al Franken,https://www.franken.senate.gov,10,2,5.0
18
+ Kirsten E. Gillibrand,https://www.gillibrand.senate.gov,1,0,0.0
19
+ Mazie K. Hirono,https://www.hirono.senate.gov,0,0,0.0
20
+ Martin Heinrich,https://www.heinrich.senate.gov,5,3,1.6667
21
+ Heidi Heitkamp,https://www.heitkamp.senate.gov/public,4,0,0.0
22
+ Kamala D. Harris,https://www.harris.senate.gov,0,2,0.0
23
+ Margaret Wood Hassan,https://www.hassan.senate.gov,2,0,0.0
24
+ Amy Klobuchar,https://www.klobuchar.senate.gov,0,0,0.0
25
+ Tim Kaine,https://www.kaine.senate.gov,7,0,0.0
26
+ Patrick J. Leahy,https://www.leahy.senate.gov,2,3,0.6667
27
+ Edward J. Markey,https://www.markey.senate.gov,13,0,0.0
28
+ Robert Menendez,https://www.menendez.senate.gov,3,0,0.0
29
+ Patty Murray,https://www.murray.senate.gov/public,6,0,0.0
30
+ Christopher Murphy,https://www.murphy.senate.gov,0,0,0.0
31
+ Claire McCaskill,https://www.mccaskill.senate.gov,1,0,0.0
32
+ Jeff Merkley,https://www.merkley.senate.gov,1,1,1.0
33
+ "Joe Manchin, III",https://www.manchin.senate.gov/public,4,4,1.0
34
+ Bill Nelson,https://www.billnelson.senate.gov,4,0,0.0
35
+ Gary C. Peters,https://www.peters.senate.gov,0,0,0.0
36
+ Jack Reed,https://www.reed.senate.gov,3,1,3.0
37
+ Charles E. Schumer,https://www.schumer.senate.gov,0,0,0.0
38
+ Debbie Stabenow,https://www.stabenow.senate.gov,4,0,0.0
39
+ Jeanne Shaheen,https://www.shaheen.senate.gov,2,0,0.0
40
+ Brian Schatz,https://www.schatz.senate.gov,6,1,6.0
41
+ Jon Tester,https://www.tester.senate.gov,3,0,0.0
42
+ Tom Udall,https://www.tomudall.senate.gov,1,0,0.0
43
+ Chris Van Hollen,https://www.vanhollen.senate.gov,2,1,2.0
44
+ Ron Wyden,https://www.wyden.senate.gov,10,1,10.0
45
+ Sheldon Whitehouse,https://www.whitehouse.senate.gov,0,1,0.0
46
+ Mark R. Warner,https://www.warner.senate.gov,0,0,0.0
47
+ Elizabeth Warren,https://www.warren.senate.gov,1,5,0.2
48
+ "Angus S. King, Jr.",https://www.king.senate.gov,4,0,0.0
49
+ Bernard Sanders,https://www.sanders.senate.gov,2,5,0.4
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trumpcare_tracker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - M. Simon Borg
@@ -102,10 +102,11 @@ files:
102
102
  - lib/trumpcare_tracker/rake_task.rb
103
103
  - lib/trumpcare_tracker/reporters.rb
104
104
  - lib/trumpcare_tracker/tweet_bot.rb
105
+ - lib/trumpcare_tracker/twitter_handles.csv
105
106
  - lib/trumpcare_tracker/version.rb
107
+ - trumpcare_homepage_report.csv
106
108
  - trumpcare_tracker.gemspec
107
109
  - trumpcare_tweet_report.csv
108
- - twitter_handles.csv
109
110
  homepage: https://github.com/msimonborg/trumpcare-tracker
110
111
  licenses:
111
112
  - MIT