appbombado_foundation 0.0.6 → 0.0.7

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: bcac20bcfd44d02743ef7089af9268919aef435c
4
- data.tar.gz: 9168bda1849a4e97f3383f07e3fd6b43b8a13596
3
+ metadata.gz: 47a997e4dea96373ccc4ab21dce5169a4c35ed5f
4
+ data.tar.gz: 07528cc8df4384a62537ef7b78107504bc9ab855
5
5
  SHA512:
6
- metadata.gz: 720e1660116ac778eb11ba2bd058e27a2eeca2f133c35b7263d04baba64fd4209a0155d1bace7cc311012e88ff5286e1a95d182e9abf898e7b5697dde1e264d7
7
- data.tar.gz: c8093bfb8e774cce555ec0cace89a93344f3ae241bef953396f4a4f56efd9a62c7eed141726b56775596ecf3bb4d6dd907aacecf57e10b1decaa26e23dd70c84
6
+ metadata.gz: 295d2903d53ddda7bc88a366ad762114df73ad75ba1758adb9a2a46d63f3d19f85f779ab1e0d1e46f1ff41a9291752de4caa54ae3754aa1dffa12b953562e86b
7
+ data.tar.gz: 6b23888259cca721321fb9e260ed0a1e3a247fcb28ffe9163ac8d298ab7cc88536e408cc6f7e83ad89d9a8a302633c7df51d90c5872e6dd2a0d1a5802bf54c43
@@ -1,3 +1,3 @@
1
1
  module AppbombadoFoundation
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -47,8 +47,6 @@ def generate_appbombado
47
47
  run "rails g foundation:install"
48
48
  run "rails g simple_form:install --foundation"
49
49
 
50
-
51
-
52
50
  copy_file "better_errors.rb", "config/initializers/better_errors.rb"
53
51
 
54
52
  remove_file "app/views/layouts/application.html.erb"
@@ -73,6 +71,7 @@ def generate_appbombado
73
71
  run "bower install font-awesome"
74
72
 
75
73
  run "rails g controller home index"
74
+
76
75
  remove_file "app/views/home/index.html.slim"
77
76
  copy_file "index.html.slim", "app/views/home/index.html.slim"
78
77
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appbombado_foundation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas