homeland-press 0.3.1 → 0.3.2
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 +4 -4
- data/lib/homeland/press/engine.rb +1 -1
- data/lib/homeland/press/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: abdc22a71cbe09785ec67ba7249b6954b101d7fe
|
|
4
|
+
data.tar.gz: a157f069377ba74819c2a7cb250bde42b6e4ef12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16a5305a6a07de03fcd1e8b59dcdbc56eb0629a0d4a9b8a38ce51eec6619131e1a59a4d0d5e12e7e03f25019f5d14274d9df925966094bf9540586ff37e92258
|
|
7
|
+
data.tar.gz: 809a1f100fc71f6e7ac10df6e235f58381d44a054cc4afb5fef944a66d054b8d815ef175f1636038e453440c8325bc77fc86abd55dd3278d630b991023f849b1
|
|
@@ -4,7 +4,7 @@ module Homeland
|
|
|
4
4
|
isolate_namespace Homeland::Press
|
|
5
5
|
|
|
6
6
|
initializer 'homeland.press.init' do |app|
|
|
7
|
-
|
|
7
|
+
break unless Setting.has_module?(:press)
|
|
8
8
|
app.config.after_initialize do
|
|
9
9
|
# Because need use I18n.t
|
|
10
10
|
# must after Rails application initialized will get correct locale
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: homeland-press
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Lee
|
|
@@ -83,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
83
83
|
version: '0'
|
|
84
84
|
requirements: []
|
|
85
85
|
rubyforge_project:
|
|
86
|
-
rubygems_version: 2.
|
|
86
|
+
rubygems_version: 2.6.8
|
|
87
87
|
signing_key:
|
|
88
88
|
specification_version: 4
|
|
89
89
|
summary: Press/Blog/News plugin for Homeland.
|