freespeech 0.0.3

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.
Files changed (7) hide show
  1. checksums.yaml +7 -0
  2. data/LINK +4 -0
  3. data/README +1 -0
  4. data/VERSION_NUMBER +1 -0
  5. data/freespeech.gemspec +13 -0
  6. data/index.html +370 -0
  7. metadata +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1e7188e2094933378f9a2ae6f25071d2b41422a6c2dbe23b90aa2b3c835660cd
4
+ data.tar.gz: e6558619b5405bcc4585234eab12ebb2878904033f5b3f021209f5c20281d4ce
5
+ SHA512:
6
+ metadata.gz: 55161dd039eb57bbb614a9ab15d3afcc68ab3fa8bf686471f9fab972c53659484398b7d4b8190d2b90e460f566eb76ba9719b7a0b1a9ea7a23338e635a41ab0e
7
+ data.tar.gz: 870ac6c08ea954ea5fda19b394604b73caf1d181c872c13c10a95c43ddb5c991ded3d497e1fd79c3fede7642df47334a11be3ff70826f94114be562c1d1dc43c
data/LINK ADDED
@@ -0,0 +1,4 @@
1
+ github.com/gregoryc/democracy
2
+
3
+ gem unpack democracy
4
+
data/README ADDED
@@ -0,0 +1 @@
1
+ This is a work in progress
data/VERSION_NUMBER ADDED
@@ -0,0 +1 @@
1
+ 3
@@ -0,0 +1,13 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = "freespeech"
3
+ s.version = "0.0.#{File.read("VERSION_NUMBER").strip.to_i}"
4
+ s.summary = "Trying to help with democracy"
5
+ s.description = "A work in progress"
6
+ s.authors = ["Gregory Cohen"]
7
+ s.email = 'gregorycohen2@gmail.com'
8
+ s.files = `find -type f`.split("\n")
9
+ s.homepage =
10
+ 'https://rubygems.org/gems/freespeech'
11
+ s.license = '0BSD'
12
+ # s.executables += Dir.glob("*/bin/*")
13
+ end