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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +2 -2
  3. metadata +3 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e33fde93c7612aeb9941b6b5544a48f9acc2afb
4
- data.tar.gz: cd2a75d19bce767042c8e0c6401f29dfd30e7227
3
+ metadata.gz: 1d14dde156babc936314392f9899a8adcd200652
4
+ data.tar.gz: c590b47f607d93fd115abdecfc5f1818036f1d93
5
5
  SHA512:
6
- metadata.gz: 73ff8f9e4db275f9ef69ea03ffe9cb35ef46db12621d1c7a8eca9a23a3a8cc7b63763fc3ebed916eb98c63220d366350d39c085d8ce8dff2e613cebd4a986da1
7
- data.tar.gz: 2aa6284b8dcece586643bcd76922c72cbb0c7de76389444ec5198e25ad97a03622535ec3267d022d6aba9b82669abe445c0e03548ab756438de3d2cf214802ad
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.0" do |s|
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.0
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: []