fastlane-plugin-slack_bot 1.5.0 → 1.5.1

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: 6b17a65fd5a04b1dbf291d3c6f84fad8000fa9ac2d0743de9fd0c9b0ed12e5d4
4
- data.tar.gz: 261a9d9474163883fa2863bf2ec41eac28992272128501b51eaa04314fbc360d
3
+ metadata.gz: 711bbf722460d03019a7f8723b4c2e6f86ab567e69fc8e8848f09843621f0e0c
4
+ data.tar.gz: 7cf5853af0d4282698bbf29bf8875fb7cbfb4e07a362b99b9c01a8e94b82f425
5
5
  SHA512:
6
- metadata.gz: 763624a358655449ffb4f3ce863405db0d11ba2ed2b3be04030b7772c392ad21d20a6ad84bb0736e7a507bfb8474d18d174dc6da0c9a160328ee869485ac78c5
7
- data.tar.gz: 5bbe624ca8b643948e25636779461f9e587c4863891af30b7d7e59689123b2320137564e5a033a593f49bd8984352e5b3b7206b20610c7b006a1576d6ba0aca1
6
+ metadata.gz: eafe21277f57979b0644f3583dd5012ed2b807157921e8b349e7890fcce86b6aba41126a825b2a10e3ccb983d3ffbaa579880287a1bc8a83285e3ad576a29872
7
+ data.tar.gz: 38c710312b2560140662d00ee9e0e3957c633a39b63246703ef5063603e5e7f91cd98409cf634e1c3484c205bab20e85ba4d4cc88c7eb7b15f7dcc6af6dd15dc
@@ -144,7 +144,7 @@ module Fastlane
144
144
  is_string: false),
145
145
  FastlaneCore::ConfigItem.new(key: :no_color,
146
146
  env_name: "FL_POST_TO_SLACK_NO_COLOR",
147
- description: "Removes the border on the left side. If true, :success option will be ignored.",
147
+ description: "Removes the border on the left side. If true, :success option will be ignored",
148
148
  optional: true,
149
149
  default_value: false,
150
150
  is_string: false),
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module SlackBot
3
- VERSION = "1.5.0"
3
+ VERSION = "1.5.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-slack_bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manish Rathi