yandex_dictionary_api 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/yandex_dictionary_api/version.rb +1 -1
- data/spec/spec_yandex_dictionary_api.rb +1 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f9c835b9cc0741f42dba426d310bfaa77121474
|
4
|
+
data.tar.gz: f878976334d57a150fdca6275d6c4c071d594855
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: affb3812762a9beb034d7ee85a36c6673d5278e584eab97eb65dd0ad55f2ddf593eb72390dbd824dc8c63e10768385fe37af89bd160b14b9114167e705a7ccd6
|
7
|
+
data.tar.gz: d42a05377318ef4e00d17db55679a3466bf25f99530267b5c9ff54bab0d0732ef310b61061e71acb79dab03f06281edcf91ddc3f97e4461cce38243642427531
|
@@ -1,10 +1,9 @@
|
|
1
1
|
require "spec_helper"
|
2
|
-
require "/home/user/git/dictionary/config/initializers/constants"
|
3
2
|
|
4
3
|
describe YandexDictionaryApi do
|
5
4
|
|
6
5
|
before do
|
7
|
-
$interface = YandexDictionaryApi::ApiInterface.new(
|
6
|
+
$interface = YandexDictionaryApi::ApiInterface.new(ENV["API_KEY"])
|
8
7
|
end
|
9
8
|
|
10
9
|
it "should return a list of supported languages" do
|