kuhsaft 1.2.7 → 1.2.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -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/
|
10
|
-
custom_js_folder = 'app/assets/javascripts/kuhsaft/
|
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"
|
data/lib/kuhsaft/version.rb
CHANGED
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.
|
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:
|
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:
|
529
|
+
hash: 3222359204870013940
|
530
530
|
requirements: []
|
531
531
|
rubyforge_project: kuhsaft
|
532
532
|
rubygems_version: 1.8.24
|