Install gem 'translator-text' to conect with MicrosoftTranslation Service

API Wrapper for the Microsoft Translator Text API 3.0
This commit is contained in:
taitus
2019-01-25 13:44:17 +01:00
committed by voodoorai2000
parent ba9e9887ed
commit f53043ee2a
2 changed files with 34 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ gem "savon", "~> 2.12.0"
gem "sitemap_generator", "~> 6.0.1"
gem "social-share-button", "~> 1.1"
gem "sprockets", "~> 3.7.2"
gem "translator-text", "~> 0.1.0"
gem "turbolinks", "~> 2.5.3"
gem "turnout", "~> 2.4.0"
gem "uglifier", "~> 4.1.2"

View File

@@ -168,6 +168,31 @@ GEM
devise (>= 4.0)
diff-lcs (1.3)
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)
htmlentities (~> 4.3.3)
launchy (~> 2.1)
@@ -223,6 +248,9 @@ GEM
highline (2.0.0)
html_tokenizer (0.0.7)
htmlentities (4.3.4)
httparty (0.17.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
httpi (2.4.4)
rack
socksify
@@ -237,6 +265,7 @@ GEM
parser (>= 2.2.3.0)
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
ice_nine (0.11.2)
initialjs-rails (0.2.0.5)
railties (>= 3.1, < 6.0)
invisible_captcha (0.10.0)
@@ -493,6 +522,9 @@ GEM
tilt (2.0.8)
tins (1.16.3)
tomlrb (1.2.7)
translator-text (0.1.0)
dry-struct (~> 0.5.0)
httparty (~> 0.15)
turbolinks (2.5.4)
coffee-rails
turnout (2.4.1)
@@ -614,6 +646,7 @@ DEPENDENCIES
spring (~> 2.0.1)
spring-commands-rspec (~> 1.0.4)
sprockets (~> 3.7.2)
translator-text (~> 0.1.0)
turbolinks (~> 2.5.3)
turnout (~> 2.4.0)
uglifier (~> 4.1.2)