shutl_resource 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -79,7 +79,7 @@ module Shutl::Resource
79
79
  end
80
80
 
81
81
  def attributes
82
- (instance_variables).inject({}.with_indifferent_access) do |h, var|
82
+ (instance_variables- [:@errors, :@pagination]).inject({}.with_indifferent_access) do |h, var|
83
83
  h.merge( { var.to_s.gsub('@','').to_sym => instance_variable_get(var)})
84
84
  end
85
85
  end
@@ -1,5 +1,5 @@
1
1
  module Shutl
2
2
  module Resource
3
- VERSION = '1.3.3'
3
+ VERSION = '1.3.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shutl_resource
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: