Install gem 'translator-text' to conect with MicrosoftTranslation Service
API Wrapper for the Microsoft Translator Text API 3.0
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -49,6 +49,7 @@ gem "savon", "~> 2.12.0"
|
|||||||
gem "sitemap_generator", "~> 6.0.1"
|
gem "sitemap_generator", "~> 6.0.1"
|
||||||
gem "social-share-button", "~> 1.1"
|
gem "social-share-button", "~> 1.1"
|
||||||
gem "sprockets", "~> 3.7.2"
|
gem "sprockets", "~> 3.7.2"
|
||||||
|
gem "translator-text", "~> 0.1.0"
|
||||||
gem "turbolinks", "~> 2.5.3"
|
gem "turbolinks", "~> 2.5.3"
|
||||||
gem "turnout", "~> 2.4.0"
|
gem "turnout", "~> 2.4.0"
|
||||||
gem "uglifier", "~> 4.1.2"
|
gem "uglifier", "~> 4.1.2"
|
||||||
|
|||||||
33
Gemfile.lock
33
Gemfile.lock
@@ -168,6 +168,31 @@ GEM
|
|||||||
devise (>= 4.0)
|
devise (>= 4.0)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
docile (1.3.1)
|
docile (1.3.1)
|
||||||
|
dry-configurable (0.7.0)
|
||||||
|
concurrent-ruby (~> 1.0)
|
||||||
|
dry-container (0.6.0)
|
||||||
|
concurrent-ruby (~> 1.0)
|
||||||
|
dry-configurable (~> 0.1, >= 0.1.3)
|
||||||
|
dry-core (0.4.7)
|
||||||
|
concurrent-ruby (~> 1.0)
|
||||||
|
dry-equalizer (0.2.1)
|
||||||
|
dry-inflector (0.1.2)
|
||||||
|
dry-logic (0.4.2)
|
||||||
|
dry-container (~> 0.2, >= 0.2.6)
|
||||||
|
dry-core (~> 0.2)
|
||||||
|
dry-equalizer (~> 0.2)
|
||||||
|
dry-struct (0.5.1)
|
||||||
|
dry-core (~> 0.4, >= 0.4.3)
|
||||||
|
dry-equalizer (~> 0.2)
|
||||||
|
dry-types (~> 0.13)
|
||||||
|
ice_nine (~> 0.11)
|
||||||
|
dry-types (0.13.3)
|
||||||
|
concurrent-ruby (~> 1.0)
|
||||||
|
dry-container (~> 0.3)
|
||||||
|
dry-core (~> 0.4, >= 0.4.4)
|
||||||
|
dry-equalizer (~> 0.2)
|
||||||
|
dry-inflector (~> 0.1, >= 0.1.2)
|
||||||
|
dry-logic (~> 0.4, >= 0.4.2)
|
||||||
email_spec (2.1.1)
|
email_spec (2.1.1)
|
||||||
htmlentities (~> 4.3.3)
|
htmlentities (~> 4.3.3)
|
||||||
launchy (~> 2.1)
|
launchy (~> 2.1)
|
||||||
@@ -223,6 +248,9 @@ GEM
|
|||||||
highline (2.0.0)
|
highline (2.0.0)
|
||||||
html_tokenizer (0.0.7)
|
html_tokenizer (0.0.7)
|
||||||
htmlentities (4.3.4)
|
htmlentities (4.3.4)
|
||||||
|
httparty (0.17.0)
|
||||||
|
mime-types (~> 3.0)
|
||||||
|
multi_xml (>= 0.5.2)
|
||||||
httpi (2.4.4)
|
httpi (2.4.4)
|
||||||
rack
|
rack
|
||||||
socksify
|
socksify
|
||||||
@@ -237,6 +265,7 @@ GEM
|
|||||||
parser (>= 2.2.3.0)
|
parser (>= 2.2.3.0)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
terminal-table (>= 1.5.1)
|
terminal-table (>= 1.5.1)
|
||||||
|
ice_nine (0.11.2)
|
||||||
initialjs-rails (0.2.0.5)
|
initialjs-rails (0.2.0.5)
|
||||||
railties (>= 3.1, < 6.0)
|
railties (>= 3.1, < 6.0)
|
||||||
invisible_captcha (0.10.0)
|
invisible_captcha (0.10.0)
|
||||||
@@ -493,6 +522,9 @@ GEM
|
|||||||
tilt (2.0.8)
|
tilt (2.0.8)
|
||||||
tins (1.16.3)
|
tins (1.16.3)
|
||||||
tomlrb (1.2.7)
|
tomlrb (1.2.7)
|
||||||
|
translator-text (0.1.0)
|
||||||
|
dry-struct (~> 0.5.0)
|
||||||
|
httparty (~> 0.15)
|
||||||
turbolinks (2.5.4)
|
turbolinks (2.5.4)
|
||||||
coffee-rails
|
coffee-rails
|
||||||
turnout (2.4.1)
|
turnout (2.4.1)
|
||||||
@@ -614,6 +646,7 @@ DEPENDENCIES
|
|||||||
spring (~> 2.0.1)
|
spring (~> 2.0.1)
|
||||||
spring-commands-rspec (~> 1.0.4)
|
spring-commands-rspec (~> 1.0.4)
|
||||||
sprockets (~> 3.7.2)
|
sprockets (~> 3.7.2)
|
||||||
|
translator-text (~> 0.1.0)
|
||||||
turbolinks (~> 2.5.3)
|
turbolinks (~> 2.5.3)
|
||||||
turnout (~> 2.4.0)
|
turnout (~> 2.4.0)
|
||||||
uglifier (~> 4.1.2)
|
uglifier (~> 4.1.2)
|
||||||
|
|||||||
Reference in New Issue
Block a user