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 +4 -4
- data/lgtm_hd.gemspec +2 -3
- data/lib/lgtm_hd/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52cf76894dd0611d67f0a86d421599fead3b48cb
|
4
|
+
data.tar.gz: 11383fd01b6c327a106078043958819fa485e069
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d54b0214b83006454b4b04c8e8a683b251068c49a74c52dbc9b99f19df5472974c34302e612ed875d1a5a652e6c97a9f1855a666348ceaf172bfdacf9b63d1a3
|
7
|
+
data.tar.gz: f7fe21eb3296679ef1b7ecc7d3603d47ba7f88d11f59fca102e9e6819d77e854f5cfa126b86f403d1025c47fd7013ff380d8a62e48bd430aa8ddc177bf667921
|
data/lgtm_hd.gemspec
CHANGED
@@ -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{
|
16
|
-
|
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"
|
data/lib/lgtm_hd/version.rb
CHANGED
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.
|
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
|
-
|
161
|
-
|
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
|