appbombado_startae 0.1.11 → 0.1.12

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: da60dc9cc5d34be6940124d34156e01ab02f6926
4
- data.tar.gz: 41e9eacfbdd55513461db37dcb5feb8ce328d66e
3
+ metadata.gz: ddc501d49b06ea91f6d09064f5ab46ad0c0b809f
4
+ data.tar.gz: bcf0bd1a1a521eb0b26fa317e0d036c40fc3a5b9
5
5
  SHA512:
6
- metadata.gz: bc7bea752358b3b8994372cf2fbead0dc3af009844c37aaa39ebcd2b6a0c6b3e48bf0e122f3b301ca0c167d146e27365679c79bb03391f96c5f01a6f42f92734
7
- data.tar.gz: f82b33ea4840eddfa3816263da2b75fb87a6ef41961afb17f635047971dc5b994b904f48dd32a64be33ba54876fde359369ecef285c01aafc2d01aae0f172913
6
+ metadata.gz: e5fdc9185cbe4c62e255f1d557e1994e2e491c0ac9c3429378d73d3c7b34142a511294ecfafc53b0a57f824e316e6c243bc1766d3d6f5ccd1026280ac1b0b629
7
+ data.tar.gz: 7dff91eebf5889214ae7d2bd3019ed16cf46ae8724af685dad9d0fbb9a010c3de6cc29a63f31fbe7a35c548d1ca8a7defbd3ebdfc1c12e24d0a2cbb43b0d7e22
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.11"
11
+ gem "appbombado_startae", "~> 0.1.12"
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.11"
31
+ Gemfile -> gem "appbombado_startae", "~> 0.1.12"
32
32
 
33
33
  bundle install
34
34
 
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
@@ -4,11 +4,14 @@ class AppbombadoGenerator < Rails::Generators::Base
4
4
 
5
5
  def generate_appbombado
6
6
 
7
+ remove_file "Gemfile.lock"
8
+ copy_file "Gemfile.lock"
9
+
7
10
  remove_file "Gemfile"
8
11
  copy_file "Gemfile"
9
- inside Rails.root do
10
- run "bundle install"
11
- end
12
+
13
+ run "bundle install"
14
+
12
15
 
13
16
 
14
17
  remove_file "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.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas