deviantart 0.3.7 → 0.3.8.0

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
  SHA1:
3
- metadata.gz: 6527a476740d134aae1b713d2d91a73f5c758817
4
- data.tar.gz: 15abac9edd76a73dc865909f316a4ac76152de3d
3
+ metadata.gz: 9e28345a17c158af3dfd178c61c8f43423ceb3b5
4
+ data.tar.gz: 339dbabaa44899f0b1e94fa66207ee1c0503f36f
5
5
  SHA512:
6
- metadata.gz: 9e3efa9b96448fca3bd47b8567181b7008fd2fdea69e8f9778898acd3a3efea5b361966a9602a5acffc242c02441702d49a063f1794b4698401c2a7ceb3f9f1c
7
- data.tar.gz: e051cf41abb3a6cfd8ccb98524be05ec03df20a74ff0906dfbe2e00f71a35469727355ff31da27747dd4e37795eadb85b8e3d26b721afb4005d9772d172b0f38
6
+ metadata.gz: c1eea680872885fc98dd733871b68a93300b35a99a3fed580a588a6c60a5007769870d42321ebeb62fc913769d2b6717be5ce8c1b9db7a9decea19c38a0a6205
7
+ data.tar.gz: 6bc53e2448414c157600bafb995e8fbdee556f5c37c06ffc1ae6397b908827edd4a078d9dd7a37d3dfc2cb7fd5003e59d8d299102a592f944bc764a0c19683c0
@@ -18,12 +18,8 @@ module DeviantArt
18
18
  end
19
19
  end
20
20
 
21
- def inspect
22
- self.class.name
23
- end
24
-
25
21
  def to_s
26
- inspect
22
+ self.class.name
27
23
  end
28
24
 
29
25
  private def define_hash_attrs(receiver, attrs, point)
@@ -9,12 +9,8 @@ module DeviantArt
9
9
  point_to_class [:daily_deviation, :giver], DeviantArt::User
10
10
  point_to_class [:daily_deviation, :suggester], DeviantArt::User
11
11
 
12
- def inspect
13
- "#{self.class.name}: #{@title} by #{@author.username} #{@deviationid}"
14
- end
15
-
16
12
  def to_s
17
- inspect
13
+ "#{self.class.name}: #{@title} by #{@author.username} #{@deviationid}"
18
14
  end
19
15
  end
20
16
  end
@@ -9,7 +9,7 @@ module DeviantArt
9
9
  @status_code = status_code
10
10
  end
11
11
 
12
- def inspect
12
+ def to_s
13
13
  messages = []
14
14
  messages << self.class.name
15
15
  messages << "status_code: #{@status_code}"
@@ -7,12 +7,8 @@ module DeviantArt
7
7
  point_to_class [:items, :[], :status], DeviantArt::Status
8
8
  point_to_class [:items, :[], :deviation], DeviantArt::Deviation
9
9
 
10
- def inspect
11
- "#{self.class.name}: #{@body} by #{@author.username} #{@statusid}"
12
- end
13
-
14
10
  def to_s
15
- inspect
11
+ "#{self.class.name}: #{@body} by #{@author.username} #{@statusid}"
16
12
  end
17
13
  end
18
14
  end
@@ -5,12 +5,8 @@ module DeviantArt
5
5
  attr_accessor :userid, :username, :usericon, :type, :is_watching, :details, :geo, :profile, :stats
6
6
  point_to_class [:profile, :profile_pic], DeviantArt::Deviation
7
7
 
8
- def inspect
9
- "#{self.class.name}: #{@username} #{@userid}"
10
- end
11
-
12
8
  def to_s
13
- inspect
9
+ "#{self.class.name}: #{@username} #{@userid}"
14
10
  end
15
11
  end
16
12
  end
@@ -1,3 +1,3 @@
1
1
  module DeviantArt
2
- VERSION = '0.3.7'
2
+ VERSION = '0.3.8.0'
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.7
4
+ version: 0.3.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code Ass
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-05 00:00:00.000000000 Z
11
+ date: 2017-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler