cwlog_tail 0.0.1 → 0.0.2

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: 7416170f5e17d7d1d8fb2857504a3484924c2d37
4
- data.tar.gz: b8aef91a8605e8ca27f1906aa04473e52e23a6bb
3
+ metadata.gz: 87861cb65c0da5a96f72e0f1614ce9d408a0abfc
4
+ data.tar.gz: f91dc8400b75c35a9c809837eea0fb5fee6a4d02
5
5
  SHA512:
6
- metadata.gz: ee5408cc5858692fb94cdc9e90c0999a1a1c0762ba870d1a4d39cae5fdf7a0b105cd9b1897e8db05f0c3ff392c2c7bba6c2dd910c4c1030158464a31089fed67
7
- data.tar.gz: 47250ef816e90e0df7c7e445dbf9d56261116a29a63fc7378d4ce4e4a760ebf43ea8e2a13a2ec232f29289ea454356566eaa236bf6594babf3de4e4dc2f0cfc6
6
+ metadata.gz: 1d1afa411826702a316093662b577b8372d9210d6fb32c05111c2d21cc7ac259d7b35e7eeb96d2756fadaf156ab72ff48811e5f8a7b3c63fd2b098badefc5356
7
+ data.tar.gz: c9b6fb271af2d8c28ec84a6789970570fe788ce75a335981adc067bd931333f44646f7c71510b3f7bace2f99b6ee7f6ffac5a0b80e863c7f06f197dc89ce7a8e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cwlog_tail (0.0.1)
4
+ cwlog_tail (0.0.2)
5
5
  aws-sdk (~> 2.8)
6
6
  peco_selector (~> 1.0)
7
7
 
data/lib/cwlog_tail.rb CHANGED
@@ -8,7 +8,7 @@ module CwlogTail
8
8
  end
9
9
 
10
10
  def self.lines
11
- idx = ARGV.index('-l') || ARGV.index('--lines')
11
+ idx = ARGV.index('-n') || ARGV.index('--lines')
12
12
  if idx.nil?
13
13
  nil
14
14
  else
@@ -1,3 +1,3 @@
1
1
  module CwlogTail
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cwlog_tail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomoki Yamashita