lgtm_hd 0.3.0 → 0.3.1

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
  SHA1:
3
- metadata.gz: ff6fc3e47abef583c5dc6070508c93cef024e6da
4
- data.tar.gz: aed3e2c80b96d2c35b65b9b9f365aa70e770e9a4
3
+ metadata.gz: 52cf76894dd0611d67f0a86d421599fead3b48cb
4
+ data.tar.gz: 11383fd01b6c327a106078043958819fa485e069
5
5
  SHA512:
6
- metadata.gz: a7c02822fbaec53939193c8245a414d322558c4825330aab6f0c5e93d5c6aac8e7cb5a50b200598bb9cbfca9d0c81edb2ba5187c150e747856343c3bbd73f811
7
- data.tar.gz: 29c6b9830a8773e094af8762397c0d6c99cd45d280af11430e83c4b8044a78b1abb0c7243ee6b612a77f64147da46b316bb937a15555c65298a0e0f0c21ef5e1
6
+ metadata.gz: d54b0214b83006454b4b04c8e8a683b251068c49a74c52dbc9b99f19df5472974c34302e612ed875d1a5a652e6c97a9f1855a666348ceaf172bfdacf9b63d1a3
7
+ data.tar.gz: f7fe21eb3296679ef1b7ecc7d3603d47ba7f88d11f59fca102e9e6819d77e854f5cfa126b86f403d1025c47fd7013ff380d8a62e48bd430aa8ddc177bf667921
@@ -12,9 +12,8 @@ Gem::Specification.new do |spec|
12
12
  spec.email = ["phradion@gmail.com"]
13
13
 
14
14
  spec.summary = %q{CLI tool for generating images from user input with LGTM text on it, or fetching images from LGTM.in based on user's query. Finally put the image to clipboard. Support direct image pasting to Github and Slack on MacOSX. Live preview on terminal as well!}
15
- spec.description = %q{This gem is command-line tool for fetching random image from lgtm.in.
16
- It also provide tool to apply LGTM text based on input file/url with smart text colors and positions.
17
- It also support direct clipboard paste to github's comment box or Slack on MacOSX.
15
+ spec.description = %q{Render LGTM image or fetch randomly from LGTM.in. Live Terminal Preview.
16
+ Smart text colors and positions. Support direct clipboard paste to github's comment box or Slack on MacOSX.
18
17
  Live preview on terminal as well!}
19
18
  spec.homepage = "http://github.com/phradion/lgtm_hd"
20
19
  spec.license = "MIT"
@@ -1,3 +1,3 @@
1
1
  module LgtmHD
2
- VERSION = "0.3.0".freeze
2
+ VERSION = "0.3.1".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lgtm_hd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Huy Dinh
@@ -157,9 +157,8 @@ dependencies:
157
157
  - !ruby/object:Gem::Version
158
158
  version: 4.7.0
159
159
  description: |-
160
- This gem is command-line tool for fetching random image from lgtm.in.
161
- It also provide tool to apply LGTM text based on input file/url with smart text colors and positions.
162
- It also support direct clipboard paste to github's comment box or Slack on MacOSX.
160
+ Render LGTM image or fetch randomly from LGTM.in. Live Terminal Preview.
161
+ Smart text colors and positions. Support direct clipboard paste to github's comment box or Slack on MacOSX.
163
162
  Live preview on terminal as well!
164
163
  email:
165
164
  - phradion@gmail.com