cetus 0.0.2 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/cetus.gemspec +2 -2
- data/lib/cetus.rb +5 -0
- data/lib/cetus/version.rb +3 -0
- metadata +5 -3
data/cetus.gemspec
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
# coding: utf-8
|
2
2
|
lib = File.expand_path('../lib', __FILE__)
|
3
3
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
|
4
|
+
require 'cetus/version'
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "cetus"
|
8
|
-
spec.version =
|
8
|
+
spec.version = Cetus::VERSION
|
9
9
|
spec.authors = ["Rahul Kumar"]
|
10
10
|
spec.email = ["sentinel1879@gmail.com"]
|
11
11
|
spec.description = %q{lightning fast file navigator}
|
data/lib/cetus.rb
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cetus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -58,6 +58,8 @@ files:
|
|
58
58
|
- Rakefile
|
59
59
|
- bin/cetus.rb
|
60
60
|
- cetus.gemspec
|
61
|
+
- lib/cetus.rb
|
62
|
+
- lib/cetus/version.rb
|
61
63
|
homepage: http://github.com/rkumar/cetus
|
62
64
|
licenses:
|
63
65
|
- MIT
|
@@ -73,7 +75,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
73
75
|
version: '0'
|
74
76
|
segments:
|
75
77
|
- 0
|
76
|
-
hash:
|
78
|
+
hash: 3898393208339945918
|
77
79
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
78
80
|
none: false
|
79
81
|
requirements:
|
@@ -82,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
84
|
version: '0'
|
83
85
|
segments:
|
84
86
|
- 0
|
85
|
-
hash:
|
87
|
+
hash: 3898393208339945918
|
86
88
|
requirements: []
|
87
89
|
rubyforge_project:
|
88
90
|
rubygems_version: 1.8.25
|