pixab 2.3.3 → 2.3.4

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
  SHA256:
3
- metadata.gz: 9d093e07ef39306ad68a826e3cb4ff80e53016241fd2da65508524fdb7fca5bb
4
- data.tar.gz: 623838a5331e58c22c589dcea83eebe9aa8471658a8fcefa76cc3ca8f3e63e02
3
+ metadata.gz: a8bde21c80d31a7f727a34a67e6fdd26c3a6264f52dd2cd2c58e903667bee606
4
+ data.tar.gz: ec05ecc1d60ccd9c91e5e5abf26c32dbbbbb92afcee0ffcecc11772d917f0985
5
5
  SHA512:
6
- metadata.gz: 03c08562d1f7febe071641ccbe86f92f2e73a19f55b877fa9b311542e4f929c7da9d8566f6074d551610fd5f468eb9c5aeb32de3d474e59bbd97fc9ca12cbd24
7
- data.tar.gz: 63c88c7f5072dca220a7b2aab6b3562212aba382aee4381768788c99ae7f954a6e3cf833d3f35a6c2c4daa66b2f5db4b24ed76b48a5a9789714539793504517b
6
+ metadata.gz: 12c0ebd459f0ce193fc5075891ace6ed00c73f7d6b9115243f5fc2573ce31941d3a9af174799d63b555fb16c40ff2380e647f34880eb160889cfd663cfaa1fdd
7
+ data.tar.gz: d0fdddf97e5c9a98da5d74355ec514c21072a92d55cf433bfaf3119ed75b6f2479c82d004dc62779f50f38b55a5ec0b9000bb15caddec876e54f4169cc36cd1a
@@ -8,10 +8,7 @@ module Pixab
8
8
  attr_accessor :platform
9
9
 
10
10
  def platform
11
- if @platform.nil?
12
- @platform = readPlatform
13
- end
14
- return @platform
11
+ @platform ||= readPlatform
15
12
  end
16
13
 
17
14
  def git_repos
@@ -22,7 +19,7 @@ module Pixab
22
19
 
23
20
  def git_sub_repos
24
21
  sub_repos_path = nil
25
- if @platform.is_android
22
+ if platform.is_android
26
23
  parent_dir = File.dirname(Dir.pwd)
27
24
  sub_repos_path = File.join(parent_dir, 'pixab_libraries')
28
25
  end
data/lib/pixab/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pixab
4
- VERSION = "2.3.3"
4
+ VERSION = "2.3.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pixab
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.3
4
+ version: 2.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - 廖再润