emot 0.0.2 → 0.0.3

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: 66ba547aa303c075d3cf6f16256bf9fd862d74a6
4
- data.tar.gz: 187c4e9767cc2eac48360f1fb4895675b01d6e04
3
+ metadata.gz: bb3063784c318bbeb4addebdf863edc00901ee6e
4
+ data.tar.gz: f64bcb53969d1a96534f0e37a35418a7acc788d6
5
5
  SHA512:
6
- metadata.gz: 1231081b964d02ca2ed96fc680f7bc7f3a2265312da3873fda11be32a92e4b70c381fa1bf6568cceb2759c273717a8a91e2f1b67e4f3ad250e85545173548609
7
- data.tar.gz: 9472050478305fa94acb441bae06ebb5259b98f383a072cbd11d60f7305caf3811d32d81b7e45e89beeb6829c240cdc1dbb7caa5d05a4afea6c14345791c435d
6
+ metadata.gz: d28a421086a90f6ab8db902944faf96ff210552919abf58c38dca869186e2552b631d3f6fd508ab3d13aa0162205eecd7f42b7ac948384968495fe98885e3916
7
+ data.tar.gz: 611020e9f9ab48826a95550458ade305747c6b97d02870dd067c78f536a14f3c4d9facf2a74487e848926c4e70810494902aed2811cb2855d6a454d58cc34a8f
@@ -36,13 +36,15 @@ module Emot
36
36
  end
37
37
 
38
38
  desc "icons", "show all emoji icons"
39
+ option :inline, aliases:'-i', default:true, type: :boolean
39
40
  def icons
40
- CLI.start(['show', '--only', 'emoji', '--inline', false])
41
+ CLI.start(['show', '--only', 'emoji', '--inline', options[:inline].to_s])
41
42
  end
42
43
 
43
44
  desc "names", "show all available names for emoji"
45
+ option :inline, aliases:'-i', default:false, type: :boolean
44
46
  def names
45
- CLI.start(['show', '--only', 'nameonly'])
47
+ CLI.start(['show', '--only', 'nameonly', '--inline', options[:inline].to_s])
46
48
  end
47
49
 
48
50
  no_tasks do
@@ -1,3 +1,3 @@
1
1
  module Emot
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - kyoendo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-18 00:00:00.000000000 Z
11
+ date: 2014-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor