latinchart 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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