mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
add tolk to Tracks for easy management of translations. Limited to development
environment only. Need migration. Signed-off-by: Reinier Balt <lrbalt@gmail.com>
This commit is contained in:
parent
a37d10f57a
commit
702c89e754
11 changed files with 5731 additions and 5711 deletions
37
Gemfile.lock
37
Gemfile.lock
|
|
@ -94,7 +94,7 @@ GEM
|
|||
thor (~> 0.14)
|
||||
json (1.7.3)
|
||||
libv8 (3.3.10.4)
|
||||
libwebsocket (0.1.3)
|
||||
libwebsocket (0.1.4)
|
||||
addressable
|
||||
mail (2.4.4)
|
||||
i18n (>= 0.4.0)
|
||||
|
|
@ -135,18 +135,18 @@ GEM
|
|||
rake (0.9.2.2)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
rspec (2.10.0)
|
||||
rspec-core (~> 2.10.0)
|
||||
rspec-expectations (~> 2.10.0)
|
||||
rspec-mocks (~> 2.10.0)
|
||||
rspec-core (2.10.1)
|
||||
rspec-expectations (2.10.0)
|
||||
rspec (2.11.0)
|
||||
rspec-core (~> 2.11.0)
|
||||
rspec-expectations (~> 2.11.0)
|
||||
rspec-mocks (~> 2.11.0)
|
||||
rspec-core (2.11.0)
|
||||
rspec-expectations (2.11.1)
|
||||
diff-lcs (~> 1.1.3)
|
||||
rspec-mocks (2.10.1)
|
||||
rspec-mocks (2.11.1)
|
||||
rubyzip (0.9.9)
|
||||
sanitize (2.0.3)
|
||||
nokogiri (>= 1.4.4, < 1.6)
|
||||
sass (3.1.19)
|
||||
sass (3.1.20)
|
||||
sass-rails (3.2.5)
|
||||
railties (~> 3.2.0)
|
||||
sass (>= 3.1.10)
|
||||
|
|
@ -166,18 +166,22 @@ GEM
|
|||
rails (>= 3.1)
|
||||
therubyracer (0.10.1)
|
||||
libv8 (~> 3.3.10)
|
||||
thor (0.15.3)
|
||||
thor (0.15.4)
|
||||
tilt (1.3.3)
|
||||
tolk (1.3.1)
|
||||
will_paginate
|
||||
ya2yaml (~> 0.26)
|
||||
treetop (1.4.10)
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.33)
|
||||
uglifier (1.2.5)
|
||||
uglifier (1.2.6)
|
||||
execjs (>= 0.3.0)
|
||||
multi_json (~> 1.3)
|
||||
will_paginate (3.0.3)
|
||||
xpath (0.1.4)
|
||||
nokogiri (~> 1.3)
|
||||
ya2yaml (0.31)
|
||||
yard (0.8.2.1)
|
||||
|
||||
PLATFORMS
|
||||
|
|
@ -188,25 +192,26 @@ DEPENDENCIES
|
|||
aasm
|
||||
acts_as_list
|
||||
aruba
|
||||
bcrypt-ruby (~> 3.0.0)
|
||||
bcrypt-ruby
|
||||
capybara
|
||||
coffee-rails (~> 3.2.1)
|
||||
coffee-rails
|
||||
cucumber-rails
|
||||
database_cleaner
|
||||
factory_girl_rails
|
||||
formatize
|
||||
htmlentities
|
||||
jquery-rails
|
||||
mongrel (= 1.2.0.pre2)
|
||||
mongrel (>= 1.2.0.pre2)
|
||||
mysql2
|
||||
rails
|
||||
rails_autolink
|
||||
sanitize
|
||||
sass-rails (~> 3.2.3)
|
||||
sass-rails
|
||||
selenium-webdriver
|
||||
sqlite3
|
||||
swf_fu
|
||||
therubyracer
|
||||
uglifier (>= 1.0.3)
|
||||
tolk
|
||||
uglifier
|
||||
will_paginate
|
||||
yard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue