neuron-client 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -51,7 +51,7 @@ module Neuron
51
51
  end
52
52
 
53
53
  def destroy
54
- self.class.connection.delete("#{superclass.resources_name}/#{id}")
54
+ self.class.connection.delete("#{self.class.superclass.resources_name}/#{id}")
55
55
  end
56
56
 
57
57
  def self.included(base)
@@ -1,5 +1,5 @@
1
1
  module Neuron
2
2
  module Client
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neuron-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 2
10
- version: 0.2.2
9
+ - 3
10
+ version: 0.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - RMM Online
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-08 00:00:00 -05:00
18
+ date: 2011-09-20 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency