fastlane-plugin-codepush 0.2.1 → 0.2.2

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: 642b9b22a69a1816aa13ab865ff73acbebe073763997897a8e21a25bf9f15f77
4
- data.tar.gz: bd98715d2203aa9601dfb44b98c48d677ac3c9208c3830422ccc15a4e1f18acc
3
+ metadata.gz: 289823e67f4b822a20e01a9572f896051ec5e4e9b7f356271cf1c76a5a47c67b
4
+ data.tar.gz: 3149e4a51ae8922aa36109988b8d96268ce732d51b4e4a9b8b5e82fae3dc556f
5
5
  SHA512:
6
- metadata.gz: 31ac44bfd59d11e6a5a7539fda2934a0b0d42b64354231dbe200cf26a24915cf1e95b0e323af8297c8770f32e77e59249e53bf70a1d7fac2413491713865c06d
7
- data.tar.gz: 3d21cb7b6e2a69b41a39c6d918101926c1f030d350002e3e8cf3ec94e3a39a32a0b9315f912f9649d0f86dd11ceff2306c46cb0749f98277910db32684887034
6
+ metadata.gz: 6f4d9974b8edc3d16275dded84c769e9841025abda48cb6835976d4a5c20a1a1dcdbecdbf3877acd8e53144f822fdc07e51145c5a91dc4357b689765db7a0860
7
+ data.tar.gz: 8e09c8b00940e16e344a6b78983a0f045dad95402b10ce6ff801fbbd25719644e46e724fda0d16f434f0b4e83e9a6f5ecb624c0313761a62907d1cf6907143a7
@@ -72,7 +72,6 @@ module Fastlane
72
72
  description: 'Store/binary version of the app you are releasing the update for',
73
73
  optional: true,
74
74
  type: String,
75
- default_value: "\"*\""
76
75
  ),
77
76
  FastlaneCore::ConfigItem.new(
78
77
  key: :deployment_name,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Codepush
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-codepush
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pranit Harekar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-31 00:00:00.000000000 Z
11
+ date: 2021-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
176
176
  - !ruby/object:Gem::Version
177
177
  version: '0'
178
178
  requirements: []
179
- rubygems_version: 3.1.2
179
+ rubygems_version: 3.0.3
180
180
  signing_key:
181
181
  specification_version: 4
182
182
  summary: "Fastlane plugin for App Center CodePush actions \U0001F680"