Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Merge 423b7d6 into f8bde77
Browse files Browse the repository at this point in the history
  • Loading branch information
mezis committed Nov 21, 2013
2 parents f8bde77 + 423b7d6 commit 2f13b52
Show file tree
Hide file tree
Showing 5 changed files with 302 additions and 96 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GEM
remote: https://rubygems.org/
remote: http://yarp.dev/
specs:
actionmailer (3.2.14)
actionpack (= 3.2.14)
Expand Down Expand Up @@ -105,7 +105,7 @@ GEM
debug_inspector (0.0.2)
default_value_for (2.0.3)
descendants_tracker (0.0.1)
devise (3.1.0)
devise (3.2.1)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down Expand Up @@ -147,10 +147,10 @@ GEM
railties (>= 3.2, < 5.0)
formatador (0.2.4)
fssm (0.2.10)
gettext (3.0.0)
gettext (3.0.2)
locale (>= 2.0.5)
text
gettext_i18n_rails (0.10.1)
gettext_i18n_rails (1.0.2)
fast_gettext (>= 0.4.8)
gherkin (2.12.1)
multi_json (~> 1.3)
Expand Down Expand Up @@ -214,7 +214,7 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
locale (2.0.8)
locale (2.0.9)
lumberjack (1.0.4)
machinist (2.0)
mail (2.5.4)
Expand All @@ -223,8 +223,8 @@ GEM
memcachier (0.0.2)
method_source (0.8.2)
mime-types (1.25)
mini_portile (0.5.1)
multi_json (1.8.0)
mini_portile (0.5.2)
multi_json (1.8.2)
multi_test (0.0.2)
multi_xml (0.5.5)
multipart-post (1.2.0)
Expand All @@ -250,7 +250,7 @@ GEM
omniauth-oauth2 (1.1.1)
oauth2 (~> 0.8.0)
omniauth (~> 1.0)
orm_adapter (0.4.0)
orm_adapter (0.5.0)
pg (0.17.0)
poltergeist (1.1.2)
capybara (~> 2.0.1)
Expand Down Expand Up @@ -325,10 +325,10 @@ GEM
redcarpet (3.0.0)
rest-client (1.6.7)
mime-types (>= 1.16)
roadie (2.4.1)
roadie (2.4.2)
actionmailer (> 3.0.0, < 5.0.0)
css_parser (~> 1.3.4)
nokogiri (> 1.5.0, < 1.7.0)
nokogiri (> 1.5.0)
sprockets
rspec (2.14.1)
rspec-core (~> 2.14.0)
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
require File.expand_path('../config/application', __FILE__)

require 'rake_ext/raven'
require 'gettext_i18n_rails/tasks'

AppFab::Application.load_tasks

0 comments on commit 2f13b52

Please sign in to comment.