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

Commit

Permalink
Merge 939ffa2 into f8bde77
Browse files Browse the repository at this point in the history
  • Loading branch information
mezis committed Nov 21, 2013
2 parents f8bde77 + 939ffa2 commit b5ecf89
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 94 deletions.
16 changes: 8 additions & 8 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 @@ -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 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 b5ecf89

Please sign in to comment.