activeresource 5.1.0 → 5.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ba8858054bdc522433ffd05850eb3246ef21e3aee7ffab4aec2590ebe8eedfd
4
- data.tar.gz: e52b3454a54fb9c6a97176da0464556ae645a3f7e0a8370fb0342dc3e9795eb1
3
+ metadata.gz: 9e0cde8f42f06f37aa13a7098b9a1e828aac34c90971a62f4c9a1a7fcf529ce7
4
+ data.tar.gz: 11e7f85a7c565de83cb5248d8ee35783b343b8714e8ed9adcf08462f8aaceeda
5
5
  SHA512:
6
- metadata.gz: f716f552fb861f8aadc6ddcaf5265076d905d0428b3fdb368b52a21030b1ba33acd148c8dd548801f5f7fe2cf13a3c94055079ae22a378d9ad26b56cb244df3a
7
- data.tar.gz: d7103ae2decdd750363b186ef5895eb18a04f4450b9815f98b74d0391445acaa3eae1084a53f0bff1774be7dca88cadd19bde4849f864a093bb6213d06879da9
6
+ metadata.gz: 133f4a82c31d9c925bc1c04a304c63e03982d45aa51b97d7e9ba580a433579802fb811a32009d40ebb7fc84e947fe65c60fd658b2cebb2f2f4c724efc536f528
7
+ data.tar.gz: 0f0042b3b644fe8584d34403913f2e11363a684fe438d536303871baaed2a98f26319b0e1dcd036364b42597b48e76c5713a627ea4431a2b2ec9263fce98b3a6
@@ -772,7 +772,7 @@ module ActiveResource
772
772
  check_prefix_options(prefix_options)
773
773
 
774
774
  prefix_options, query_options = split_options(prefix_options) if query_options.nil?
775
- "#{prefix(prefix_options)}#{collection_name}/#{URI.parser.escape id.to_s}#{format_extension}#{query_string(query_options)}"
775
+ "#{prefix(prefix_options)}#{collection_name}/#{URI.encode_www_form_component(id.to_s)}#{format_extension}#{query_string(query_options)}"
776
776
  end
777
777
 
778
778
  # Gets the element url for the given ID in +id+. If the +query_options+ parameter is omitted, Rails
@@ -4,7 +4,7 @@ module ActiveResource
4
4
  module VERSION #:nodoc:
5
5
  MAJOR = 5
6
6
  MINOR = 1
7
- TINY = 0
7
+ TINY = 1
8
8
  PRE = nil
9
9
 
10
10
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeresource
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-02 00:00:00.000000000 Z
11
+ date: 2020-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -150,8 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
150
  - !ruby/object:Gem::Version
151
151
  version: '0'
152
152
  requirements: []
153
- rubyforge_project:
154
- rubygems_version: 2.7.6
153
+ rubygems_version: 3.2.0.pre1
155
154
  signing_key:
156
155
  specification_version: 4
157
156
  summary: REST modeling framework (part of Rails).