dynarex 1.0.0 → 1.0.1

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 (2) hide show
  1. data/lib/dynarex.rb +1 -2
  2. metadata +1 -1
@@ -27,7 +27,6 @@ class Dynarex
27
27
 
28
28
  def add(x)
29
29
  @doc.add x
30
- puts 'docccc : ' + @doc.xml
31
30
  load_records
32
31
  self
33
32
  end
@@ -453,4 +452,4 @@ end))
453
452
  end
454
453
  end
455
454
 
456
- end
455
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynarex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors: []
7
7