appbombado_startae 0.1.13 → 0.1.14

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: 563709a645bd64eef36663ba08b2e313e75d4ce3
4
- data.tar.gz: 35fea32f8c0ac7d10679a7bebb5ae8aa5569f166
3
+ metadata.gz: 8d37277b646c96dd4f15b7a539e41badf8ba660a
4
+ data.tar.gz: 44e797d4bb520e31156f2629b6e7a38e9400379c
5
5
  SHA512:
6
- metadata.gz: 5a73b3847b041c08e749fdd87e1b955aa82949058b81f979955a0930a148a9652fe972507a354781da0bd0eeaf90847a0ca0f28293c547a8649dabfda0d6f3cb
7
- data.tar.gz: f876d212c368c3791994dc5d93875c2c2c305945321fa930b4e373a7c9e45da6af391d182123b74c84e9e0d154f28063ed2e991a50b7929e879a81caef624bac
6
+ metadata.gz: 8e9ff38c507edfb0e7b274e812f79c3a1082314b89b2b39b234546a4fe68c181b2c5c9213612710f83e32c3f7f416ab0dc9f70978ce6c65892778241710b49b8
7
+ data.tar.gz: daadff667d3b5850a1b811b0d379628283437e680084f986016ba23ff11e30b2370551ec097cf85ef5a4bae173fbc3da6f7e57628ea6fe6016e57871be80fb21
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.13"
11
+ gem "appbombado_startae", "~> 0.1.14"
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.13"
31
+ Gemfile -> gem "appbombado_startae", "~> 0.1.14"
32
32
 
33
33
  bundle install
34
34
 
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.1.13"
2
+ VERSION = "0.1.14"
3
3
  end
@@ -4,9 +4,7 @@ class AppbombadoGenerator < Rails::Generators::Base
4
4
 
5
5
  def generate_appbombado
6
6
 
7
- remove_file "Gemfile.lock"
8
- template "Gemfile.lock", "Gemfile.lock"
9
-
7
+ remove_file "Gemfile.lock"
10
8
 
11
9
  remove_file "Gemfile"
12
10
  copy_file "Gemfile"
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.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas