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 +2 -2
- data/lib/codepath/codepath.rb +2 -0
- metadata +2 -3
- data/lib/codepath/version.rb +0 -3
data/codepath.gemspec
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
$:.push File.expand_path("../lib", __FILE__)
|
3
|
-
require "codepath
|
3
|
+
require "codepath"
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "codepath"
|
7
|
-
s.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"]
|
data/lib/codepath/codepath.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: codepath
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
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-
|
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
|
data/lib/codepath/version.rb
DELETED