architect4r 0.3.4.1 → 0.3.4.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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- architect4r (0.3.4)
4
+ architect4r (0.3.4.1)
5
5
  activemodel (~> 3.0)
6
6
  json (~> 1.5)
7
7
  typhoeus (~> 0.2)
data/ReleaseNotes.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release Notes
2
2
 
3
+ ## v0.3.4.2
4
+
5
+ * Small bugfix, so the cypher_query() metod does not swallow unknown return data
6
+
3
7
  ## v0.3.4.1
4
8
 
5
9
  * Make source and destination of relationships accessible
@@ -71,6 +71,8 @@ module Architect4r
71
71
  elsif object_hash['self'].match(/node\/\d+$/i)
72
72
  data = GenericNode.send(:build_from_database, object_hash)
73
73
  end
74
+ else
75
+ data = object_hash
74
76
  end
75
77
  data
76
78
  end
@@ -1,3 +1,3 @@
1
1
  module Architect4r
2
- VERSION = "0.3.4.1"
2
+ VERSION = "0.3.4.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: architect4r
3
3
  version: !ruby/object:Gem::Version
4
- hash: 69
4
+ hash: 67
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 4
10
- - 1
11
- version: 0.3.4.1
10
+ - 2
11
+ version: 0.3.4.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Maximilian Schulz
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-11-18 00:00:00 Z
19
+ date: 2011-11-19 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: activemodel