gif2lgtm 1.0.2 → 1.0.3

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
  SHA256:
3
- metadata.gz: e5388cb7478bae21133224fcc65511c06dc59b31ca38e45c38c56008bb22bdad
4
- data.tar.gz: c329ce88b7f1abf2e88e578a1458c2e7acfae1c9999e11f57ac66e589614ce81
3
+ metadata.gz: da53041d1c2274b8e1c803b12dd2ceb8abf18880563d201e36cec41841350d2f
4
+ data.tar.gz: dcdc0401a32744c787a0f61c7200173012419fdf08f7d835700b44fa152321c0
5
5
  SHA512:
6
- metadata.gz: e420fa0bb8d00a44c84d755fd33b9813113b32c6e02c1d1902f69e4cdf69f8391891aa4f68b0a33d2a2cf725f446badc27850b7f8ee7574eda39bde975ba50a7
7
- data.tar.gz: 20771362a35a5bc84dd459daf5386860c3d8bfb3674530e24d45887664ae827caf2989bcee160b9636c063d7c88eaaacae1cb8c1e25dadb5eb103db53cba3cca
6
+ metadata.gz: c8abb95a79b9523a5b63b8c90d219bf3cb5f52154873b06b2cb69d3dbb7c40e7d36338fb09aa98393b3510721996ad8ef6d61aace4d3bf991938c1aa6bc21e23
7
+ data.tar.gz: fd5ac127985b7e131b6d0a978e82d546138c4f274d20730a8d5e61a75e7352d6161274fc5334debb55fce9ed994e829a4aa40be2e7c4e8314aff395935f5d922
data/README.md CHANGED
@@ -14,9 +14,11 @@ install it yourself as:
14
14
  $ gem install gif2lgtm
15
15
 
16
16
  ## Usage
17
+ Pass the file path to the command. Not only gif but also jpeg and png can be created.
17
18
 
18
- TODO: Write usage instructions here
19
+ $ gif2lgtm start bar.gif
19
20
 
21
+ Only this. The lgtm-image is generated in the same location as the passed file.
20
22
  ## Development
21
23
 
22
24
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
data/lib/gif2lgtm/cli.rb CHANGED
@@ -2,7 +2,7 @@ require 'thor'
2
2
 
3
3
  module Gif2lgtm
4
4
  class Cli < Thor
5
- desc "start", 'Gif to LGTM.'
5
+ desc 'start ./bar.gif', 'Pass the file path.'
6
6
  def start(image)
7
7
  ext = File.extname(image).delete('.').upcase
8
8
 
@@ -1,3 +1,3 @@
1
1
  module Gif2lgtm
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gif2lgtm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - iavivai
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-25 00:00:00.000000000 Z
11
+ date: 2019-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler