ishapi 0.1.8.204 → 0.1.8.205

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a89589c434cea507cc68c348722a14b5fccb2eec7b32b2a58f5ec4617407c4f
4
- data.tar.gz: f548f37704628a20b18d4a09725605d4fcc0953c42afbd371513e2e8495c0007
3
+ metadata.gz: 6a7721bb045518a728582e9013c5a6fc2bc3f8d5bc415c76da5407989093ebae
4
+ data.tar.gz: 7363da5820a6e989c65671c5411748a6901edb77c64344eeb6df41852fce4539
5
5
  SHA512:
6
- metadata.gz: f2b11d1ef64efc8838e2383e6794eb58fe895e7f3c4cb739600ef03d852aae08714388f7db4002608c56a8088f6d823093bbf65793e695483b2c24e6345a1904
7
- data.tar.gz: 82aa15b99fb7829270df973dfdf77dd73521afb5b3fa1fd52aa28cb2d58db63ab4a54e7321f4ed517f8245ddc2497b3d2cfb3a676d36f7e530a9bbd3938fa05e
6
+ metadata.gz: 6981c2fb4bbc20622ec740639c72a4a1bd5d20fabd05b5a1b2f040711713da411d699cad46e6471ce9ec502b4c2c3bb15ddb5ebdb6bcbdef22b2505c9c2f1566
7
+ data.tar.gz: ce8599d84ddba70ded30c5d448d37100b9c3d87ac65336040a642959c215da5c8022c1a5dbf14e887d60cbeaa64a56597c5f49e1a9eaebff1c26854071b355c0
@@ -7,7 +7,7 @@ module Ishapi
7
7
  # alphabetized : )
8
8
 
9
9
  ##
10
- ## this is for invoices on wasya.co, isn't it?
10
+ ## this was for invoices on wasya.co
11
11
  ## 20200712
12
12
  ##
13
13
  def create
@@ -106,6 +106,9 @@ module Ishapi
106
106
  render status: 200, json: { status: :ok }
107
107
  end
108
108
 
109
+ ##
110
+ ## Spend an unlock without spending money. _vp_ 2022-03-01
111
+ ##
109
112
  def unlock
110
113
  authorize! :unlock, ::Ish::Payment
111
114
  item = Object::const_get(params['kind']).find params['id']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ishapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.204
4
+ version: 0.1.8.205
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-12 00:00:00.000000000 Z
11
+ date: 2023-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails