kelredd-resourceful 0.5.4 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -187,7 +187,6 @@ module Resourceful
187
187
  def self.set_agent
188
188
  klass_name = ""
189
189
  self.ancestors.each do |anc|
190
- p anc
191
190
  if @@agent[anc.to_s]
192
191
  klass_name = anc.to_s
193
192
  break
@@ -3,7 +3,7 @@ module Resourceful
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 5
6
- TINY = 4
6
+ TINY = 5
7
7
 
8
8
  def self.to_s # :nodoc:
9
9
  [MAJOR, MINOR, TINY].join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kelredd-resourceful
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelly Redding