From 058e349e86cc3ae71727ae0ffea94807e3976932 Mon Sep 17 00:00:00 2001 From: Ana Date: Sun, 29 Nov 2015 00:11:24 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be1633b66..7714df0ef 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ Frontend tools used include [SCSS](http://sass-lang.com/) over [Foundation](http Prerequisites: install git, ImageMagick, Ruby 2.2.3, bundler gem, ghostscript and PostgreSQL (>=9.4). ``` -cd participacion +git clone https://github.com/consul/consul.git +cd consul bundle install cp config/database.yml.example config/database.yml cp config/secrets.yml.example config/secrets.yml From fcbffc8396967617da4951e124b4441528afddef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Sun, 29 Nov 2015 21:24:13 +0100 Subject: [PATCH 2/3] updates repo name in README --- README_ES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ES.md b/README_ES.md index 62f20efe8..e8f7289d3 100644 --- a/README_ES.md +++ b/README_ES.md @@ -27,7 +27,7 @@ Las herramientas utilizadas para el frontend no están cerradas aún. Los estilo Prerequisitos: tener instalado git, ImageMagick, Ruby 2.2.3, la gema `bundler`, ghostscript y PostgreSQL (9.4 o superior). ``` -cd participacion +cd consul bundle install cp config/database.yml.example config/database.yml cp config/secrets.yml.example config/secrets.yml From 9f984879f164984dd3b5e4d221ba1288955837c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Sun, 29 Nov 2015 21:27:24 +0100 Subject: [PATCH 3/3] updates foundation_rails_helper --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7d178e7e4..e3088b30d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,11 +165,11 @@ GEM foundation-rails (5.5.3.2) railties (>= 3.1.0) sass (>= 3.3.0, < 3.5) - foundation_rails_helper (1.0.0) - actionpack (~> 4.1, >= 4.1.1) - activemodel (~> 4.1, >= 4.1.1) - activesupport (~> 4.1, >= 4.1.1) - railties (~> 4.1, >= 4.1.1) + foundation_rails_helper (1.1.0) + actionpack (~> 4.1) + activemodel (~> 4.1) + activesupport (~> 4.1) + railties (~> 4.1) tzinfo (~> 1.2, >= 1.2.2) fuubar (2.0.0) rspec (~> 3.0)