qbrick 2.6.7 → 2.6.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.
- checksums.yaml +4 -4
- data/app/models/qbrick/page.rb +1 -1
- data/lib/qbrick/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 67f8f765f6e3c6dd0cdb8132014bfc1995853e37
|
|
4
|
+
data.tar.gz: 076e84aea3b7ec757a33bb8e251c23af563d4b70
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e39347857944a8718b1fb4998f68e463242c4e52c79e896240e3ee8f71d1bab13d1aa23ce2eff8896869166477cfd9dde08436f0b8884eb40809187b643d03b
|
|
7
|
+
data.tar.gz: 4c91219baac0fcffc31b148aad8d22f92fea7a9ac1be42aada653f9b64be0037af331da58bffb5e5ccff81a361ea089accab69103cd6275cfa5e4ee221e10c30
|
data/app/models/qbrick/page.rb
CHANGED
|
@@ -75,7 +75,7 @@ module Qbrick
|
|
|
75
75
|
return true if errors[field].present?
|
|
76
76
|
end
|
|
77
77
|
|
|
78
|
-
page_with_duplicated_paths = self.class.where path_field => path
|
|
78
|
+
page_with_duplicated_paths = self.class.published.translated.where path_field => path
|
|
79
79
|
page_with_duplicated_paths = page_with_duplicated_paths.where.not id: id if persisted?
|
|
80
80
|
return true unless page_with_duplicated_paths.exists?
|
|
81
81
|
|
data/lib/qbrick/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: qbrick
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Immanuel Häussermann
|
|
@@ -12,7 +12,7 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2015-
|
|
15
|
+
date: 2015-07-14 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: rspec-rails
|
|
@@ -886,7 +886,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
886
886
|
version: '0'
|
|
887
887
|
requirements: []
|
|
888
888
|
rubyforge_project: qbrick
|
|
889
|
-
rubygems_version: 2.
|
|
889
|
+
rubygems_version: 2.2.2
|
|
890
890
|
signing_key:
|
|
891
891
|
specification_version: 4
|
|
892
892
|
summary: A tool that helps you to manage your content within your app.
|