fastlane-plugin-appcenter_codepush 0.1.2 → 0.1.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: '0159fe2f3c26cd3e0cbc78b8e909b0ede3b8acefd4e3361f81e4cf41c83dd2d4'
4
- data.tar.gz: b604c29eb99a02e0a45a728fde6a05229faf3010c4d900c1b0b1fde60cd5a706
3
+ metadata.gz: 5b03fa801288ff6e66088fe2bdf7e7c72a1a0b3d1034188213c2154d16d94e49
4
+ data.tar.gz: 4fece2a6f8379af7f89aa67259445004f434706f6effa650bbe4bda412a32e17
5
5
  SHA512:
6
- metadata.gz: c8df41aa5f27545561f0f1530de20f63bf4c318c03a435762021968a5dd9c94cc6b90a7504dbc3e15c57fbf803321e2ea796477c4436bc70f3e6f8237fa33b8d
7
- data.tar.gz: e00c73992e0a1a6db6ab49aba71d61613f6f79282992b9896f28d90d412a8f33b66522af3fae3cb431c635b8d8fb8de25acf2625c1ba7638a8ffee090a99827b
6
+ metadata.gz: acd18285ead5aa8f858eac0c5255d29705ac2ec6d2e7c46947e7ed582f216dc56035679775a723897e5e1c7388ca00000aaffe0173a1f937d206b80e1a1a8ddb
7
+ data.tar.gz: c0883f580476236bfe9ac7004c7c853fcd4c669c2bd82474aca5b5707c260bbd5d87fa3ac6dc7d9615b0621bc5d0ed699096eb5dad8306b72dfd241dfa0efd56
@@ -6,7 +6,7 @@ module Fastlane
6
6
  class AppcenterCodepushAction < Action
7
7
  def self.run(params)
8
8
  UI.message("The appcenter_codepush plugin is working!")
9
- sh $pwd
9
+ sh "pwd"
10
10
  # sh "cd .. && code-push release-react #{params[:owner_name]}/#{params[:my_app]} #{params[:platform]} -d #{params[:env]}"
11
11
  end
12
12
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AppcenterCodepush
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-appcenter_codepush
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ledutu