daengine 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.
@@ -16,7 +16,7 @@ class TaxonomyTerm
16
16
  validates_presence_of :term_id, :label
17
17
  validates_uniqueness_of :term_id
18
18
 
19
- scope :term_id_is, ->(term_id) { where(:term_id => term_id).first }
19
+ scope :term_id_is, ->(term_id) { where(:term_id => term_id) }
20
20
  scope :parent_term_in, ->(parent_term_id) { where(:parent_term.in => parent_term_id)}
21
21
  scope :label_is, ->(label) {where(:label => label)}
22
22
  scope :fund_code_is, ->(fund_code) { where("term_type.FUND_CODE" => fund_code)}
@@ -1,3 +1,3 @@
1
1
  module Daengine
2
- VERSION = "0.2.10"
2
+ VERSION = "0.2.11"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: daengine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.10
5
+ version: 0.2.11
6
6
  platform: ruby
7
7
  authors:
8
8
  - sbhatia
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 3.2.3
21
+ version: '3.2'
22
22
  none: false
23
23
  requirement: *2058
24
24
  prerelease: false
@@ -29,7 +29,7 @@ dependencies:
29
29
  requirements:
30
30
  - - ~>
31
31
  - !ruby/object:Gem::Version
32
- version: 2.4.5
32
+ version: '2.4'
33
33
  none: false
34
34
  requirement: *2076
35
35
  prerelease: false