standard-file 0.1.27 → 0.1.28

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
  SHA1:
3
- metadata.gz: 09cbb3c8a9c68a6ed1e13be6fb14420a9b8e9c8f
4
- data.tar.gz: d49ed181db8575790516e0f84817f13600023689
3
+ metadata.gz: f29eb575bd0c5bd444a76a67e53e315feed44df0
4
+ data.tar.gz: e242e69a9fc97893dfce0d229f6c70e50dc36062
5
5
  SHA512:
6
- metadata.gz: 70547a045e8a89694467e26a17ac9e87a2bb1c18fe3e977d2aa11ca9f4e360959fd8f57e2d6b1c3b37e37d7d2c00dac9b56aa883c0c1c52771df5ce635985d7e
7
- data.tar.gz: d90d0dc1baedf90c7779ae356f61b5c8b6a87981cd82bd75d22d2ae85ef18886f68eaa48550d93da66f91c15e424ff7e2a21de9d51520debd00bff69713f49e0
6
+ metadata.gz: 6d6047b2f20d25f51900cfad388adcdb1e4c25c21aae9ab0bb51c612f5db419084a7add457f0f587f1707ca92c906028802a81058e46f7a84f7a4d4fa52f8189
7
+ data.tar.gz: 6c99a3c29eaa3c5f03dede443547ac1a4826af1de20322c08172ad70debf620c1de39dbebbabf859f40bcf8689ae67970b14f2b83f64ded80c4831993e95231e
@@ -58,7 +58,7 @@ module StandardFile
58
58
  end
59
59
 
60
60
  def destroy_items(uuids)
61
- items = @user.items.where("uuid in ?", uuids)
61
+ items = @user.items.where(uuid: uuids)
62
62
  items.destroy_all
63
63
  end
64
64
 
@@ -1,3 +1,3 @@
1
1
  module StandardFile
2
- VERSION = '0.1.27'
2
+ VERSION = '0.1.28'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard-file
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.27
4
+ version: 0.1.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Standard File