chinwag 0.1.0 → 0.1.1
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
- data/Rakefile +2 -2
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d14dde156babc936314392f9899a8adcd200652
|
4
|
+
data.tar.gz: c590b47f607d93fd115abdecfc5f1818036f1d93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0772045370bf509a81b78477cad7c161f1f0a479ac7fa33630bb6a3d91b38cd70c529e0af666e7085ae0732e54c31ff728a67cc73269516758535bf22e51d6b
|
7
|
+
data.tar.gz: 50b920b421075dbd6368118827e53e71efb891a5bc7594131281fbc92a638db3fef749c120877fe7eb8bb5a62fd04110df412e484f6a65a29ed4342b6e68f14f
|
data/Rakefile
CHANGED
@@ -8,11 +8,11 @@ Rake::ExtensionTask.new "chinwag" do |ext|
|
|
8
8
|
ext.lib_dir = "lib/chinwag"
|
9
9
|
end
|
10
10
|
|
11
|
-
s = Gem::Specification.new "chinwag", "0.1.
|
11
|
+
s = Gem::Specification.new "chinwag", "0.1.1" do |s|
|
12
12
|
s.authors = ["Chris Calo"]
|
13
13
|
s.email = ["ccalo@vulcanca.com"]
|
14
14
|
s.summary = "A text-synthesis library, for use in layout testing (and more)."
|
15
|
-
s.description = "#{s.summary} It houses flexible methods for generation, and a dictionary class (CWDict) allowing adequate token files (or embedded defaults) to be used as the basis for output creation."
|
15
|
+
s.description = "#{s.summary} It houses flexible methods for generation, and a dictionary class (CWDict) allowing adequate token files (or embedded defaults) to be used as the basis for output creation. It effectively supersedes modern Lorem Ipsum generators, in terms of functionality and speed."
|
16
16
|
s.homepage = "https://github.com/vulcancreative/chinwag-ruby"
|
17
17
|
s.license = "MIT"
|
18
18
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: chinwag
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Calo
|
@@ -13,6 +13,8 @@ dependencies: []
|
|
13
13
|
description: A text-synthesis library, for use in layout testing (and more). It houses
|
14
14
|
flexible methods for generation, and a dictionary class (CWDict) allowing adequate
|
15
15
|
token files (or embedded defaults) to be used as the basis for output creation.
|
16
|
+
It effectively supersedes modern Lorem Ipsum generators, in terms of functionality
|
17
|
+
and speed.
|
16
18
|
email:
|
17
19
|
- ccalo@vulcanca.com
|
18
20
|
executables: []
|