rnc_2016 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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/rnc_2016/version.rb +1 -1
- data/rnc_2016.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 67bccba2aaad9563306a0886e06eec744c75ed38
|
4
|
+
data.tar.gz: f134724b482851be228fd926b9d97c03b13f0091
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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
|
data/lib/rnc_2016/version.rb
CHANGED
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
|
-
|
16
|
+
Republican National Convention. Few have \
|
17
17
|
detailed the how it happens and what it \
|
18
|
-
means for voting at the
|
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.
|
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
|
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
|
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
|