occi 2.5.8 → 2.5.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -161,7 +161,7 @@ module OCCI
161
161
  text << 'X-OCCI-Attribute: ' + name + '=' + value + "\n"
162
162
  end
163
163
  @actions.each do |action|
164
- _, term = mixin.split('#')
164
+ _, term = action.split('#')
165
165
  text << 'Link: <' + self.location + '?action=' + term + '>;rel=' + action.inspect + "\n"
166
166
  end
167
167
  text
@@ -184,7 +184,7 @@ module OCCI
184
184
  header['X-OCCI-Attribute'] = attributes.join(',') if attributes.any?
185
185
  links = []
186
186
  @actions.each do |action|
187
- _, term = mixin.split('#')
187
+ _, term = action.split('#')
188
188
  links << self.location + '?action=' + term + '>;rel=' + action.inspect
189
189
  end
190
190
  header['Link'] = links.join(',') if links.any?
data/lib/occi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module OCCI
2
- VERSION = "2.5.8" unless defined?(::OCCI::VERSION)
2
+ VERSION = "2.5.9" unless defined?(::OCCI::VERSION)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: occi
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.8
4
+ version: 2.5.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: