restfully 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -195,7 +195,7 @@ module Restfully
195
195
  end
196
196
 
197
197
  def complete?
198
- if property.reject{|k,v| [HIDDEN_TYPE_KEY, "id", "name"].include?(k)}.empty? && links.find(&:self?)
198
+ if property.reject{|k,v| [HIDDEN_TYPE_KEY, "id", "name", "type"].include?(k)}.empty? && links.find(&:self?)
199
199
  false
200
200
  else
201
201
  true
@@ -1,3 +1,3 @@
1
1
  module Restfully
2
- VERSION = "1.0.7"
2
+ VERSION = "1.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restfully
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-26 00:00:00.000000000 Z
12
+ date: 2014-06-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -394,3 +394,4 @@ test_files:
394
394
  - spec/restfully/resource_spec.rb
395
395
  - spec/restfully/session_spec.rb
396
396
  - spec/spec_helper.rb
397
+ has_rdoc: