kuhsaft 1.2.7 → 1.2.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.
@@ -6,8 +6,8 @@ module Kuhsaft
6
6
  source_root(File.join(Kuhsaft::Engine.root, '/lib/templates/kuhsaft/assets'))
7
7
 
8
8
  def copy_customizations
9
- custom_css_folder = 'app/assets/stylesheets/kuhsaft/foo/'
10
- custom_js_folder = 'app/assets/javascripts/kuhsaft/foo/'
9
+ custom_css_folder = 'app/assets/stylesheets/kuhsaft/'
10
+ custom_js_folder = 'app/assets/javascripts/kuhsaft/'
11
11
  empty_directory custom_css_folder
12
12
  empty_directory custom_js_folder
13
13
  copy_file 'customizations.css.sass', "#{custom_css_folder}/customizations.css.sass"
@@ -1,3 +1,3 @@
1
1
  module Kuhsaft
2
- VERSION = "1.2.7"
2
+ VERSION = "1.2.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuhsaft
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.7
4
+ version: 1.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -517,7 +517,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
517
517
  version: '0'
518
518
  segments:
519
519
  - 0
520
- hash: 3038808456210980787
520
+ hash: 3222359204870013940
521
521
  required_rubygems_version: !ruby/object:Gem::Requirement
522
522
  none: false
523
523
  requirements:
@@ -526,7 +526,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
526
526
  version: '0'
527
527
  segments:
528
528
  - 0
529
- hash: 3038808456210980787
529
+ hash: 3222359204870013940
530
530
  requirements: []
531
531
  rubyforge_project: kuhsaft
532
532
  rubygems_version: 1.8.24