subj_sub_models 0.0.3 → 0.0.3.1

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: 383e7da9fefaab5f167ff8485f3baf9bf44414d1
4
- data.tar.gz: 95934a1d6149531f183250c74ca4050d27ce76f0
3
+ metadata.gz: 8f3af1adb9d267f7ac9ce03aaac25266cf3e89d7
4
+ data.tar.gz: 2bed07d6334d3a9484a0655adcb7ca69b0d5c6f6
5
5
  SHA512:
6
- metadata.gz: 7cf960a09bc949ece350c1f876579df51d50cb5bc6f88197d0b0c961e0d109fa4cb38a736e9990b2ebd0c9b82a5c540c93572f588bafa3da8da33425a17ffe58
7
- data.tar.gz: 2761cb48baa33e9e6758f9f1270595afc3cd112c04a524bf18fcd9f7f4669a47b5780dfa18defc26088b19ebd00a7e7ab117ad02d0d2f8a80591a8680dbf772d
6
+ metadata.gz: e84593e9855319498765c3530f329caca472bdc7f80aa5f94bab2dcfbc32fb69e02cec4fb3066a8cacc666f1563ef6f46a6be770f6cf54b1149146971d807b33
7
+ data.tar.gz: dbd6e9b646230bec29b0dd13f1534cb2ae8e885a7854a72fc94cc4ee4a6f1ad3ef3113d59c2ca699d9d900d1e704386cf2062a443a4376fd4e9d3b33d16bddac
@@ -112,7 +112,7 @@ module SubjModels
112
112
  end
113
113
 
114
114
  scope :nomenclature_without_prices, -> do
115
- where(nomenclature_prices: { nomenclature_id: nil }) }
115
+ where(nomenclature_prices: { nomenclature_id: nil })
116
116
  end
117
117
 
118
118
  scope :order_by_price, -> (ordering) do
@@ -1,3 +1,3 @@
1
1
  module SubjModels
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subj_sub_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.Nasa