ios_android_toolbox 0.0.45 → 0.0.46

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
  SHA1:
3
- metadata.gz: 946278222ffc7a54e12b70ea9e1aa910b6ed1c41
4
- data.tar.gz: e60e4ad430deaa3d4514ba293242fed935258091
3
+ metadata.gz: c190a22d6428a1989f82489283c4f2ea842f4f0c
4
+ data.tar.gz: 66a1e02c173cfda254e65d323977478cf8a6d791
5
5
  SHA512:
6
- metadata.gz: 53f7a91854453c11f337983d2dadc842b78a11b4a9a6ed3be5b7878c48cfedb761da2dc162afdb80f447f39c7d03edca3ac07dba6ca126a3bef9379591ed182b
7
- data.tar.gz: a6cabd20c5bf3c1dff3b1b5e11426c31d274e9adf25ab08561a3b38750f7e4adf7eac5c9129cfc53c8d21733ac00a537bb0e51681409dac10f7580158a0fd95a
6
+ metadata.gz: ee9328c65c3a789e0291ea5fa6a1004c355f5010976233ed6cda9ce79fc6df81b8001bbf94a5d42ee281c8fb9b93fa2809db3159250cdd6431bd71d0df442778
7
+ data.tar.gz: 894f82a43b1379abc992ff391c64d7af6a17eb4a96ad7b7aa12af9d2234df69fc2743ff88fe854580aefbdc0775d7ae57c8bd3fe2489c278281641af42667871
@@ -98,7 +98,7 @@ module IosAndroidToolbox
98
98
  def next_version!(inc_idx = @inc_idx)
99
99
  if inc_idx < @inc_idx
100
100
  @dict[BUNDLE_VERSION_KEY] = next_version(inc_idx).gsub(/\-.+$/,'')
101
- @dict[BUILD_VERSION_KEY] = 0
101
+ @dict[BUILD_VERSION_KEY] = '0'
102
102
  else
103
103
  @dict[BUILD_VERSION_KEY] = (build_number.to_i + 1).to_s
104
104
  end
@@ -1,3 +1,3 @@
1
1
  module IosAndroidToolbox
2
- VERSION = "0.0.45"
2
+ VERSION = "0.0.46"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ios_android_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.45
4
+ version: 0.0.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Sales