hyper-resource 1.0.0.lap80 → 1.0.0.lap81

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.
@@ -100,7 +100,7 @@
100
100
  </div>
101
101
 
102
102
  <div id="footer">
103
- Generated on Tue Jun 5 23:13:52 2018 by
103
+ Generated on Sun Jun 10 23:18:41 2018 by
104
104
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
105
105
  0.9.13 (ruby-2.5.1).
106
106
  </div>
@@ -62,6 +62,13 @@ module HyperRecord
62
62
 
63
63
  ### high level api
64
64
 
65
+ # check if record has been changed
66
+ #
67
+ # @return boolean
68
+ def changed?
69
+ @changed_properties != {}
70
+ end
71
+
65
72
  # destroy record, success is assumed
66
73
  #
67
74
  # @return nil
@@ -1,5 +1,5 @@
1
1
  module Hyperloop
2
2
  module Resource
3
- VERSION = '1.0.0.lap80'
3
+ VERSION = '1.0.0.lap81'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyper-resource
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.lap80
4
+ version: 1.0.0.lap81
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Biedermann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-07 00:00:00.000000000 Z
11
+ date: 2018-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opal