inkpen 0.7.1 → 0.7.2

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. data/lib/inkpen/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 066e1936d8ce5802174354accd02c7e00a958bde47fc5e207463691afb1bc360
4
- data.tar.gz: a25e8197e62b9227b61e8a7ab9f8ca682372aa7fd08d7a9b15c5d199457d1c15
3
+ metadata.gz: 5c4fef3be455d9fd017e9bdda3fb1b33ec1c1a740cc51ce3ba7dee567a6b4ba9
4
+ data.tar.gz: 9a7434fe2b8407f244d0de0ee1e2fecb118d51e6c06ae8d27fac08434ac6fcc0
5
5
  SHA512:
6
- metadata.gz: e57e7c1a93053612ac75e96d1265a6907e531a1061b5b71be173cf1320ffe5346d0966b4b7099ac6dc0f0b4858c8503894bc68d729bf58d38c4d509a45d5cb04
7
- data.tar.gz: ca182780b4fcbaebac1def84ed5c8161b23049f2da2e2da98e3a071104a6c6a6a27f59fe6482e6b30875f498f4dffc527c1e1eb472c44724d428d97767295704
6
+ metadata.gz: 5875dd8060a7d79ac6825ac7fca3f0f773226dc3dcada7d7ffb106f2ff2f963b0b8a24492d340d8467cb27cf0243f7a1f3fa2ab76185a8aa88550e29106f44ff
7
+ data.tar.gz: a33dc846e60d11f652173d10031f33dd0478b191384d2c18a59b1df3bf158b2dc6ec74c97d57385229e9a5307feb7bb1a6fdf0284b6e9bac0d1075270babb93a
data/README.md CHANGED
@@ -400,6 +400,10 @@ bundle exec rake test # Run tests
400
400
  bin/console # Interactive console
401
401
  ```
402
402
 
403
+ ## Used by
404
+
405
+ Powering the series editor at [inventlist.com/stream?type=series](https://inventlist.com/stream?type=series) — where indie builders write build-in-public stories.
406
+
403
407
  ## Contributing
404
408
 
405
409
  Bug reports and pull requests are welcome on GitHub.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Inkpen
4
- VERSION = "0.7.1"
4
+ VERSION = "0.7.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inkpen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nauman Tariq