daengine 0.6.15 → 0.6.16

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: 977f021988feeec950efcb6383feb0a3d649f4d2
4
- data.tar.gz: f52112af435bc767996c10196d424785dab1ca68
3
+ metadata.gz: be941fa075d96ebe4ee85610fd0563907f8c1ff0
4
+ data.tar.gz: dc26c4412fabc9f45338fac32dc0bf7bb81894d7
5
5
  SHA512:
6
- metadata.gz: 7b66fdfcc28faafcd0fc20fa48a0fb805e1425e3cdaa864970cf7165f7e21eaec346a6231511f29b8c6f4ca789ac08b8da1dd5729458e3c9094b474db4bb809f
7
- data.tar.gz: bc655e7cfaa0461817dfefb1fa87fd75601f498f7fe92c0e50b145309b8361b70c5f49990b74a205c03ac32eddd55550444b5eb01e81f436a31f9933b0754ba3
6
+ metadata.gz: b4c300c613aa619b193c91c603f372d48f2bc1fdf63fbe30f8fd802c1812854ce31ecab0de42b9761d96b4449c915e8afeadb623849755b7b457cd63cb46ef6a
7
+ data.tar.gz: 6ebeafeab9bd53bec379713ffb22b916aaa788af04717002a33e8691a45b4a87b42306a9ad082c52bcf94c7db9e3a0037a5c37dfea674ed8dec93076cef1af77
data/Gemfile CHANGED
@@ -4,7 +4,7 @@ source "http://rubygems.org"
4
4
  # Bundler will treat runtime dependencies like base dependencies, and
5
5
  # development dependencies will be added by default to the :development group.
6
6
  gemspec
7
- # gem 'rspec_api_documentation', :git => 'https://github.com/tazsingh/rspec_api_documentation.git'
7
+
8
8
  # jquery-rails is used by the dummy application
9
9
  # gem "jquery-rails"
10
10
 
@@ -55,6 +55,7 @@ class DigitalAsset
55
55
  scope :sami_is, ->(sami_code) {where(:sami_code => sami_code)}
56
56
  scope :sami_in, ->(sami_codes) {where(:sami_code.in => sami_codes)}
57
57
  scope :path_is, ->(path) {where(:'path' => path)}
58
+ scope :legacy_path_is, ->(path) {where(:'legacy_path' => path)}
58
59
  scope :doctype_in, ->(types) {where(:'content_type'.in => types)}
59
60
  scope :content_type_in, ->(types) {where(:'content_type'.in => types)}
60
61
  scope :product_in, ->(types) {where(:product_ids.in => types)}
@@ -1,3 +1,3 @@
1
1
  module Daengine
2
- VERSION = "0.6.15"
2
+ VERSION = "0.6.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daengine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.15
4
+ version: 0.6.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - sbhatia
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-25 00:00:00.000000000 Z
12
+ date: 2014-02-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails