epo-ops 0.2.5 → 0.2.6
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/.gitignore +0 -3
- data/lib/epo/ops/bibliographic_document.rb +1 -1
- data/lib/epo/ops/register.rb +2 -2
- data/lib/epo/ops/token_store.rb +1 -1
- data/lib/epo/ops/version.rb +2 -1
- metadata +3 -4
- data/.travis.yml +0 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 486c2b78a9d96a95206df411f2414bb58387f873
|
|
4
|
+
data.tar.gz: f512f54574ac9b6a98905545e24e0917ae59f333
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddca9237f9e562cd45901b8bbd4ae4b2c5b4f5fc460e6b3f4de7406415b8791ba0157e978d9b0dfb8b49803540ddd97c4042ae633058897594815570354736b9
|
|
7
|
+
data.tar.gz: 19cfcb49c74da598b5e6e8e5290e83b09e025ad253fcdbe9425b8a461a2afbfefcabbafb11e1bde971fe67e915185d4c50e7b1ee8af4593876725b3b4d98f6ba
|
data/.gitignore
CHANGED
|
@@ -27,7 +27,7 @@ module Epo
|
|
|
27
27
|
|
|
28
28
|
# @return [String] The URL at which you can query the original document.
|
|
29
29
|
def url
|
|
30
|
-
@url ||= "https://ops.epo.org/
|
|
30
|
+
@url ||= "https://ops.epo.org/#{Epo::Ops::API_VERSION}/rest-services/register/application/epodoc/#{application_nr}"
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
# @return [String] the english title of the patent @note Titles are
|
data/lib/epo/ops/register.rb
CHANGED
|
@@ -7,7 +7,7 @@ require 'epo/ops/ipc_class_util'
|
|
|
7
7
|
|
|
8
8
|
module Epo
|
|
9
9
|
module Ops
|
|
10
|
-
# Access to the {http://ops.epo.org/3.
|
|
10
|
+
# Access to the {http://ops.epo.org/3.2/rest-services/register register}
|
|
11
11
|
# endpoint of the EPO OPS API.
|
|
12
12
|
#
|
|
13
13
|
# By now you can search and retrieve patents by using the type `application`
|
|
@@ -145,7 +145,7 @@ module Epo
|
|
|
145
145
|
end
|
|
146
146
|
|
|
147
147
|
def self.register_api_string
|
|
148
|
-
|
|
148
|
+
"/#{Epo::Ops::API_VERSION}/rest-services/register/"
|
|
149
149
|
end
|
|
150
150
|
end
|
|
151
151
|
end
|
data/lib/epo/ops/token_store.rb
CHANGED
data/lib/epo/ops/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: epo-ops
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Max Kießling
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: exe
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2017-07-04 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -174,7 +174,6 @@ extensions: []
|
|
|
174
174
|
extra_rdoc_files: []
|
|
175
175
|
files:
|
|
176
176
|
- ".gitignore"
|
|
177
|
-
- ".travis.yml"
|
|
178
177
|
- Gemfile
|
|
179
178
|
- LICENSE
|
|
180
179
|
- README.md
|
|
@@ -216,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
216
215
|
version: '0'
|
|
217
216
|
requirements: []
|
|
218
217
|
rubyforge_project:
|
|
219
|
-
rubygems_version: 2.5.
|
|
218
|
+
rubygems_version: 2.5.2
|
|
220
219
|
signing_key:
|
|
221
220
|
specification_version: 4
|
|
222
221
|
summary: Ruby interface to the European Patent Office API (OPS)
|