ksk 0.2.10 → 0.2.11

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: eaef9f5034e93cd1402b4ada7ffa1b73431d0b5c
4
- data.tar.gz: 35c78c7609486282a41e50ff2e82017f33d99d30
3
+ metadata.gz: d2d1d62cd1e37c81e641cd95e7e1dfd7ab07a9a6
4
+ data.tar.gz: 4df2bb35af3401b68a3d322de65ef8b51b550ac9
5
5
  SHA512:
6
- metadata.gz: a78282258513c82576e312ea9f3bad29a6b8bc3de5ffcb370b201ddf9ba9ecbb1d7efd0da90c0d7042d7bb3549cd7baae98f66b5105afdabd6564252bf23bf82
7
- data.tar.gz: 6e8b00609c64c8328034b98663e4a3e96ccb35a4a6a6b9736d8db8f65e2c5eea70b16661da72350f8cbffeaf5f7c572842f20b3a1bf9a69c8b206fd1fcb70ae3
6
+ metadata.gz: 3c59c996b277991cfa65ac2c7380eb4ddcab95f05ec29ef1b9f9810c1da3d0437961cd2505f6df68b124dea72c909186a7076c8d646af717713544519a4c626d
7
+ data.tar.gz: 039a0696e32deee91c3f2c929bc4a31cfc98aa0f69f37045437005663e6443ac60843933662a3775f9069e42d8c9f5c65620649b7d21816583345a52ebe80bf3
data/lib/actives/post.rb CHANGED
@@ -11,8 +11,8 @@ module Ksk
11
11
  has_many :assets, as: :fileable
12
12
  accepts_nested_attributes_for :assets, allow_destroy: true
13
13
 
14
- scope :all_posts, -> {except(:where)}
15
- scope :top, -> {where(top_news: true)}
14
+ scope :all_posts, -> {except(:where)}
15
+ scope :top, -> {where(top_news: true)}
16
16
 
17
17
  end
18
18
 
data/lib/ksk.rb CHANGED
@@ -5,8 +5,8 @@ module Ksk
5
5
 
6
6
  isolate_namespace Ksk
7
7
 
8
- config.css << 'ksk/application'
9
- config.js << 'ksk/application'
8
+ config.bhf.css << 'ksk/application'
9
+ config.bhf.js << 'ksk/application'
10
10
 
11
11
  initializer 'ksk.action_controller' do |app|
12
12
  ActiveSupport.on_load :action_controller do
@@ -1,7 +1,6 @@
1
1
  module Ksk
2
2
  class Engine < Rails::Engine
3
3
 
4
- # config.test = 1
5
4
 
6
5
  end
7
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ksk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Pawlik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-20 00:00:00.000000000 Z
11
+ date: 2014-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bhf