appbombado_startae 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9284ec038d058de5b1234690c705838b1ec12c56
4
- data.tar.gz: c7e1e5ee887aa17595d6477b834c3083ccd92669
3
+ metadata.gz: 8fd56c77d500ea5e7a072583914bcc9b019e28af
4
+ data.tar.gz: aaf4248dc57a37288a0050215b238fc2d3a3e629
5
5
  SHA512:
6
- metadata.gz: 6a02e5724413450069d34661e1ddff6999c6d8e236db0daf6bad7e72d4e144ce2fc644495685e458687f880d167ddc7a9f4ed5f6adb24e5262989dbbe16f0378
7
- data.tar.gz: e7e78bfa4e42622e7137668ee884febd98320a88f153536430029b68d1a7e567e320aa27f785c4bb2ba97b5f7effaf8d60d4b5e79ae13ef9e38b11bf7e0b7ca5
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.4"
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.4"
26
+ Gemfile -> gem "appbombado_startae", "~> 0.1.5"
27
27
 
28
28
 
29
29
  bundle install
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -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 --full-index"
12
+ run "bundle install"
10
13
 
11
14
  remove_file "config/database.yml"
12
15
  template "database.yml", "config/database.yml"
@@ -4,7 +4,7 @@ ruby '2.0.0'
4
4
  gem 'rails', '~>4.0.0'
5
5
 
6
6
  # database
7
- gem 'pg', '~>0.16.0'
7
+ gem 'pg', '~>0.17.0'
8
8
 
9
9
  # assets
10
10
  gem 'sass-rails', '~>4.0.0'
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.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas