fastlane-plugin-flutter 0.2.5 → 0.2.6

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: 47d53bc585a939cb6dc95ab9b5772b209e94fbdc
4
- data.tar.gz: ebb83498b3c1ca6ab2b24d6d599669425080bea3
3
+ metadata.gz: 2e49cdc5d271c7365cfe21127b123d9c72240f26
4
+ data.tar.gz: 39fd5286e69f753784e1303f02c62abfb9e52d9e
5
5
  SHA512:
6
- metadata.gz: f27e2b916851836e9d94e4110a8e833a938c3e95a548998191e7a9eba97ba98d7e3468d7a12c0185a06b3ee254584e23d59448724b5dc5ac7e1273754a79b0ca
7
- data.tar.gz: 5683a49532741a8511130f9fed57b7090af7a197464e92fb9a6f31c531b127a4d34c24a9ef55a79f54905ce84986ca9ef24aaa3f61ffd7f2cd506d624de13f3c
6
+ metadata.gz: 5f9bea43cb55ae7ffafe8c5c1f5fe3e6baa75c0c5b027212b31a930ec388a481bdc7f0db6285ca657a8c93bda837cc59362b594c7b7f220f0321f64d12caf229
7
+ data.tar.gz: f6319f558fdd9b80962d400ff144ead85820eb450e71c83d82986432225a69ef1568a9144ea9e165b49e67229ef6ebe1abba18a5993825ff270b5d5efa334f67
@@ -128,7 +128,7 @@ module Fastlane
128
128
  licenses.each_pair do |license, hash|
129
129
  license_file = File.join(licenses_directory, license)
130
130
  unless File.exist?(license_file) &&
131
- File.readlines(license_file).include?(hash)
131
+ File.readlines(license_file).map(&:strip).include?(hash)
132
132
  File.open(license_file, 'a') { |f| f.puts('', hash) }
133
133
  end
134
134
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Flutter
3
- VERSION = "0.2.5"
3
+ VERSION = "0.2.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-flutter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Sheremet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-02 00:00:00.000000000 Z
11
+ date: 2019-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry