umlify 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,7 @@ module Umlify
36
36
 
37
37
  else
38
38
  puts "umlifying"
39
- if files = get_files_from_dir(ARGV[0])
39
+ if files = get_files_from_dir(@args[0])
40
40
  puts "about to parse..."
41
41
  @parser = Parser.new files
42
42
 
@@ -1,3 +1,3 @@
1
1
  module Umlify
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: umlify
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.0
5
+ version: 0.3.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Sokol