dynarex 1.0.24 → 1.0.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/dynarex.rb +2 -1
  2. metadata +1 -1
@@ -143,7 +143,8 @@ EOF
143
143
  # dynarex.create name: Bob, age: 52
144
144
 
145
145
  def create(arg, id=nil)
146
-
146
+
147
+ rebuild_doc()
147
148
  methods = {Hash: :hash_create, String: :create_from_line}
148
149
  send (methods[arg.class.to_s.to_sym]), arg, id
149
150
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: dynarex
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.24
5
+ version: 1.0.25
6
6
  platform: ruby
7
7
  authors: []
8
8