chinwag 0.1.4 → 0.1.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f0421f5eac7d74cc245e8367a8d9a7421e7fa0c
4
- data.tar.gz: ed3cdf1bfa20276ccadff4aa09fb525426238f25
3
+ metadata.gz: f037f260def8f981e16426363f15335a45d71f62
4
+ data.tar.gz: a2c237a826e5cfa1aecc65531445e2d5a737539b
5
5
  SHA512:
6
- metadata.gz: 8c5b7acd628a6d89f1b44796a9ef15fb93f9cf8f7bf8f45bf20c35051e1a61f1f171ef7c17916ca5ce5d520f477c949fa80c15af91e5d86e3922a62c2db69d76
7
- data.tar.gz: c2ecfd82373f4edcfbeb5d787d393c040ec391ed77d40681a2f44111e576c9966d5728aa80585cc7aa71f59b5b1a267feda85c4ac1943dcf0ea53d4374cd94a4
6
+ metadata.gz: 302dd52a58d2cdc8228dba88287973a0d0beed0b910b6a95e1e5f10ff9f5a3cc4bb3cc4cb29bb742b3b4f5d445efa588d6d8cf6725a4b4dd373936fad2208784
7
+ data.tar.gz: 2053ca937bb4069717797531075dcd3d9aeed574f0edf850c7a46ccff52bbe94f6f3ce2f0b15293747353f0ae00867fc88caf664eec237b00eaab4570e780567
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ 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.4" do |s|
11
+ s = Gem::Specification.new "chinwag", "0.1.5" 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)."
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
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Calo