mddb 0.0.17 → 0.0.18

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.
Files changed (3) hide show
  1. data/lib/mddb/runner.rb +2 -1
  2. data/lib/mddb/version.rb +1 -1
  3. metadata +1 -1
@@ -39,9 +39,10 @@ module Mddb
39
39
  complete += 1
40
40
  rescue
41
41
  failed += 1
42
- puts " Models (#{i}/#{model_count}) => #{k} #{complete}/#{object_count} Failed: #{failed}"
42
+ print "\r Models (#{i}/#{model_count}) => #{k} #{complete}/#{object_count} Failed: #{failed}"
43
43
  end
44
44
  end
45
+ print "\n"
45
46
  end
46
47
  begin
47
48
  puts " Running Frame Calculations"
@@ -1,3 +1,3 @@
1
1
  module Mddb
2
- VERSION = "0.0.17"
2
+ VERSION = "0.0.18"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mddb
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.17
5
+ version: 0.0.18
6
6
  platform: ruby
7
7
  authors:
8
8
  - Thomas Mulvaney