appbombado_startae 0.1.1 → 0.1.2

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: 39647ae418feea2d82e1e1087dd407186d9db48a
4
- data.tar.gz: 1ca746380b32eb4278089c51bbf96ada468d2d38
3
+ metadata.gz: c4144af2b4216a91a75b0bfdd391d00ec3d5fdc0
4
+ data.tar.gz: ca1a49faee6b89e954ac1a20b0e3eb1e8ad1218e
5
5
  SHA512:
6
- metadata.gz: 3d286eeb0b61a0a827302a561b289798689756983c1fa61cbcae4d0a5f56e7534a235c0df64dc89f7104b067ecc2b10bde1a3ea33ef7aa9f9440eb2935df92a7
7
- data.tar.gz: 11f7da4af5e8847550ff8b9c9547828ba3a0cb81de30a589ecbf35923d0738afa36b31ec1685e243ad18138956ac37c70ad6dc044e4f252158c98e685a44764a
6
+ metadata.gz: 2f44238d37a2bf0cf1afc5ed4df44b0c44a6fc1e55a8e9c031eb284e8596fd52c37ff9fc2537fc72911c38fe8842fae84688cf211fc23801ac9d077be30a9305
7
+ data.tar.gz: 1bfee4c129101010560be73cbaee3cf0616a970a7258cbf4982a842428d16ad2a320e8b25ed5518293fd889f509c29c2b12291ccb9e6d3e9f2a838c286ebd102
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.1"
11
+ gem "appbombado_startae", "~> 0.1.2"
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.1"
26
+ Gemfile -> gem "appbombado_startae", "~> 0.1.2"
27
27
 
28
28
 
29
29
  bundle install
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -6,7 +6,7 @@ def generate_appbombado
6
6
 
7
7
  remove_file "Gemfile"
8
8
  copy_file "Gemfile"
9
- run "bundle install"
9
+ run "bundle install --full-index"
10
10
 
11
11
  remove_file "config/database.yml"
12
12
  template "database.yml", "config/database.yml"
@@ -53,7 +53,7 @@ group :development do
53
53
  gem 'binding_of_caller', '~> 0.7.1'
54
54
  gem 'xray-rails', '~> 0.1.6'
55
55
  gem 'ffaker'
56
- gem 'simplecov', '~> 0.7.1'
56
+ gem 'simplecov', '~> 0.7.1', require: false
57
57
  gem 'start'
58
58
  gem 'guard'
59
59
  gem 'guard-livereload'
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas