latinchart 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,7 +38,7 @@ opts.each do |opt, arg|
38
38
  print_help
39
39
  exit
40
40
  end
41
- puts Latinchart::MAPPING[arg].chart
41
+ Latinchart::MAPPING[arg].chart
42
42
  else
43
43
  print_help
44
44
  end
@@ -1,3 +1,3 @@
1
1
  module Latinchart
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: latinchart
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Steven G. Harms