gem_constructor 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/bin/constructor CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "rubygems"
4
- require File.expand_path("../", __FILE__) + "/../lib/constructor"
4
+ require File.expand_path("../", __FILE__) + "/../lib/gem_constructor"
5
5
 
6
6
  lib_name = ARGV[0]
7
- Constructor.construct(lib_name)
7
+ GemConstructor.construct(lib_name)
@@ -1,3 +1,3 @@
1
1
  module GemConstructor
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Red Davis