cetus 0.0.2 → 0.1.1

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.
@@ -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
- #require 'cetus/version'
4
+ require 'cetus/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "cetus"
8
- spec.version = "0.0.2"
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}
@@ -0,0 +1,5 @@
1
+ require "cetus/version"
2
+
3
+ module Cetus
4
+ # Your code goes here...
5
+ end
@@ -0,0 +1,3 @@
1
+ module Cetus
2
+ VERSION = "0.1.1"
3
+ end
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.0.2
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: -4570660105854537116
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: -4570660105854537116
87
+ hash: 3898393208339945918
86
88
  requirements: []
87
89
  rubyforge_project:
88
90
  rubygems_version: 1.8.25