thicket 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/thicket/version.rb +1 -1
  3. metadata +8 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ade58a5192e3566ab8bb275304a465d1c16eee6a34a4208581527d0aaa25a4d8
4
- data.tar.gz: 1d6912063163fbe38f21e205a408820b1de30c90f80845c84284f4fd5f02ad49
3
+ metadata.gz: ecb2d71d4f4023dcefdcd21000392ffdf247f624e689205c5186232f4a95e58f
4
+ data.tar.gz: c84757eeb38eb5c761404d4c717c9591c2969fa3d50767c452c1bcfe5937ab6e
5
5
  SHA512:
6
- metadata.gz: 7297ecac87199d921f5cb21ceb284d32ae04235922cd21f00556f9af6f8a5310bbb1ad67d7a9298b78079414aa46713be79fe9087352d45b9358cdabe4d48b70
7
- data.tar.gz: d1f1c24b86d45f2cb7c1cece83cb29815d10b44044cc39ab50e7ddfde45997cc380f60dd959e359f7551020a75b96e1a883234470cafe51f69074e4dbde3a163
6
+ metadata.gz: 7d6f9af5d4a2218877a96d4cfadfea503195e6af46936df6155dbda456d430d13df0405eb76172639dd74c985e68e771815a463e6310a1a142c6591622287c2f
7
+ data.tar.gz: c5710b25141f4b86ae77cecdb6efe6c427c7e231bc973c6afee2747264397266ea49d17ae6551e4d5aba43596f34883f43d32fea86d9c9c9e99c83d4e3a6e081
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Thicket
4
4
  #:nodoc:
5
- VERSION ||= "0.1.7"
5
+ VERSION ||= "0.1.8"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thicket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taylor Thurlow
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-05 00:00:00.000000000 Z
11
+ date: 2019-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: as-duration
@@ -180,11 +180,15 @@ files:
180
180
  - lib/thicket/option_parser.rb
181
181
  - lib/thicket/time_measure.rb
182
182
  - lib/thicket/version.rb
183
- homepage: https://github.com/taylorthurlow/thicket
183
+ homepage: https://github.com/taylorthurlow/ruby-thicket
184
184
  licenses:
185
185
  - MIT
186
186
  metadata: {}
187
- post_install_message:
187
+ post_install_message: 'This gem is no longer actively developed in favor of it''s
188
+ replacement which is written in Crystal. You can find the project at the old URL
189
+ for this repository: https://github.com/taylorthurlow/thicket
190
+
191
+ '
188
192
  rdoc_options: []
189
193
  require_paths:
190
194
  - lib