appbombado_startae 0.1.8 → 0.1.9

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: 5b0eb22dca6206ccbb22e8940af5e069dbb557bb
4
- data.tar.gz: a5da2cd485cbca79dbd71667b2c2af0cfd469af1
3
+ metadata.gz: b666a706f9d36e9b0a2879fe996ebaa47695b694
4
+ data.tar.gz: 26d9e2e6d80ef59c008dbdb250e48d1b50ca65d3
5
5
  SHA512:
6
- metadata.gz: a044f39dd8baa82064d421c0be8469e09af8409297257cc97ff28eb726ca4a1734f30ec0ef3757610690dd8a58f7679a0aab78d0d068f20c5f1aff94788bb5a7
7
- data.tar.gz: 2a5d20b406704b60ecee878c476e74a68d8d58178edf50f6c9d9212c90649a84967d6bdc52e746803128499c10224181ba3a54a5ffc994b1c2fbeec5a898ced7
6
+ metadata.gz: e3defd4c68e888db1fb858d56db86549dcb00ab1fb942ed5dc2d3bb63fabfcf014214a4bb58225b7205b89e0c595da4d3f94a2de5e1143fc13709ef0759810d5
7
+ data.tar.gz: 1a71dcc8e18835e1e3ef429d24f61a59f2dba90b37d80a31a62688d23126ee80b8d281661e19c2b88d3bf451783a962f4e54df8c27fd96c03a01d12605cd30d9
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.8"
11
+ gem "appbombado_startae", "~> 0.1.9"
12
12
 
13
13
  And then execute:
14
14
 
@@ -22,9 +22,13 @@ Or install it yourself as:
22
22
 
23
23
  rails new 'nome_do_app'
24
24
 
25
+ rvm use 2.0
26
+
27
+ brew install postgresql
28
+
29
+ bundle update
25
30
 
26
- Gemfile -> gem "appbombado_startae", "~> 0.1.8"
27
-
31
+ Gemfile -> gem "appbombado_startae", "~> 0.1.9"
28
32
 
29
33
  bundle install
30
34
 
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
@@ -6,15 +6,12 @@ def generate_appbombado
6
6
 
7
7
 
8
8
 
9
- run "rvm use 2.0"
10
-
11
- run "brew install postgresql"
12
-
13
- run "bundle update"
14
-
9
+
10
+
15
11
  remove_file "Gemfile"
16
12
  copy_file "Gemfile"
17
13
  run "bundle install"
14
+ run "bundle install"
18
15
 
19
16
 
20
17
  remove_file "config/database.yml"
@@ -40,7 +40,7 @@ gem 'kaminari', '~> 0.14.1'
40
40
 
41
41
 
42
42
  # urls
43
- gem "friendly_id", "~> 5.0.1"
43
+ gem 'friendly_id', '~> 5.0.1'
44
44
 
45
45
  group :production do
46
46
  gem 'rails_12factor'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appbombado_startae
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas