appbombado_foundation 0.0.7 → 0.0.8

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: 47a997e4dea96373ccc4ab21dce5169a4c35ed5f
4
- data.tar.gz: 07528cc8df4384a62537ef7b78107504bc9ab855
3
+ metadata.gz: 3735ec2161e568ca9a99d0623706e956376891f4
4
+ data.tar.gz: b379f5d5d757aad5d08364405094600c0a36ab13
5
5
  SHA512:
6
- metadata.gz: 295d2903d53ddda7bc88a366ad762114df73ad75ba1758adb9a2a46d63f3d19f85f779ab1e0d1e46f1ff41a9291752de4caa54ae3754aa1dffa12b953562e86b
7
- data.tar.gz: 6b23888259cca721321fb9e260ed0a1e3a247fcb28ffe9163ac8d298ab7cc88536e408cc6f7e83ad89d9a8a302633c7df51d90c5872e6dd2a0d1a5802bf54c43
6
+ metadata.gz: bfd457cd5bd2bc23fd85ecf804e34bfba4db3d9de50638928b3d781d754a2a2306dc602681dc9f7483b9966a7f3034dc866a3793b21e381f3b072243a9c7a4e3
7
+ data.tar.gz: e581487a7ed36f444401b024f92c483f6fc621947a8b63cb33f7151200468cfa08721d916e2182571292850a351c39af9471151f1b76821031a8e7b185d5b2a7
@@ -1,3 +1,3 @@
1
1
  module AppbombadoFoundation
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
@@ -59,7 +59,7 @@ def generate_appbombado
59
59
  copy_file "application.sass", "app/assets/stylesheets/application.sass"
60
60
 
61
61
  remove_file "app/helpers/application_helper.rb"
62
- copy_file "application.sass", "app/helpers/application_helper.rb"
62
+ copy_file "application_helper.rb", "app/helpers/application_helper.rb"
63
63
 
64
64
  copy_file "redactor-rails.css", "app/assets/stylesheets/redactor-rails.css"
65
65
 
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.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno Santos Chagas