umlify 1.2.4 → 1.2.5

Sign up to get free protection for your applications and to get access to all the features.
data/lib/umlify/runner.rb CHANGED
@@ -43,7 +43,7 @@ module Umlify
43
43
  image = download_image
44
44
  save_to_file image
45
45
 
46
- puts 'http://yuml.me'+@diagram.get_uri if @debug_mode
46
+ puts 'http://yuml.me'+@diagram.get_uri if @html_mode
47
47
  puts "Saved in uml.png"
48
48
  else
49
49
  puts "No ruby files in the directory"
@@ -1,3 +1,3 @@
1
1
  module Umlify
2
- VERSION = "1.2.4"
2
+ VERSION = "1.2.5"
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: 1.2.4
5
+ version: 1.2.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Sokol