codepath 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/codepath.gemspec CHANGED
@@ -1,10 +1,10 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  $:.push File.expand_path("../lib", __FILE__)
3
- require "codepath/version"
3
+ require "codepath"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "codepath"
7
- s.version = Codepath::VERSION
7
+ s.version = CodePath::VERSION
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["lucapette"]
10
10
  s.email = ["lucapette@gmail.com"]
@@ -1,5 +1,7 @@
1
1
  class CodePath
2
2
 
3
+ VERSION='0.0.2'
4
+
3
5
  def initialize(code_dir)
4
6
  @code_dir = code_dir
5
7
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: codepath
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - lucapette
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-02 00:00:00 +02:00
13
+ date: 2011-05-03 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -42,7 +42,6 @@ files:
42
42
  - codepath.gemspec
43
43
  - lib/codepath.rb
44
44
  - lib/codepath/codepath.rb
45
- - lib/codepath/version.rb
46
45
  - spec/codepath_spec.rb
47
46
  - spec/spec_helper.rb
48
47
  has_rdoc: true
@@ -1,3 +0,0 @@
1
- module Codepath
2
- VERSION = "0.0.1"
3
- end