glossa 1.0.4 → 1.0.5
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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e773d2de3588b814543656a2a5906ea1ea7d786
|
4
|
+
data.tar.gz: c1e019a4319148fe43220c7014a414d6309c00b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a2c83198b18eb0973a7e66bac8994a4885a65f11eb3b01baf7dfbcfbf26f314f019b1cd993025e0d64e2fc2a925374fd0b38202160d01ca74061cbeedc3ca09
|
7
|
+
data.tar.gz: 3e133f7cd59dfca1f870334abcc5aa39a2ae86df9cbb7e06b68824fcf8c317ac764c1de153b550f86d65f657537715d1f605c34c45ed82d662ced322010be343
|
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.5
|
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
|
14
|
+
== Glossa is a tool for generating 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
|
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: []
|
@@ -44,5 +44,5 @@ rubyforge_project:
|
|
44
44
|
rubygems_version: 2.6.8
|
45
45
|
signing_key:
|
46
46
|
specification_version: 4
|
47
|
-
summary: A random naming language generator
|
47
|
+
summary: A random naming language generator generator
|
48
48
|
test_files: []
|