logical_model 0.3.2 → 0.3.3
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.
- data/VERSION +1 -1
- data/lib/logical_model.rb +1 -1
- data/logical_model.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.3
|
data/lib/logical_model.rb
CHANGED
|
@@ -450,7 +450,7 @@ class LogicalModel
|
|
|
450
450
|
end
|
|
451
451
|
if response.code == 201
|
|
452
452
|
log_ok(response)
|
|
453
|
-
if self.
|
|
453
|
+
if self.respond_to?('id=')
|
|
454
454
|
self.id = ActiveSupport::JSON.decode(response.body)["id"]
|
|
455
455
|
end
|
|
456
456
|
elsif response.code == 400
|
data/logical_model.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logical_model
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -330,7 +330,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
330
330
|
version: '0'
|
|
331
331
|
segments:
|
|
332
332
|
- 0
|
|
333
|
-
hash:
|
|
333
|
+
hash: 192595283
|
|
334
334
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
335
335
|
none: false
|
|
336
336
|
requirements:
|