card-mod-virtual 0.11.7 → 0.13.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.
- checksums.yaml +4 -4
- data/lib/card/virtual.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df938a392274da66b29fa013e04706a896c13009c81a7c3966441c7e5e5e36bf
|
|
4
|
+
data.tar.gz: 3db3c3eb34257e72bff48007d3bd802567598eaa5c54e7a0bdc12fecb1ca2a1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b50175982636d3d4679d66ff1841b03a5eb5da1bb62ec19bfb748f073832453d0d9d53f3524a64a60f26a6cabe466ef8029d0c3470346707fa1fc0bfe07c951
|
|
7
|
+
data.tar.gz: 287b8c010c3a05550e6f846be7dd191c37a362573ff07ca6e0eca7a594421d44e6601f18e4a9a7a33a5902f17a121e21ea06935d512f1fd0ec6cdbb179ac992a
|
data/lib/card/virtual.rb
CHANGED
|
@@ -4,7 +4,7 @@ class Card
|
|
|
4
4
|
# Model for the card_virtuals table.
|
|
5
5
|
# It provides method to get and store content for virtual cards from
|
|
6
6
|
# the card_virtuals table.
|
|
7
|
-
class Virtual <
|
|
7
|
+
class Virtual < Cardio::Record
|
|
8
8
|
def update new_content
|
|
9
9
|
update! content: new_content
|
|
10
10
|
new_content
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: card-mod-virtual
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.13.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ethan McCutchen
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2021-08-
|
|
13
|
+
date: 2021-08-06 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: card
|
|
@@ -18,14 +18,14 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.
|
|
21
|
+
version: 1.103.2
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 1.
|
|
28
|
+
version: 1.103.2
|
|
29
29
|
description: ''
|
|
30
30
|
email:
|
|
31
31
|
- info@decko.org
|