appbombado_startae 0.1.0 → 0.1.1

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: c3a0ff4cff03515562cb291665dab5592517e220
4
- data.tar.gz: b57c79f7ed7af9b901a529ae3a09c91ad5c44ff0
3
+ metadata.gz: 39647ae418feea2d82e1e1087dd407186d9db48a
4
+ data.tar.gz: 1ca746380b32eb4278089c51bbf96ada468d2d38
5
5
  SHA512:
6
- metadata.gz: 24faaba63d50f4af159a9120dbe31f3dc752ff15f3950bc1069b3380c17aeeec9fda88a52e15b5554df804f05bbb0b1239992413dd914035036a3dc84b56950f
7
- data.tar.gz: 8b0506801e616cf26e682e3ca3eab80f874a273b81c3bcf3548ad5df562f94f2d2e5c1ce3529e8587ba79676c3357aa4d34901a61dcc2d0f488010cd4a5f431d
6
+ metadata.gz: 3d286eeb0b61a0a827302a561b289798689756983c1fa61cbcae4d0a5f56e7534a235c0df64dc89f7104b067ecc2b10bde1a3ea33ef7aa9f9440eb2935df92a7
7
+ data.tar.gz: 11f7da4af5e8847550ff8b9c9547828ba3a0cb81de30a589ecbf35923d0738afa36b31ec1685e243ad18138956ac37c70ad6dc044e4f252158c98e685a44764a
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.0"
11
+ gem "appbombado_startae", "~> 0.1.1"
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.0"
26
+ Gemfile -> gem "appbombado_startae", "~> 0.1.1"
27
27
 
28
28
 
29
29
  bundle install
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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', require: false
56
+ gem 'simplecov', '~> 0.7.1'
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas