diff options
| author | jpl | 2016-07-12 09:23:57 +0200 | 
|---|---|---|
| committer | jpl | 2016-07-12 09:23:57 +0200 | 
| commit | af6e05da63384cead988cb7165d13ff0b19d60bd (patch) | |
| tree | 688fcf843e9b89ea83521258094e706db7e5223b | |
| parent | c98b30a42901e90fa36b83b88574b85b4f998f28 (diff) | |
| download | chouette-core-af6e05da63384cead988cb7165d13ff0b19d60bd.tar.bz2 | |
adding i18n-tasks
| -rw-r--r-- | Gemfile | 1 | ||||
| -rw-r--r-- | Gemfile.lock | 18 | 
2 files changed, 19 insertions, 0 deletions
| @@ -151,6 +151,7 @@ end  # I18n  gem 'rails-i18n', '~> 4.0.0'  gem 'devise-i18n' +gem 'i18n-tasks'  # Rails Assets  source 'http://rails-assets.org' do diff --git a/Gemfile.lock b/Gemfile.lock index 1182be34b..5e76888fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,6 +128,10 @@ GEM      docile (1.1.5)      dr-ffi-proj4 (0.0.3)        ffi (>= 1.0.0) +    easy_translate (0.5.0) +      json +      thread +      thread_safe      enumerize (0.10.1)        activesupport (>= 3.2)      erubis (2.7.0) @@ -187,6 +191,14 @@ GEM      hitimes (1.2.2)      hitimes (1.2.2-java)      i18n (0.7.0) +    i18n-tasks (0.8.6) +      activesupport +      easy_translate (>= 0.5.0) +      erubis +      highline +      i18n +      term-ansicolor +      terminal-table (>= 1.5.1)      inherited_resources (1.6.0)        actionpack (>= 3.2, < 5)        has_scope (~> 0.6.0.rc) @@ -427,15 +439,20 @@ GEM        activesupport (>= 3.0)        polyamorous (~> 1.1.0)      temple (0.7.7) +    term-ansicolor (1.3.2) +      tins (~> 1.0) +    terminal-table (1.6.0)      therubyracer (0.12.2)        libv8 (~> 3.16.14.0)        ref      thor (0.19.1) +    thread (0.2.2)      thread_safe (0.3.5)      thread_safe (0.3.5-java)      tilt (1.4.1)      timers (4.0.1)        hitimes +    tins (1.10.2)      transpec (3.1.0)        activesupport (>= 3.0, < 5.0)        astrolabe (~> 1.2) @@ -508,6 +525,7 @@ DEPENDENCIES    google-analytics-rails    guard    guard-rspec +  i18n-tasks    inherited_resources    jbuilder (~> 2.0)    jquery-rails (~> 3.1.4) | 
