freespeech 1.0.87 → 1.0.88

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
  SHA256:
3
- metadata.gz: 010d456da2258c08998fab85365d0a9ac6eca087fc3d4e6325a8de349f6e8b38
4
- data.tar.gz: e7907f6caa9bde91b64db1c38ab96494763c9a3e78745b4ae9a81064d1dc94bb
3
+ metadata.gz: f2642871ff5675ad459b93bd2e5bfcfae89fdc73d3d00ec0c35f4ec83b83bbca
4
+ data.tar.gz: 446362bcb3e621bb82d9cce5b5ac35ae5ab371d5d80c043a643ad9bb0d7352f4
5
5
  SHA512:
6
- metadata.gz: 50564491ceb174e5fc78236eb7d0eadcbfd6e6ee36585ba6a0bf7227a8c3fc048080c9bdb90efd50f1e095e5eab9eaf29d7179cca31b7cf2ee5099380635e667
7
- data.tar.gz: 7a4140d567625df9b5393d2122dfdbf7b238a83574599d4e7bb0fdbea89d515ff36246cea4cd149fc7a1b6ed3c0573679e608dbdc538f3e0d089b346c82b91d8
6
+ metadata.gz: 045bc4ac20d00578e3d1ac3fbb6b67814177e2ec6eb85ce6853ee269f45f875461ff6b444cf26cdc34fddf4be76af1a068f57cf51f7035f8d6f97f809d112f69
7
+ data.tar.gz: a3246f580955ddc7361f4253e46a1c3230ae0d9f66ad190180103223cd52513363dd991e4f147aab43756f34b11f99f7f3efbcda6970620a7be7dbf77983beb1
data/README.md CHANGED
@@ -78,9 +78,8 @@ You can use them anywhere without dependencies.
78
78
  On rubygems, there are even fewer results. MY CODE WILL BE FOUND.
79
79
 
80
80
  I shared my gem online.
81
- * https://www.rubygems.org/gem/democracy
82
- * https://twitter.com/democracygem
83
- * https://www.linkedin.com/in/gregory-cohen-274333261/
81
+ https://www.rubygems.org/gem/democracy
82
+ https://www.linkedin.com/in/gregory-cohen-274333261/
84
83
 
85
84
  Gems that link to this gem on RubyGems
86
85
  * https://www.rubygems.org/gems/democracy
@@ -172,7 +171,7 @@ ones are omitted.)
172
171
  ### 4. Left Right.exe
173
172
 
174
173
  This is a tool to bring sanity to politics.
175
- ![UCA](./images/8.png)
174
+ ![UCA](./images/12.png)
176
175
  It gets viewpoints from the person that see the good in each political
177
176
  side, left, right, left, right, etc.
178
177
  It then presents all of that.
@@ -956,18 +955,15 @@ References
956
955
  1. https://www.youtube.com/embed/Fx9x8cArK30
957
956
  2. mailto:gregorycohenvideos@gmail.com
958
957
  3. https://pypi.org/project/democracy
959
- 4. https://www.rubygems.org/gem/democracy
960
- 5. https://twitter.com/democracygem
961
- 6. https://www.linkedin.com/in/gregory-cohen-274333261/
962
- 7. https://www.rubygems.org/gems/democracy
963
- 8. https://www.rubygems.org/gems/computers
964
- 9. https://www.rubygems.org/gems/freespeech
965
- 10. https://www.rubygems.org/gems/linux
966
- 11. https://www.rubygems.org/gems/string
967
- 12. https://www.rubygems.org/gems/unix
968
- 13. http://www.github.com/gregoryc/democracy
969
- 14. http://www.rubygems.org/gems/democracy
970
- 15. https://pypi.org/project/democracy
971
- 16. https://cboard.cprogramming.com/c-programming/181160-hi-i-have-created-some-work-i-think-will-really-valuable-community.html?s=589b5504cd0e3c2dc90e9abd8b66906f
972
- 17. https://www.youtube.com/@LawrenceStevensMusic
973
- 18. https://www.github.com/gregoryc/democracy
958
+ 4. https://www.rubygems.org/gems/democracy
959
+ 5. https://www.rubygems.org/gems/computers
960
+ 6. https://www.rubygems.org/gems/freespeech
961
+ 7. https://www.rubygems.org/gems/linux
962
+ 8. https://www.rubygems.org/gems/string
963
+ 9. https://www.rubygems.org/gems/unix
964
+ 10. http://www.github.com/gregoryc/democracy
965
+ 11. http://www.rubygems.org/gems/democracy
966
+ 12. https://pypi.org/project/democracy
967
+ 13. https://cboard.cprogramming.com/c-programming/181160-hi-i-have-created-some-work-i-think-will-really-valuable-community.html?s=589b5504cd0e3c2dc90e9abd8b66906f
968
+ 14. https://www.youtube.com/@LawrenceStevensMusic
969
+ 15. https://www.github.com/gregoryc/democracy
data/VERSION_NUMBER CHANGED
@@ -1 +1 @@
1
- 87.0
1
+ 88.0
@@ -1,6 +1,5 @@
1
1
  #!/bin/bash
2
2
 
3
- cd ..
4
3
  set -e
5
4
  set -x
6
5
  export GIT_ASKPASS="$HOME/commit"
data/documentation/page CHANGED
@@ -293,8 +293,7 @@ def main
293
293
  <p>On rubygems, there are even fewer results. MY CODE WILL BE FOUND.</p>
294
294
  <p>I shared my gem online.</p>
295
295
  #{"https://www.rubygems.org/gem/democracy
296
- https://twitter.com/democracygem
297
- https://www.linkedin.com/in/gregory-cohen-274333261/".strip.list}
296
+ https://www.linkedin.com/in/gregory-cohen-274333261/"}
298
297
  <p>Gems that link to this gem on RubyGems</p>
299
298
  #{"
300
299
  https://www.rubygems.org/gems/democracy
@@ -1 +1 @@
1
- 86.0
1
+ 87.0