cetus 0.1.29 → 0.1.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +16 -0
  3. data/README.md +2 -0
  4. data/bin/cetus +714 -269
  5. data/cetus.gemspec +4 -3
  6. metadata +2 -2
data/cetus.gemspec CHANGED
@@ -1,11 +1,12 @@
1
1
  # coding: utf-8
2
- lib = File.expand_path('../lib', __FILE__)
2
+
3
+ # lib = File.expand_path('../lib', __FILE__)
4
+ lib = File.expand_path('lib', __dir__)
3
5
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- #require 'cetus/version'
5
6
 
6
7
  Gem::Specification.new do |spec|
7
8
  spec.name = 'cetus'
8
- spec.version = '0.1.29'
9
+ spec.version = '0.1.32'
9
10
  spec.authors = ['Rahul Kumar']
10
11
  spec.email = ['oneness.univ@gmail.com']
11
12
  spec.description = %q{lightning fast file navigator}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cetus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.29
4
+ version: 0.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rahul Kumar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-24 00:00:00.000000000 Z
11
+ date: 2019-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler