diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-01 22:07:34 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-01 22:07:34 -0700 |
| commit | 34f2499335c21717f6e8a5bd1e7f68234c38ba6f (patch) | |
| tree | 610c408205e63bc3b93cd4e615a81bf25d002cf9 /Gemfile.lock | |
| parent | 43b4f0cab83fbeaa5ed51c5c1058d0b4629bc14a (diff) | |
add i18n tasks to deal with translations.
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index b9f9874c..c17213ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,6 +130,10 @@ GEM dotenv (~> 1.0) dotenv-rails (1.0.2) dotenv (= 1.0.2) + easy_translate (0.5.0) + json + thread + thread_safe ejs (1.1.1) email_validator (1.5.0) activemodel @@ -230,6 +234,7 @@ GEM groupdate (2.3.0) activesupport (>= 3) hashie (2.0.5) + highline (1.6.21) hike (1.2.3) http (0.6.3) http_parser.rb (~> 0.6.0) @@ -240,6 +245,15 @@ GEM httpi (2.3.0) rack i18n (0.7.0) + i18n-tasks (0.7.11) + activesupport + easy_translate (>= 0.5.0) + erubis + highline + i18n + slop (~> 3.5) + term-ansicolor + terminal-table inflecto (0.0.2) ipaddress (0.8.0) jbuilder (2.2.6) @@ -388,9 +402,14 @@ GEM net-ssh (>= 2.8.0) teaspoon (0.8.0) railties (>= 3.2.5, < 5) + term-ansicolor (1.3.0) + tins (~> 1.0) + terminal-table (1.4.5) thor (0.19.1) + thread (0.1.4) thread_safe (0.3.4) tilt (1.4.1) + tins (1.3.3) turbolinks (2.5.3) coffee-rails twitter (5.13.0) @@ -468,6 +487,7 @@ DEPENDENCIES gibbon github-markdown groupdate + i18n-tasks jbuilder (~> 2.0) jquery-rails jquery-turbolinks |
