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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1b5b1fee504462e7b1d9c03a6687fd90bbd5020
4
- data.tar.gz: 4820a00831fe7c55ba2da8b4131ba16c631ff667
3
+ metadata.gz: 205275b16be78fb7e39a62dcbcaa5704fbcc46ad
4
+ data.tar.gz: 651cba441d4559705ebd57c516f66c16fcd4823c
5
5
  SHA512:
6
- metadata.gz: 86c647229cb501455180da3a4b0d782a074fbb3a941bb2063da4ed1c9969912d993783bbd7b8addbf98758fc9166dbb39649597143c73e831952d5b3f108fd60
7
- data.tar.gz: f1aeb6163f1bcb3d229d4bb3f93989283d9c528d0c8ff4ea97a0952749af5bb34f9d4036764a1017d44e40f39b2702bdf0f3654be3d5cbdc51659b1e4b9e6160
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 a the simplest example, you can add random fun GIF to your Slack notification:
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,
@@ -15,7 +15,6 @@ module Fastlane
15
15
  json_body = Net::HTTP.get(uri)
16
16
  json_hash = JSON.parse(json_body)
17
17
 
18
- puts json_hash.to_s
19
18
  if params[:original_gif]
20
19
  return json_hash['data']['image_url']
21
20
  else
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Giffy
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
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.0
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: giffy
147
+ summary: Fastlane plugin for Giffy.com API
148
148
  test_files: []