oklog-api 1.0.0 → 1.0.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: 2ade0502599e017e35719e5ab72d43a7d496c1cbe831f4de48dba5096d103ea7
4
- data.tar.gz: d2c926c063c82f889ecaaebe78cbd1e165d77d655d048e0e4362402a2f98d0ef
3
+ metadata.gz: f468540a179051ed9326203d33b4e7faff744e8fbff2210df61a4d9a24b2a3f0
4
+ data.tar.gz: 24b4fc5c116b544aed399a3bcf26d63192b90aa9de240f469dc62d85c32ff755
5
5
  SHA512:
6
- metadata.gz: 01535c9bc906254cbea3ad0664bdaeb306ca6db8c999dc0f275b9b12cd6539e9552519206d411000db5f6188fd20340a8990666f984f76a80f1e95283fce3b2f
7
- data.tar.gz: 4832f39fb0f6e4bae1141ff181b3e15df4d0657f5e17b03e95e3c885ba1169acdb429280c15c56a12f92e2623c70737cfbc478a2e64a39067e7813e8baba8101
6
+ metadata.gz: 91b2bf365c86fb07fe06f8bc4a111434f9208486bddc369deefee69fd40859d9ff6aa9885113b793cfc4611feb937112a66c4080169ca121668e92cae33cb2de
7
+ data.tar.gz: 3f66b4c56bfeb9aae806d7d45d32a462aef0977b3f71ab3b8e5f01bac39a913bbc8b884fa616ed5af14b3cb2b4681dc2d24f8d01ca147e1367488c4a7b66f848
@@ -1,3 +1,3 @@
1
1
  module OklogApi
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oklog-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Osetrov
@@ -121,7 +121,7 @@ files:
121
121
  - lib/generators/oklog_api/install/templates/oklog_api.yml
122
122
  - lib/oklog-api.rb
123
123
  - lib/oklog-api/api_request.rb
124
- - lib/oklog-api/rail_locator_api_error.rb
124
+ - lib/oklog-api/oklog_api_error.rb
125
125
  - lib/oklog-api/request.rb
126
126
  - lib/oklog-api/response.rb
127
127
  - lib/oklog-api/version.rb