Skip to content

Commit

Permalink
build using rails_apps_composer 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKehoe committed Aug 26, 2012
1 parent c4d1485 commit f777e82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -76,15 +76,15 @@ GEM
factory_girl (~> 4.0.0)
railties (>= 3.0.0)
ffi (1.1.5)
gherkin (2.11.1)
gherkin (2.11.2)
json (>= 1.4.6)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.4)
jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0)
jquery-rails (2.1.1)
railties (>= 3.1.0, < 5.0)
thor (~> 0.14)
json (1.7.4)
json (1.7.5)
launchy (2.1.2)
addressable (~> 2.3)
libwebsocket (0.1.5)
Expand Down Expand Up @@ -137,7 +137,7 @@ GEM
railties (>= 3.0)
rspec (~> 2.11.0)
rubyzip (0.9.9)
sass (3.2.0)
sass (3.2.1)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
Expand All @@ -152,7 +152,7 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6)
thor (0.15.4)
thor (0.16.0)
tilt (1.3.3)
treetop (1.4.10)
polyglot
Expand Down
9 changes: 4 additions & 5 deletions app/views/layouts/application.html.erb
@@ -1,12 +1,11 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Rails3 Devise Rspec Cucumber</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="description" content=""/>
<meta name="author" content=""/>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
Expand Down

0 comments on commit f777e82

Please sign in to comment.