glossa 1.0.3 → 1.0.4

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 (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b406d8728b2b832e70c3aefc528020eb5489c53
4
- data.tar.gz: 6ad10f3b86df8dc9d899618e2c4c8635e9ba4230
3
+ metadata.gz: dcb3faeedfd7b4c75d29adbca488899c7e031b11
4
+ data.tar.gz: 8c68dcf5eeff3e7e77a8ceb69ca388da20b89de4
5
5
  SHA512:
6
- metadata.gz: 04e73fdf24aa45f3faf3b1c93c53296e5aaeccb4be50085bfcbd13801032402c9afad2feb7300a59a904afeb2da5df9be24f99b9fabc107c9b8f07d1179f69cd
7
- data.tar.gz: cc25218879756c1abe1bfa35cea4d5b24a022f6e0520e1a7d6bb5fd08099be14e944f9dfae2d4bc595814f0ac99e78daec13834f312ca4c94126898d74954c57
6
+ metadata.gz: 34c9141fedba3865aedf2b3b8aab61f19d693b6563b922c630bd956dfe2f7c0c083c6d7fe241c616c9c826141accd3713a9f200469f0d04999e07fbabbb766b0
7
+ data.tar.gz: f8049e61ec75380528e3a15a0d50717827af017b4e0a2c31d93a824825ce2687801874e9d9868daadf5c48d61242a284ba703dd7763039c8ec41afe8cf7d28c5
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glossa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Franklin
@@ -11,9 +11,9 @@ cert_chain: []
11
11
  date: 2017-03-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |-
14
- Glossa is a tool for creating simple naming language generators (which can in turn generate names).
14
+ == Glossa is a tool for creating simple naming language generators (which can in turn generate names).
15
15
 
16
- Note: Version 1.0.0 is an (almost) direct port of [mewo2's JavaScript naming-language generator](https://github.com/mewo2/naming-language). These initial ideas are his, and I have changed very little of the actual inner-workings (other than basically turn it into a class). I would _*highly*_ encourage everybody to go and checkout his original repo (link above), [read his documentation on how the language generator works](http://mewo2.com/notes/naming-language/), and [follow @unchartedatlas](https://twitter.com/unchartedatlas)
16
+ Note: Version 1.0.0 is an (almost) direct port of {mewo2's JavaScript naming-language generator}[https://github.com/mewo2/naming-language]. These initial ideas are his, and I have changed very little of the actual inner-workings (other than basically turn it into a class). I would _*highly*_ encourage everybody to go and checkout his original repo (link above), {read his documentation on how the language generator works}[http://mewo2.com/notes/naming-language/], and {follow @unchartedatlas}[https://twitter.com/unchartedatlas]
17
17
  email: jacob.d.franklin@gmail.com
18
18
  executables: []
19
19
  extensions: []