fastlane-plugin-sunny_project 0.1.8 → 0.1.9
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e5a4314d675651fcc54daa9ad1a652f848e351267b2118c2f4a4a8f2245db66b
|
4
|
+
data.tar.gz: 22d4dc030288c6cca79205dc2afaad6136fce30e8b511fd2e4c8865875c8d510
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdcdee64745b5be1d9125fc734493decde7ce7727866268f4114c26a21e5560d7919c790a7932f1ca2cbcf425aec77050d6f43197ac4fb4d4ad93eb337c34824
|
7
|
+
data.tar.gz: 436546fe121d118181d5c34768ff67797e22b08545d98d7e7d06382beeb21f7981263c86999741f8279fe7dc9cc80fe953611d1bb41f0a3fe1ed2ad9b0e6123b
|
@@ -4,7 +4,7 @@ require 'fastlane/action'
|
|
4
4
|
require_relative '../helper/sunny_project_helper'
|
5
5
|
require 'semantic'
|
6
6
|
require 'yaml'
|
7
|
-
|
7
|
+
|
8
8
|
require_relative '../helper/plugin_options'
|
9
9
|
|
10
10
|
def resort_keys(input)
|
@@ -96,8 +96,6 @@ module Fastlane
|
|
96
96
|
emitter.accept(pyaml.tree)
|
97
97
|
final_pubspec=n.string.gsub("---", "")
|
98
98
|
File.write('pubspec.yaml', final_pubspec)
|
99
|
-
# normalize = YamlNormalizer::Services::Normalize.new('pubspec.yaml')
|
100
|
-
# normalize.call
|
101
99
|
print(final_pubspec)
|
102
100
|
end
|
103
101
|
|