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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f018c202409347b65b1fed4dae758b50280eac60
4
- data.tar.gz: 98d4435440f9852037edf65be3475334b98636bc
3
+ metadata.gz: 4f9c835b9cc0741f42dba426d310bfaa77121474
4
+ data.tar.gz: f878976334d57a150fdca6275d6c4c071d594855
5
5
  SHA512:
6
- metadata.gz: b8783ebad70308b0115e511b8bca52ab3ff065170d031f2598817e8626dfc93211a50b56d95dbe13d47fd69f46dd61990d2bab2bb2326ffe77312f9ca96b42ae
7
- data.tar.gz: 6f7937130e173bbdb1997c082848c65f443cb0d02ce0f8eb5f61f578d21dd24136083de0aa2c451cb1df0bbfa061bf8aba71f5b589819b026f91c97ab581ddf8
6
+ metadata.gz: affb3812762a9beb034d7ee85a36c6673d5278e584eab97eb65dd0ad55f2ddf593eb72390dbd824dc8c63e10768385fe37af89bd160b14b9114167e705a7ccd6
7
+ data.tar.gz: d42a05377318ef4e00d17db55679a3466bf25f99530267b5c9ff54bab0d0732ef310b61061e71acb79dab03f06281edcf91ddc3f97e4461cce38243642427531
@@ -1,3 +1,3 @@
1
1
  module YandexDictionaryApi
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
@@ -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(Constants::API_KEY)
6
+ $interface = YandexDictionaryApi::ApiInterface.new(ENV["API_KEY"])
8
7
  end
9
8
 
10
9
  it "should return a list of supported languages" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yandex_dictionary_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - IronSerj