fastlane-plugin-facelift 0.1.0 → 0.1.1

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: 5d8f24a65c6678e724bdfcdb47995b28558b63a8
4
- data.tar.gz: 6b0bbb3b208b753e9b58cab4ddf3f474db3af6ab
3
+ metadata.gz: 0b743961e404dbfbcfc4f46caa511c37a136d304
4
+ data.tar.gz: 3468842a8f9e6723b4d29176950dc29582aed3b2
5
5
  SHA512:
6
- metadata.gz: f59f28ba0251f899695bfc019f26b633bc67c24fe3c77eba26162364d61619b792cd85c73f282ab11d413fe8639609367fc32eb926630b36fec14287487c63f0
7
- data.tar.gz: cab9dd45d3207d78a1ef0a91a7ae9a709e895964645aa6e42db096cf1b24d86cdc6e6e97546574e5adfd5862593523143ec90c5b0c04acdfc1b06827d9912970
6
+ metadata.gz: 95eddfd98edc6d9c48d0ff2728afd479a691e823c5aa13edbaa9f54c19510d28cc8c044b3668a147ddf23bb387b2b4a0d196a381c7f03f5fab3b70d49e8b984f
7
+ data.tar.gz: bfa438301c6c287b532ee4b08ef4e74f36ceaa15f15546027e5e784b18e76e55b95361d5bc64d5022f60cdf61c05f7e3ba5cd7080f2649c50b955079bfd8bf85
@@ -2,6 +2,9 @@ module Fastlane
2
2
  module Actions
3
3
  class FaceliftAction < Action
4
4
  def self.run(params)
5
+
6
+ UI.important "fastlane-plugin-facelift has been deprecated and has been replaced by fastlane-plugin-act"
7
+
5
8
  params[:ipa] = File.expand_path params[:ipa]
6
9
  raise "IPA #{params[:ipa]} does not exist" unless File.exist? params[:ipa]
7
10
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Facelift
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-facelift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Szalay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-11 00:00:00.000000000 Z
11
+ date: 2016-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -114,7 +114,10 @@ homepage: https://github.com/richardszalay/fastlane-plugin-facelift
114
114
  licenses:
115
115
  - MIT
116
116
  metadata: {}
117
- post_install_message:
117
+ post_install_message: |
118
+ ! The 'fastlane-plugin-facelift' gem has been deprecated and has been replaced by 'fastlane-plugin-act'.
119
+ ! See: https://rubygems.org/gems/fastlane-plugin-act
120
+ ! And: https://github.com/richardszalay/fastlane-plugin-act
118
121
  rdoc_options: []
119
122
  require_paths:
120
123
  - lib
@@ -133,5 +136,5 @@ rubyforge_project:
133
136
  rubygems_version: 2.4.8
134
137
  signing_key:
135
138
  specification_version: 4
136
- summary: Applies changes to plists and app icons inside a compiled IPA
139
+ summary: Deprecated in favor of 'fastlane-plugin-act'
137
140
  test_files: []