appbombado_startae 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8fd56c77d500ea5e7a072583914bcc9b019e28af
|
4
|
+
data.tar.gz: aaf4248dc57a37288a0050215b238fc2d3a3e629
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50e6224722731342959bdc4a4643898ab9e25e70a7046eb36e8adfd078aac936ec192c1afb3ac883a547abbed39aae3fdb8518db315e2a087e91b48c07f43844
|
7
|
+
data.tar.gz: 874bdf8e8a77caf244e4ea0e9e87f5db6c24299873b025efd1fb1170d14ae4d8192444c668aefc91f9432aad4432f40ae8bde0e85f99dd4a0709313a50b1da49
|
data/README.md
CHANGED
@@ -8,7 +8,7 @@ Versão inicial de APP para alunos Startaê
|
|
8
8
|
|
9
9
|
Add this line to your application's Gemfile:
|
10
10
|
|
11
|
-
gem "appbombado_startae", "~> 0.1.
|
11
|
+
gem "appbombado_startae", "~> 0.1.5"
|
12
12
|
|
13
13
|
And then execute:
|
14
14
|
|
@@ -23,7 +23,7 @@ Or install it yourself as:
|
|
23
23
|
rails new 'nome_do_app'
|
24
24
|
|
25
25
|
|
26
|
-
Gemfile -> gem "appbombado_startae", "~> 0.1.
|
26
|
+
Gemfile -> gem "appbombado_startae", "~> 0.1.5"
|
27
27
|
|
28
28
|
|
29
29
|
bundle install
|
@@ -4,9 +4,12 @@ class AppbombadoGenerator < Rails::Generators::Base
|
|
4
4
|
|
5
5
|
def generate_appbombado
|
6
6
|
|
7
|
+
|
8
|
+
run "brew install postgresql"
|
9
|
+
|
7
10
|
remove_file "Gemfile"
|
8
11
|
copy_file "Gemfile"
|
9
|
-
run "bundle install
|
12
|
+
run "bundle install"
|
10
13
|
|
11
14
|
remove_file "config/database.yml"
|
12
15
|
template "database.yml", "config/database.yml"
|