oare 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -184,7 +184,7 @@ module Oare::Resource
184
184
  path = path_options.delete(:path)
185
185
  prefix_options = path_options
186
186
  return collection_path(id, prefix_options, query_options) unless path
187
- "/#{path}/#{URI.escape id.to_s}.#{format.extension}#{query_string(query_options)}"
187
+ "/#{path}.#{format.extension}#{query_string(query_options)}"
188
188
  end
189
189
 
190
190
  end # Class Methods
data/oare.gemspec CHANGED
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
5
5
  ## Basic Information
6
6
  #
7
7
  s.name = 'oare'
8
- s.version = '0.1.7'
8
+ s.version = '0.1.8'
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.required_ruby_version = '~> 1.9'
11
11
  s.required_rubygems_version = '>= 1.3.6'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: oare
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.7
5
+ version: 0.1.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nelvin Driz