gen-text 0.0.3 → 0.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.
- data/README.md +2 -2
- metadata +3 -3
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Description
|
2
2
|
-----------
|
3
3
|
|
4
|
-
A generator of texts
|
4
|
+
A generator of random texts based on EBNF-like grammars.
|
5
5
|
|
6
6
|
Install
|
7
7
|
-------
|
@@ -196,5 +196,5 @@ See them in "sample" directory.
|
|
196
196
|
Links
|
197
197
|
-----
|
198
198
|
|
199
|
-
- [Documentation](http://www.rubydoc.info/gems/gen-text/0.0.
|
199
|
+
- [Documentation](http://www.rubydoc.info/gems/gen-text/0.0.4)
|
200
200
|
- [Source code](https://github.com/LavirtheWhiolet/gen-text)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gen-text
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -27,7 +27,7 @@ dependencies:
|
|
27
27
|
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '0'
|
30
|
-
description: ! 'A generator of texts from EBNF-like grammars. It features probability
|
30
|
+
description: ! 'A generator of random texts from EBNF-like grammars. It features probability
|
31
31
|
management, code insertions and conditional generation with conditions written in
|
32
32
|
Ruby.
|
33
33
|
|
@@ -70,6 +70,6 @@ rubyforge_project:
|
|
70
70
|
rubygems_version: 1.8.23
|
71
71
|
signing_key:
|
72
72
|
specification_version: 3
|
73
|
-
summary:
|
73
|
+
summary: Random texts generator based on EBNF-like grammars.
|
74
74
|
test_files: []
|
75
75
|
has_rdoc:
|