colorls 1.0.2 → 1.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: 6111898dcc815561d1f642bdfbf229da293e1d1a
4
- data.tar.gz: 46467d6a033487130582a72b21a08ab4b440bbdb
3
+ metadata.gz: f6da7691b9d29ca945f486b6b252fefbd30a98ec
4
+ data.tar.gz: 534c6537b498588133678f4ad11fbdca3ec83170
5
5
  SHA512:
6
- metadata.gz: efbe661feeced06b0587f696840a2b6e7ce42548c705506fb10dd4259c3b2a42d9b4465dbcc33f46b3345efda026380abd1216d53424cbfdb975a4ce2dc13101
7
- data.tar.gz: bfc8ec9ff29fd9776495e75317d643440d0342e716eeb346900b81f46b039981bb3d1c42b9b8998e3e20750a9d6d182514dad0c3c3f7cd1d0e95cfaa6e9c05e7
6
+ metadata.gz: 1b1704cb88421eaa21e20fd2c9825644fc04279cf970fa5c90512efbc0c66d25879fbafa71c72e5e24926fd822b88259e3c841a7697fb0499e6b975b050a75a2
7
+ data.tar.gz: 40a99c3daeacd5f97e8fe12186932316e74e94b03f7fcbdb62586420429b30652d2d225089cf27a500f1279a8804c4ed83a043be1fa741360970364fb152ef6f
data/colorls.gemspec CHANGED
@@ -12,6 +12,8 @@ ColorLS::POST_INSTALL_MESSAGE = %(
12
12
 
13
13
  Clubbed flags : `colorls -ald` works
14
14
  Help menu : `colorls -h` provides all possible flag options
15
+
16
+ Tab completion enabled for flags
15
17
  *******************************************************************
16
18
  ).freeze
17
19
 
@@ -1,3 +1,3 @@
1
1
  module ColorLS
2
- VERSION = '1.0.2'.freeze
2
+ VERSION = '1.0.3'.freeze
3
3
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: colorls
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
  - Athitya Kumar
@@ -192,6 +192,7 @@ files:
192
192
  - lib/colorls/flags.rb
193
193
  - lib/colorls/load_from_yaml.rb
194
194
  - lib/colorls/version.rb
195
+ - lib/tab_complete.sh
195
196
  - lib/yaml/dark_colors.yaml
196
197
  - lib/yaml/file_aliases.yaml
197
198
  - lib/yaml/files.yaml
@@ -208,7 +209,6 @@ files:
208
209
  - readme/usage7.png
209
210
  - readme/usage8.png
210
211
  - readme/usage9.png
211
- - tab_complete.sh
212
212
  homepage: https://github.com/athityakumar/colorls
213
213
  licenses:
214
214
  - MIT
@@ -224,6 +224,8 @@ post_install_message: |2
224
224
 
225
225
  Clubbed flags : `colorls -ald` works
226
226
  Help menu : `colorls -h` provides all possible flag options
227
+
228
+ Tab completion enabled for flags
227
229
  *******************************************************************
228
230
  rdoc_options: []
229
231
  require_paths: