appbombado_startae 0.1.6 → 0.1.7

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: 6cc6698e0c29f7edd17b83455a88def21af516b4
4
- data.tar.gz: d63b403e82186594b31950f01f68b592b46d3877
3
+ metadata.gz: ce001d9f035ca476d3aefb691d6af99ae6be96b0
4
+ data.tar.gz: 17fc1167d19650337fe59d1c82d63ad4be746b13
5
5
  SHA512:
6
- metadata.gz: b1397d0f376f6476e70a66c62a27558c7323a4c182ccb267371bd25467c55cf13dc821779809ffa16bdaf41d11da864c472527d8c076a57ce944e5a02827c9f7
7
- data.tar.gz: a3e8d11a791793dd3e4e9c0cacb22dcda3886100849df26b06f0200905642b33fa679bf9aa2f9ecb636b6c3b08efdb774b0126fa09679a8440ac94c8a04ad17b
6
+ metadata.gz: 2ac9aa0535f23c1dc37d2d9172a6420e76a704a1ffb601bef524129d32b086b81cb095edfa2197978b23166670c9964c92f93baf5dec3a73ec38442a46f0579e
7
+ data.tar.gz: ad0a3d3c94fbb6c6db2e0094c28f0807d936637368d1c9b8ef70ebe628e4a60ceb7aaa3b851fcae505bf4ffbc6cd223cd5e3121c3c6caccb7d728ff97f2bc984
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.6"
11
+ gem "appbombado_startae", "~> 0.1.7"
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.6"
26
+ Gemfile -> gem "appbombado_startae", "~> 0.1.7"
27
27
 
28
28
 
29
29
  bundle install
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
@@ -5,11 +5,14 @@ class AppbombadoGenerator < Rails::Generators::Base
5
5
  def generate_appbombado
6
6
 
7
7
 
8
- run "brew install postgresql"
8
+
9
9
 
10
10
  remove_file "Gemfile"
11
11
  copy_file "Gemfile"
12
+ run "brew install postgresql"
12
13
  run "bundle install"
14
+ run "bundle install"
15
+
13
16
 
14
17
  remove_file "config/database.yml"
15
18
  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.17.0'
7
+ gem 'pg'
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.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas