fastlane-plugin-giffy 0.1.0 → 0.1.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 +4 -4
- data/README.md +2 -2
- data/lib/fastlane/plugin/giffy/helper/giffy_helper.rb +0 -1
- data/lib/fastlane/plugin/giffy/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 205275b16be78fb7e39a62dcbcaa5704fbcc46ad
|
|
4
|
+
data.tar.gz: 651cba441d4559705ebd57c516f66c16fcd4823c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18c58f87ba76de78f0af3804b3dd64f8ba17693c9e0f89c1094b7ac2c4858acf0ff96b254055e59964ef8c7a44238e841844accd4b567826b214e5a2d9b08071
|
|
7
|
+
data.tar.gz: 4fc43cc6d050bc46a1b8cf44c2e048595c7cda8a765dafdc503a3e0a5dc2f4e3420166dd04ffd8e6634edc2b3af5600987727ab9728cc4d584174faa70872664
|
data/README.md
CHANGED
|
@@ -36,9 +36,9 @@ giffy_random_sticker_url(
|
|
|
36
36
|
|
|
37
37
|
## Example
|
|
38
38
|
|
|
39
|
-
Like
|
|
39
|
+
Like the simplest example, you can add random fun GIF to your Slack notification:
|
|
40
40
|
|
|
41
|
-
```
|
|
41
|
+
```ruby
|
|
42
42
|
slack(message: "Application is successfully released to the App Store.",
|
|
43
43
|
channel: "#releases",
|
|
44
44
|
success: true,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-giffy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SiarheiFiedartsou
|
|
@@ -144,5 +144,5 @@ rubyforge_project:
|
|
|
144
144
|
rubygems_version: 2.6.4
|
|
145
145
|
signing_key:
|
|
146
146
|
specification_version: 4
|
|
147
|
-
summary:
|
|
147
|
+
summary: Fastlane plugin for Giffy.com API
|
|
148
148
|
test_files: []
|