appbombado_startae 0.0.4 → 0.0.5

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: f9c17849ab77d60e12c7c7ccdd026c68f2ade4cb
4
- data.tar.gz: 0bfd7db169c2b9618edb314bd775ced9c3707a99
3
+ metadata.gz: 2aef77a1c9192c2d102420d1042092a053932ba4
4
+ data.tar.gz: 1247a23d631981bce8efbdbdac20a43ab244c0eb
5
5
  SHA512:
6
- metadata.gz: 7aa87002abbdcd7fb12e93f27a2c5420a498a6597361a6dc120c734e91f11d05794dc35e82f134f3852034077284338f09d2c809739562466599069351b9d5f8
7
- data.tar.gz: b544ab32f1bce9b76399e37264b5f72277e72d344dd3cb020ea0662e6c3f7c8c852c1bdc870e4872330a1e73a842663ca4b5d3437da37927776d9a7dd298d726
6
+ metadata.gz: 27a9914ed26cf67f31f4c9ab9a8ad40f0dcac23f3ceadf704c8aa9eda2de3ad9792292bd7fcb56e8a39ab050ae598100fd592acf672e601cd0c39ed1e4272c01
7
+ data.tar.gz: 27031f055463ead9130f31894325bfe2a3c043cfd90b84027fdb02399a751772eb6718d326e44e0d6aba7a9ce5197f6bd0299eab5d9f525ce28d2ee305f74fb9
data/README.md CHANGED
@@ -6,7 +6,7 @@ TODO: Write a gem description
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem "appbombado_startae", "~> 0.0.4"
9
+ gem "appbombado_startae", "~> 0.0.5"
10
10
 
11
11
  And then execute:
12
12
 
@@ -21,11 +21,11 @@ Or install it yourself as:
21
21
  rails new <nomedoapp>
22
22
 
23
23
  insira na Gemfile:
24
- gem "appbombado_startae", "~> 0.0.4"
24
+ gem "appbombado_startae", "~> 0.0.5"
25
25
 
26
26
  bundle install
27
27
 
28
- rails g appbombado
28
+ rails g appbombado <nomedoapp>
29
29
 
30
30
  ## Contributing
31
31
 
@@ -1,3 +1,3 @@
1
1
  module AppbombadoStartae
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -9,7 +9,7 @@ def generate_appbombado
9
9
  run "bundle install"
10
10
 
11
11
  remove_file "config/database.yml"
12
- copy_file "database.yml", "config/database.yml"
12
+ template "database.yml", "config/database.yml"
13
13
  run "rake db:create"
14
14
 
15
15
  copy_file ".bowerrc"
@@ -41,7 +41,7 @@ def generate_appbombado
41
41
  copy_file "simple_form_bootstrap.rb", "config/initializers/simple_form_bootstrap.rb"
42
42
 
43
43
  remove_file "app/views/layouts/application.html.erb"
44
- copy_file "application.html.slim", "app/views/layouts/application.html.slim"
44
+ template "application.html.slim", "app/views/layouts/application.html.slim"
45
45
 
46
46
  remove_file "app/assets/javascripts/application.js"
47
47
  copy_file "application.coffee", "app/assets/javascripts/application.coffee"
@@ -3,7 +3,7 @@ html
3
3
  head
4
4
 
5
5
  meta name="viewport" content="width=device-width, initial-scale=1.0"
6
- title asdasdadas
6
+ title = app_name
7
7
 
8
8
  = stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true
9
9
  = csrf_meta_tags
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.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas