appbombado_startae 0.1.9 → 0.1.10

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: b666a706f9d36e9b0a2879fe996ebaa47695b694
4
- data.tar.gz: 26d9e2e6d80ef59c008dbdb250e48d1b50ca65d3
3
+ metadata.gz: cbe0ac1b2a5f5dbb80d7d1ee39b73a9e2b941681
4
+ data.tar.gz: cba66c45b51a3a298cf13a3abd7ea93ba060abd5
5
5
  SHA512:
6
- metadata.gz: e3defd4c68e888db1fb858d56db86549dcb00ab1fb942ed5dc2d3bb63fabfcf014214a4bb58225b7205b89e0c595da4d3f94a2de5e1143fc13709ef0759810d5
7
- data.tar.gz: 1a71dcc8e18835e1e3ef429d24f61a59f2dba90b37d80a31a62688d23126ee80b8d281661e19c2b88d3bf451783a962f4e54df8c27fd96c03a01d12605cd30d9
6
+ metadata.gz: 7468b993fd3a186c3589db1533a404f3e88f0807ca518bfcdc4896f615a3c3c6afc1b5e80498470890d996425d2eaeaf83f02d84194bc7d054d95abd26022cde
7
+ data.tar.gz: c312d5f3716fbc97fafe65d0dc956786ab90bd1ca2f736ce6a5147f84d0e579c0ba2c502647c127d53dfe027b381e03f233e12cfbd24d1ee98cb71fb2d901e56
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.9"
11
+ gem "appbombado_startae", "~> 0.1.10"
12
12
 
13
13
  And then execute:
14
14
 
@@ -28,7 +28,7 @@ Or install it yourself as:
28
28
 
29
29
  bundle update
30
30
 
31
- Gemfile -> gem "appbombado_startae", "~> 0.1.9"
31
+ Gemfile -> gem "appbombado_startae", "~> 0.1.10"
32
32
 
33
33
  bundle install
34
34
 
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.10"
3
3
  end
@@ -4,13 +4,10 @@ class AppbombadoGenerator < Rails::Generators::Base
4
4
 
5
5
  def generate_appbombado
6
6
 
7
-
8
-
9
-
10
-
11
7
  remove_file "Gemfile"
12
8
  copy_file "Gemfile"
13
- run "bundle install"
9
+ run "gem install friendly_id"
10
+ run "gem install start"
14
11
  run "bundle install"
15
12
 
16
13
 
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.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas