ocean-rails 1.27.6 → 1.28.0
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 +4 -4
- data/lib/ocean/api.rb +1 -1
- data/lib/ocean/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 86f15406680ea96527ed7fce898b536b5fd58639
|
|
4
|
+
data.tar.gz: 28264628ddf1b97d1438559a11d6b456586de6a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6048ac02ed7e428b8ace6ebf2cd4ab76772e7a97822b7c78afe7892a122acf961b24cada1aab68651149bcb9ef4e76c2e6bcc59a48761763c903f1c9a29b26d5
|
|
7
|
+
data.tar.gz: c18bf6e4ae4d369610f82f186b06d9fdc2d43df0fda46c1c8ed1f3ad168798fe56f6a3d661a177892bc0d2b86c687f33f51eaa241c11a3c5febb721916f4821b
|
data/lib/ocean/api.rb
CHANGED
|
@@ -182,7 +182,7 @@ class Api
|
|
|
182
182
|
# This escapes BAN request paths, which is needed as they are regexes.
|
|
183
183
|
#
|
|
184
184
|
def self.escape(path)
|
|
185
|
-
URI.escape(path, Regexp.new("[
|
|
185
|
+
URI.escape(path, Regexp.new("[^/\\-+_.!~*'()\\[\\]a-zA-Z0-9]"))
|
|
186
186
|
end
|
|
187
187
|
|
|
188
188
|
|
data/lib/ocean/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ocean-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.28.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Bengtson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2014-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -310,7 +310,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
310
310
|
version: '0'
|
|
311
311
|
requirements: []
|
|
312
312
|
rubyforge_project:
|
|
313
|
-
rubygems_version: 2.
|
|
313
|
+
rubygems_version: 2.1.10
|
|
314
314
|
signing_key:
|
|
315
315
|
specification_version: 4
|
|
316
316
|
summary: This gem implements common Ocean behaviour for Ruby and Ruby on Rails.
|