appbombado_startae 0.1.7 → 0.1.8

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: ce001d9f035ca476d3aefb691d6af99ae6be96b0
4
- data.tar.gz: 17fc1167d19650337fe59d1c82d63ad4be746b13
3
+ metadata.gz: 5b0eb22dca6206ccbb22e8940af5e069dbb557bb
4
+ data.tar.gz: a5da2cd485cbca79dbd71667b2c2af0cfd469af1
5
5
  SHA512:
6
- metadata.gz: 2ac9aa0535f23c1dc37d2d9172a6420e76a704a1ffb601bef524129d32b086b81cb095edfa2197978b23166670c9964c92f93baf5dec3a73ec38442a46f0579e
7
- data.tar.gz: ad0a3d3c94fbb6c6db2e0094c28f0807d936637368d1c9b8ef70ebe628e4a60ceb7aaa3b851fcae505bf4ffbc6cd223cd5e3121c3c6caccb7d728ff97f2bc984
6
+ metadata.gz: a044f39dd8baa82064d421c0be8469e09af8409297257cc97ff28eb726ca4a1734f30ec0ef3757610690dd8a58f7679a0aab78d0d068f20c5f1aff94788bb5a7
7
+ data.tar.gz: 2a5d20b406704b60ecee878c476e74a68d8d58178edf50f6c9d9212c90649a84967d6bdc52e746803128499c10224181ba3a54a5ffc994b1c2fbeec5a898ced7
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.7"
11
+ gem "appbombado_startae", "~> 0.1.8"
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.7"
26
+ Gemfile -> gem "appbombado_startae", "~> 0.1.8"
27
27
 
28
28
 
29
29
  bundle install
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
@@ -6,13 +6,16 @@ def generate_appbombado
6
6
 
7
7
 
8
8
 
9
-
9
+ run "rvm use 2.0"
10
+
11
+ run "brew install postgresql"
12
+
13
+ run "bundle update"
14
+
10
15
  remove_file "Gemfile"
11
16
  copy_file "Gemfile"
12
- run "brew install postgresql"
13
- run "bundle install"
14
17
  run "bundle install"
15
-
18
+
16
19
 
17
20
  remove_file "config/database.yml"
18
21
  template "database.yml", "config/database.yml"
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas
@@ -17,7 +17,7 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - .gitignore
20
+ - ".gitignore"
21
21
  - Gemfile
22
22
  - LICENSE.txt
23
23
  - README.md
@@ -45,12 +45,12 @@ require_paths:
45
45
  - lib
46
46
  required_ruby_version: !ruby/object:Gem::Requirement
47
47
  requirements:
48
- - - '>='
48
+ - - ">="
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - '>='
53
+ - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  requirements: []