minigen 0.0.2 → 0.0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,5 @@
1
1
  module Minigen
2
2
 
3
- # Really needed
4
- LIBDIR = File.dirname(__FILE__)
5
-
6
3
  # Various methods to create the project skel
7
4
  class Generator
8
5
 
data/lib/minigen.rb CHANGED
@@ -1,3 +1,6 @@
1
+ # Really needed
2
+ LIBDIR = File.dirname(__FILE__)
3
+
1
4
  require 'fileutils'
2
5
 
3
6
  dir = File.dirname(File.expand_path(__FILE__))
@@ -8,6 +11,6 @@ require "minigen/generator"
8
11
 
9
12
  module Minigen
10
13
 
11
- VERSION = "0.0.2"
14
+ VERSION = "0.0.2.1"
12
15
 
13
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minigen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: