ps_yandex_translator 0.1.4 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3359f831349a099e0afd23ec795fe22c900fa8de
4
- data.tar.gz: ccf22eb70dd7ee17422311f00e17348b6ff8e3a0
3
+ metadata.gz: d9bc4b0ca421371a0a75f2bbff514da67ce256d8
4
+ data.tar.gz: 2e0142ab0e26bbe1b09271a0207d38872b35df5d
5
5
  SHA512:
6
- metadata.gz: abace7273ba00a1c8f9db407ad6a4cb90d9f1df7c4e678099f20e13d6ca97d8f04c2897e2f0fb9e5773ba5abd4b9a8f9208c2cf18fed3e29e8debeb6c1df398b
7
- data.tar.gz: ba0ff1f5f2260cf9abaec6c364e7818d438e3b6d38d2bcb80e6cb5eca0160074d27be3cabcea5ad06bcddddb5664018ee34de9c748c6793767157df25e3c6741
6
+ metadata.gz: b1e109c3963bf51df7d966bab9c4f73ad6a7e3e26f40341abc6283a70f2da1e28128cf65a188e89b7296123c60a749389c01dea1097717d6a3bcfd0fcd27a8fe
7
+ data.tar.gz: b4ef45db54be94392d80070d79f4d10c552cca1abf2d053b47ae41158c2905d38fe710f1e4bfdf803fe74b535e8f6fd2dedfa1726eae331262ba04f16eaeb013
@@ -3,7 +3,7 @@ module YandexTranslator
3
3
  class InstallGenerator < Rails::Generators::Base
4
4
  source_root(File.expand_path(File.dirname(__FILE__)))
5
5
  def copy_initializer
6
- copy_file 'conf.rb', 'config/initializers/yandex_translator.rb'
6
+ copy_file 'conf.rb', 'config/initializers/ps_yandex_translator.rb'
7
7
  end
8
8
  end
9
9
  end
@@ -1,7 +1,7 @@
1
1
  require "json"
2
2
  require "net/http"
3
3
  require "faraday"
4
- require "yandex_translator/api_yandex_translator_error"
4
+ require "ps_yandex_translator/api_yandex_translator_error"
5
5
 
6
6
  class ApiYandexTranslatorConnect
7
7
 
@@ -1,3 +1,3 @@
1
1
  module YandexTranslator
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -1,5 +1,5 @@
1
- require "yandex_translator/version"
2
- require "yandex_translator/api_yandex_translator_connect"
1
+ require "ps_yandex_translator/version"
2
+ require "ps_yandex_translator/api_yandex_translator_connect"
3
3
 
4
4
  module YandexTranslator
5
5
 
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'yandex_translator/version'
4
+ require 'ps_yandex_translator/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "ps_yandex_translator"
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = 'api yandex translator'
13
13
  spec.description = 'yandex translator'
14
- spec.homepage = 'https://github.com/sidorenko1986pa/yandex_translator'
14
+ spec.homepage = 'https://github.com/sidorenko1986pa/ps_yandex_translator'
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ps_yandex_translator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - FoX
@@ -83,14 +83,14 @@ files:
83
83
  - Rakefile
84
84
  - bin/console
85
85
  - bin/setup
86
- - lib/generators/yandex_translator/conf.rb
87
- - lib/generators/yandex_translator/install_generator.rb
88
- - lib/yandex_translator.rb
89
- - lib/yandex_translator/api_yandex_translator_connect.rb
90
- - lib/yandex_translator/api_yandex_translator_error.rb
91
- - lib/yandex_translator/version.rb
86
+ - lib/generators/ps_yandex_translator/conf.rb
87
+ - lib/generators/ps_yandex_translator/install_generator.rb
88
+ - lib/ps_yandex_translator.rb
89
+ - lib/ps_yandex_translator/api_yandex_translator_connect.rb
90
+ - lib/ps_yandex_translator/api_yandex_translator_error.rb
91
+ - lib/ps_yandex_translator/version.rb
92
92
  - yandex_translator.gemspec
93
- homepage: https://github.com/sidorenko1986pa/yandex_translator
93
+ homepage: https://github.com/sidorenko1986pa/ps_yandex_translator
94
94
  licenses:
95
95
  - MIT
96
96
  metadata: {}