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.
- checksums.yaml +4 -4
- 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: dcb3faeedfd7b4c75d29adbca488899c7e031b11
|
4
|
+
data.tar.gz: 8c68dcf5eeff3e7e77a8ceb69ca388da20b89de4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
-
|
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: []
|