rnc_2016 0.1.1 → 0.1.2

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: 964b0822520e752e82ef9d893d141bb714c0f90c
4
- data.tar.gz: 626e14fb8d0a2b3ef6715cf60c8167712b27945f
3
+ metadata.gz: 67bccba2aaad9563306a0886e06eec744c75ed38
4
+ data.tar.gz: f134724b482851be228fd926b9d97c03b13f0091
5
5
  SHA512:
6
- metadata.gz: 121faebf9fa6441e142b8c38c303650be31c0cd1468af820b292f33195f8a9d3586208b112bad7c33f83b2785fd3f07dd03c8d78ca1cfcaf00648fd72060ccab
7
- data.tar.gz: 02184e0004aa72cc8efdb04e2d77e382de857b3481eb3d0c20c6af198797f79684f7b09a99d25810f56e3342935733b538bda200c562b0bc6c08e94e0d45357e
6
+ metadata.gz: 0cb76a179ce56da12fdd090f568975cba5cd8ddd2e0c33b65290e99f62895561cce052aa8042ee488c394d8d0c5b022b9212f2cd2fc44b9ebedb1361863effc9
7
+ data.tar.gz: 3103a4eb54d8a2f88ae1e153b4647d5993f2a6a3bc23bc33f4fa222cd24bed5cae2a2ec2b6a8834c3e7f2e2650516cd032a661466b6d2723fab6767894b59d7a
data/README.md CHANGED
@@ -3,7 +3,7 @@ Delegate modeling for the 2016 Republican National Convention in Cleveland
3
3
 
4
4
  #Goal
5
5
 
6
- News articles have detailed the importance of delegate selecton for the 2016 Repulican National Convention. Few have detailed the bounding rules for these delegates and what the rules mean per ballot round for voting at the convetion. This is an effort encapsulate delegate rules in a programmatic, authoritative place.
6
+ News articles have detailed the importance of delegate selecton for the 2016 Republican National Convention. Few have detailed the bounding rules for these delegates and what the rules mean per ballot round for voting at the convention. This is an effort encapsulate delegate rules in a programmatic, authoritative place.
7
7
 
8
8
  #Pending States & Territories
9
9
  - [ ] Add moar soooonnn
@@ -1,3 +1,3 @@
1
1
  module Rnc2016
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
data/rnc_2016.gemspec CHANGED
@@ -13,9 +13,9 @@ Gem::Specification.new do |spec|
13
13
  'National Convention in Cleveland'
14
14
  spec.description = "News articles have detailed why delegate \
15
15
  selecton and use is crucial for the 2016 \
16
- Repulican National Convention. Few have \
16
+ Republican National Convention. Few have \
17
17
  detailed the how it happens and what it \
18
- means for voting at the convetion. This \
18
+ means for voting at the convention. This \
19
19
  is an effort encapsulate delegate rules \
20
20
  in a programmatic, authoritative place."
21
21
  spec.homepage = 'https://github.com/gavindeschutter/rnc_2016'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rnc_2016
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin 'Everyteen' DeSchutter
@@ -81,9 +81,9 @@ dependencies:
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  description: News articles have detailed why delegate selecton
84
- and use is crucial for the 2016 Repulican National Convention.
84
+ and use is crucial for the 2016 Republican National Convention.
85
85
  Few have detailed the how it happens and what it means
86
- for voting at the convetion. This is an effort encapsulate
86
+ for voting at the convention. This is an effort encapsulate
87
87
  delegate rules in a programmatic, authoritative place.
88
88
  email:
89
89
  - gavin.deschutter@mac.com