appbombado_startae 0.1.2 → 0.1.3

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: c4144af2b4216a91a75b0bfdd391d00ec3d5fdc0
4
- data.tar.gz: ca1a49faee6b89e954ac1a20b0e3eb1e8ad1218e
3
+ metadata.gz: 2d8f7521d32f5ee0508c345ef9105cd3b88c4b9b
4
+ data.tar.gz: b53405be27fe8bb103373ae41304bff1a1c3ef97
5
5
  SHA512:
6
- metadata.gz: 2f44238d37a2bf0cf1afc5ed4df44b0c44a6fc1e55a8e9c031eb284e8596fd52c37ff9fc2537fc72911c38fe8842fae84688cf211fc23801ac9d077be30a9305
7
- data.tar.gz: 1bfee4c129101010560be73cbaee3cf0616a970a7258cbf4982a842428d16ad2a320e8b25ed5518293fd889f509c29c2b12291ccb9e6d3e9f2a838c286ebd102
6
+ metadata.gz: ace87fd2336f005c2e7466ecc87982cede2ebaee6cda7222d71c40a6c05807a83a492ff4b882b38de2519b172cad4eb6ebd8e77f8466abdf8d6d101285adde57
7
+ data.tar.gz: 1ce66aa591ea6d13f8a77038eb4391b40d4b95aae80bf09ac668230fa9eac211369d79e657736b4f2aef3338817066a96597f3a56dd90ca010ef6b414dc48a97
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.2"
11
+ gem "appbombado_startae", "~> 0.1.3"
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.2"
26
+ Gemfile -> gem "appbombado_startae", "~> 0.1.3"
27
27
 
28
28
 
29
29
  bundle install
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -53,7 +53,6 @@ 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
57
56
  gem 'start'
58
57
  gem 'guard'
59
58
  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.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas