deviantart 0.3.8.2 → 0.3.8.3
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/deviantart/base.rb +2 -0
- data/lib/deviantart/deviation.rb +11 -11
- data/lib/deviantart/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 03e2b14a92b49967d2fd3a12d1a8ab5ba818ca7b7bf556404464285ce49f6cc5
|
|
4
|
+
data.tar.gz: '058fedd561f2627e2d570ff5888df9fb6db951bda8db133cf462ecdf575a23f1'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a1b9980dcbb3e55ca812a04c16e255e93dc1c86fbaf83dd37a26033f70dfbff02fa17b12c0317579852420bfa34dd9018c182ecab41368791180c13e2df3de19
|
|
7
|
+
data.tar.gz: c714361f6d46a6e6d6c6eba95521e391168ad56d5995bcf6c9faf9223804d8ea42a9e0ac859302b2c784203dfd7ea3af3b9cacca8ff9ca07777a7e6eba51d959
|
data/lib/deviantart/base.rb
CHANGED
data/lib/deviantart/deviation.rb
CHANGED
|
@@ -15,13 +15,13 @@ module DeviantArt
|
|
|
15
15
|
# The title of deviation
|
|
16
16
|
|
|
17
17
|
# :method: category
|
|
18
|
-
#
|
|
18
|
+
# Category as String like "Fantasy"
|
|
19
19
|
|
|
20
20
|
# :method: category_path
|
|
21
|
-
#
|
|
21
|
+
# Category path as String like "digitalart/paintings/fantasy"
|
|
22
22
|
|
|
23
23
|
# :method: is_favourited
|
|
24
|
-
#
|
|
24
|
+
# Is this favorited by you?
|
|
25
25
|
|
|
26
26
|
# :method: is_deleted
|
|
27
27
|
# The flag for what the deviation is deleted
|
|
@@ -30,22 +30,22 @@ module DeviantArt
|
|
|
30
30
|
# The author of this deviation as DeviantArt::User
|
|
31
31
|
|
|
32
32
|
# :method: stats
|
|
33
|
-
#
|
|
33
|
+
# This has numbers of comments and favorites
|
|
34
34
|
|
|
35
35
|
# :method: published_time
|
|
36
|
-
#
|
|
36
|
+
# Published time as Unix time
|
|
37
37
|
|
|
38
38
|
# :method: allows_comments
|
|
39
|
-
#
|
|
39
|
+
# Boolean
|
|
40
40
|
|
|
41
41
|
# :method: preview
|
|
42
|
-
#
|
|
42
|
+
# This has +src+ as image URL, height and width as pixel size and transparency as boolean
|
|
43
43
|
|
|
44
44
|
# :method: content
|
|
45
|
-
#
|
|
45
|
+
# This has +src+ as image URL, height and width as pixel size, transparency as boolean and filesize as byte
|
|
46
46
|
|
|
47
47
|
# :method: thumbs
|
|
48
|
-
#
|
|
48
|
+
# Thumbnail list with +src+ as URL, height, width and transparency
|
|
49
49
|
|
|
50
50
|
# :method: videos
|
|
51
51
|
#
|
|
@@ -63,10 +63,10 @@ module DeviantArt
|
|
|
63
63
|
# Is this mature content?
|
|
64
64
|
|
|
65
65
|
# :method: is_downloadable
|
|
66
|
-
#
|
|
66
|
+
# Is this danloadable?
|
|
67
67
|
|
|
68
68
|
# :method: download_filesize
|
|
69
|
-
#
|
|
69
|
+
# The filesize of the image that is from ["content"]["src"]
|
|
70
70
|
|
|
71
71
|
# :method: challenge
|
|
72
72
|
#
|
data/lib/deviantart/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: deviantart
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.8.
|
|
4
|
+
version: 0.3.8.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code Ass
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|