deviantart 0.3.8.2 → 0.3.8.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39141696ce4e579fd78b33dc781291f5afd01cdc06527e30ad28823fb79139e4
4
- data.tar.gz: f80ca5b3219b9956f80f15c0c90facc699225620061abf8985afb92740ebd57f
3
+ metadata.gz: 03e2b14a92b49967d2fd3a12d1a8ab5ba818ca7b7bf556404464285ce49f6cc5
4
+ data.tar.gz: '058fedd561f2627e2d570ff5888df9fb6db951bda8db133cf462ecdf575a23f1'
5
5
  SHA512:
6
- metadata.gz: 15b753ac4d613b369d9f9ce9b16fa17c4bf6fccf44d998869b857e659167f2089af8df63d95e2362fc793da4e7f7282d0cf7f766891585fa1473c1d94ffee7f6
7
- data.tar.gz: efa9f71492b19a0ac5c5953dc1cebffa3999dd3ffbe3fe314023022365e7b986c8711023fa4664178accc14cfe20c76fc0d2873d3b6f10b5441219a4fc84ce6e
6
+ metadata.gz: a1b9980dcbb3e55ca812a04c16e255e93dc1c86fbaf83dd37a26033f70dfbff02fa17b12c0317579852420bfa34dd9018c182ecab41368791180c13e2df3de19
7
+ data.tar.gz: c714361f6d46a6e6d6c6eba95521e391168ad56d5995bcf6c9faf9223804d8ea42a9e0ac859302b2c784203dfd7ea3af3b9cacca8ff9ca07777a7e6eba51d959
@@ -16,6 +16,8 @@ module DeviantArt
16
16
  @points_class_mapping ||= {}
17
17
  end
18
18
 
19
+ ##
20
+ # Set nested +point+ by Array to specified +klass+.
19
21
  def point_to_class(point, klass)
20
22
  self.points_class_mapping[point] = klass
21
23
  end
@@ -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
  #
@@ -1,3 +1,3 @@
1
1
  module DeviantArt
2
- VERSION = '0.3.8.2'
2
+ VERSION = '0.3.8.3'
3
3
  end
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.2
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-01-17 00:00:00.000000000 Z
11
+ date: 2018-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler