kuhsaft 0.3.4.legacy → 0.3.4.legacy2

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,4 +6,4 @@
6
6
  @import partials/generic
7
7
  @import partials/buttons
8
8
  @import partials/assets
9
- @import partials/simple_form.sass
9
+ @import partials/simple_form.sass
@@ -1,7 +1,7 @@
1
1
  !!!
2
2
  %html
3
3
  %head
4
- = stylesheet_link_tag 'kuhsaft/cms/screen.css', :media => 'screen, projection'
4
+ = stylesheet_link_tag 'kuhsaft/cms/application.css', :media => 'screen, projection'
5
5
  = stylesheet_link_tag 'cms/application.css', :media => 'screen, projection'
6
6
  = javascript_include_tag 'kuhsaft/cms/application.js'
7
7
  = csrf_meta_tag
@@ -1,3 +1,3 @@
1
1
  module Kuhsaft
2
- VERSION = "0.3.4.legacy"
2
+ VERSION = "0.3.4.legacy2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuhsaft
3
3
  version: !ruby/object:Gem::Version
4
- hash: 265974531
4
+ hash: 531949091
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 4
10
10
  - legacy
11
- version: 0.3.4.legacy
11
+ - 2
12
+ version: 0.3.4.legacy2
12
13
  platform: ruby
13
14
  authors:
14
15
  - "Immanuel H\xC3\xA4ussermann"
@@ -299,12 +300,12 @@ files:
299
300
  - app/assets/javascripts/kuhsaft/cms/jquery.elastic.source.js
300
301
  - app/assets/javascripts/kuhsaft/cms/jquery.min.js
301
302
  - app/assets/javascripts/kuhsaft/cms/jquery_ujs.js
303
+ - app/assets/stylesheets/kuhsaft/cms/application.sass
302
304
  - app/assets/stylesheets/kuhsaft/cms/partials/_assets.sass
303
305
  - app/assets/stylesheets/kuhsaft/cms/partials/_buttons.sass
304
306
  - app/assets/stylesheets/kuhsaft/cms/partials/_forms.sass
305
307
  - app/assets/stylesheets/kuhsaft/cms/partials/_generic.sass
306
308
  - app/assets/stylesheets/kuhsaft/cms/partials/_simple_form.sass
307
- - app/assets/stylesheets/kuhsaft/cms/screen.sass
308
309
  - app/controllers/kuhsaft/cms/admin_controller.rb
309
310
  - app/controllers/kuhsaft/cms/assets_controller.rb
310
311
  - app/controllers/kuhsaft/cms/page_parts_controller.rb