fec_results 0.6 → 0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +5 -13
  2. data/README.md +6 -6
  3. data/api/2000/congress/results.json +2668 -0
  4. data/api/2000/president/general_election_results.json +449 -0
  5. data/api/2000/president/popular_vote_summary.json +1 -0
  6. data/api/2000/president/primary_election_results.json +498 -0
  7. data/api/2000/president/primary_party_summary.json +1 -0
  8. data/api/2000/president/state_electoral_and_popular_vote_summary.json +1 -0
  9. data/api/2000/summary/chamber_votes_by_party.json +55 -0
  10. data/api/2000/summary/congressional_votes_by_election.json +55 -0
  11. data/api/2000/summary/general_election_votes.json +55 -0
  12. data/api/2000/summary/general_election_votes_by_party.json +55 -0
  13. data/api/2000/summary/party_labels.json +76 -0
  14. data/api/2002/congress/results.json +2401 -0
  15. data/api/2002/summary/chamber_votes_by_party.json +54 -0
  16. data/api/2002/summary/congressional_votes_by_election.json +54 -0
  17. data/api/2002/summary/general_election_votes.json +1 -0
  18. data/api/2002/summary/general_election_votes_by_party.json +1 -0
  19. data/api/2002/summary/party_labels.json +54 -0
  20. data/api/2004/congress/results.json +2309 -0
  21. data/api/2004/president/general_election_results.json +430 -0
  22. data/api/2004/president/popular_vote_summary.json +19 -0
  23. data/api/2004/president/primary_election_results.json +498 -0
  24. data/api/2004/president/primary_party_summary.json +7 -0
  25. data/api/2004/president/state_electoral_and_popular_vote_summary.json +56 -0
  26. data/api/2004/summary/chamber_votes_by_party.json +55 -0
  27. data/api/2004/summary/congressional_votes_by_election.json +55 -0
  28. data/api/2004/summary/general_election_votes.json +55 -0
  29. data/api/2004/summary/general_election_votes_by_party.json +55 -0
  30. data/api/2004/summary/party_labels.json +85 -0
  31. data/api/2006/congress/results.json +2377 -0
  32. data/api/2006/summary/chamber_votes_by_party.json +54 -0
  33. data/api/2006/summary/congressional_votes_by_election.json +54 -0
  34. data/api/2006/summary/general_election_votes.json +54 -0
  35. data/api/2006/summary/general_election_votes_by_party.json +54 -0
  36. data/api/2006/summary/party_labels.json +67 -0
  37. data/api/2008/congress/results.json +2401 -0
  38. data/api/2008/president/general_election_results.json +485 -0
  39. data/api/2008/president/popular_vote_summary.json +26 -0
  40. data/api/2008/president/primary_election_results.json +720 -0
  41. data/api/2008/president/primary_party_summary.json +11 -0
  42. data/api/2008/president/state_electoral_and_popular_vote_summary.json +51 -0
  43. data/api/2008/summary/chamber_votes_by_party.json +56 -0
  44. data/api/2008/summary/congressional_votes_by_election.json +56 -0
  45. data/api/2008/summary/general_election_votes.json +56 -0
  46. data/api/2008/summary/general_election_votes_by_party.json +56 -0
  47. data/api/2008/summary/party_labels.json +100 -0
  48. data/api/2010/congress/results.json +3300 -0
  49. data/api/2010/summary/chamber_votes_by_party.json +55 -0
  50. data/api/2010/summary/congressional_votes_by_election.json +55 -0
  51. data/api/2010/summary/general_election_votes.json +55 -0
  52. data/api/2010/summary/general_election_votes_by_party.json +55 -0
  53. data/api/2010/summary/party_labels.json +82 -0
  54. data/api/2012/congress/results.json +3081 -0
  55. data/api/2012/president/general_election_results.json +484 -0
  56. data/api/2012/president/popular_vote_summary.json +30 -0
  57. data/api/2012/president/primary_election_results.json +453 -0
  58. data/api/2012/president/primary_party_summary.json +9 -0
  59. data/api/2012/president/state_electoral_and_popular_vote_summary.json +51 -0
  60. data/api/2012/summary/chamber_votes_by_party.json +56 -0
  61. data/api/2012/summary/congressional_votes_by_election.json +56 -0
  62. data/api/2012/summary/general_election_votes.json +56 -0
  63. data/api/2012/summary/general_election_votes_by_party.json +56 -0
  64. data/api/2012/summary/party_labels.json +112 -0
  65. data/fec_results.gemspec +1 -0
  66. data/images/bg_hr.png +0 -0
  67. data/images/blacktocat.png +0 -0
  68. data/images/icon_download.png +0 -0
  69. data/images/sprite_download.png +0 -0
  70. data/index.html +159 -0
  71. data/javascripts/main.js +1 -0
  72. data/lib/fec_results.rb +3 -0
  73. data/lib/fec_results/congress.rb +56 -17
  74. data/lib/fec_results/president.rb +48 -48
  75. data/lib/fec_results/result.rb +2 -2
  76. data/lib/fec_results/summary.rb +120 -98
  77. data/lib/fec_results/version.rb +1 -1
  78. data/params.json +1 -0
  79. data/stylesheets/pygment_trac.css +70 -0
  80. data/stylesheets/stylesheet.css +419 -0
  81. metadata +100 -14

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.