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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dcb3faeedfd7b4c75d29adbca488899c7e031b11
4
- data.tar.gz: 8c68dcf5eeff3e7e77a8ceb69ca388da20b89de4
3
+ metadata.gz: 4e773d2de3588b814543656a2a5906ea1ea7d786
4
+ data.tar.gz: c1e019a4319148fe43220c7014a414d6309c00b3
5
5
  SHA512:
6
- metadata.gz: 34c9141fedba3865aedf2b3b8aab61f19d693b6563b922c630bd956dfe2f7c0c083c6d7fe241c616c9c826141accd3713a9f200469f0d04999e07fbabbb766b0
7
- data.tar.gz: f8049e61ec75380528e3a15a0d50717827af017b4e0a2c31d93a824825ce2687801874e9d9868daadf5c48d61242a284ba703dd7763039c8ec41afe8cf7d28c5
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
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 creating simple naming language generators (which can in turn generate names).
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 _*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: []
@@ -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: []