adfastlane 1.0.2 → 1.0.3
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 +5 -5
- data/adfastlane.gemspec +2 -2
- data/lib/adfastlane.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 85fb475e70dfd71d23442754ebc694a3702a0c7c79ebbc629cbf66af5e494edf
|
|
4
|
+
data.tar.gz: 68b1d397e0d4bb8e66ee3bcd56aac582af2d10cedd1383cd87dd856c453c79f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dcb970fe173759929cfed45473459e9fad44aed47441ab65175ae083476cf75fa53f4e6f434a679e597a6906d7333c37df3565585b45b18736c65de14e8aab78
|
|
7
|
+
data.tar.gz: 232f2987a3328e70425d01fde90a078f84be80d4e5a23098576d9210a8baf7cff18b9b9c6533908a52e754b1237ce0f44a877075d58a65033e5e20c850858a65
|
data/adfastlane.gemspec
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.name = 'adfastlane'
|
|
4
|
-
s.version = '1.0.
|
|
4
|
+
s.version = '1.0.3'
|
|
5
5
|
s.executables << 'adfastlane'
|
|
6
6
|
s.date = '2017-10-17'
|
|
7
7
|
s.summary = "Fastlane wrapper for FABERNOVEL TECHNOLOGIES"
|
|
8
8
|
s.description = "Fastlane wrapper for FABERNOVEL TECHNOLOGIES"
|
|
9
|
-
s.authors = ["Nicolas Braun"]
|
|
9
|
+
s.authors = ["Nicolas Braun", "Clement Villain"]
|
|
10
10
|
s.email = 'braunico@gmail.com'
|
|
11
11
|
# use `git ls-files -coz -x *.gem` for development
|
|
12
12
|
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/adfastlane.rb
CHANGED
|
@@ -21,7 +21,7 @@ end.parse!
|
|
|
21
21
|
puts "Preparing fastlane...".yellow
|
|
22
22
|
abort "Failed".red unless system( "fastlane prepare" )
|
|
23
23
|
puts "Updating gem dependencies...".yellow
|
|
24
|
-
abort "Failed".red unless system("BUNDLE_GEMFILE=Gemfile_fastlane bundle update")
|
|
24
|
+
abort "Failed".red unless system("env -i HOME=$HOME BUNDLE_GEMFILE=Gemfile_fastlane bash -l -c '~/.rbenv/shims/bundle update'")
|
|
25
25
|
cmd = "BUNDLE_GEMFILE=Gemfile_fastlane bundle exec fastlane "
|
|
26
26
|
ARGV.each do |current|
|
|
27
27
|
if current.include? ":" # that's a key/value we need to check if the value contains spaces
|
metadata
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: adfastlane
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicolas Braun
|
|
8
|
+
- Clement Villain
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain: []
|
|
@@ -69,9 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
70
|
version: '0'
|
|
70
71
|
requirements: []
|
|
71
72
|
rubyforge_project:
|
|
72
|
-
rubygems_version: 2.
|
|
73
|
+
rubygems_version: 2.7.3
|
|
73
74
|
signing_key:
|
|
74
75
|
specification_version: 4
|
|
75
76
|
summary: Fastlane wrapper for FABERNOVEL TECHNOLOGIES
|
|
76
77
|
test_files: []
|
|
77
|
-
has_rdoc:
|