iron_warbler 2.0.7.1 → 2.0.7.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a3c39d05124202b8212bd8b129cf65483161d76334c8b8de15e30f05ee1ef98
4
- data.tar.gz: 04cce165138869b51ef7904bcac83d71dc2c077453a64263222e25ae5f0a1cef
3
+ metadata.gz: d2c0f62e19708995e8502435c211bfbc6fb4ce16267e58e2bff259fc67612790
4
+ data.tar.gz: 51983a25aa8b6f044afb8806c820d15b86e2043b00b12bd99e700f9be6d01e07
5
5
  SHA512:
6
- metadata.gz: 0777bc585ac9207a66c7907deefd1eafc99295dc18c6728ff5db5f2946857704a6c1a417cb5ad7b537f0250915a4e7df9e8417a2fa83ff63ea8cff01e2dbe917
7
- data.tar.gz: d5d41410917bc4521c6aedf5c89d83cf50a6a32afb5516629eef237a2ad36b22ccdefb188e67c8659679155bc1b9bcd098722a6ae1a68442a2b1b75816e5e2e0
6
+ metadata.gz: 0b6b12ec94c7299df53fe2e2c8c4d462f4097a49942738b3be80882bdb223c69782b745fc30e3e8aacfcff573919b558945e99910372e00f28748735c8bfb864
7
+ data.tar.gz: 4a5f5e6e01b647cec8bafbad03736858b8cc830f6defe1472ab7d6356b3e6ed01385ee668193332c17241fcf33ef20da793da9222970b082f2b9e0e123f38b7f
@@ -1,5 +1,5 @@
1
1
 
2
- class Iro::Alert < ApplicationRecord
2
+ class Iro::Alert < Iro::ApplicationRecord
3
3
  self.table_name = 'iro_alerts'
4
4
 
5
5
  DIRECTION_ABOVE = 'ABOVE'
@@ -1,5 +1,5 @@
1
1
 
2
- class Iro::Datapoint < ApplicationRecord
2
+ class Iro::Datapoint < Iro::ApplicationRecord
3
3
  self.table_name = "iro_datapoints"
4
4
 
5
5
  end
@@ -2,6 +2,6 @@
2
2
  ##
3
3
  ## SQL
4
4
  ##
5
- class Iro::Option # < ApplicationRecord
5
+ class Iro::Option # < Iro::ApplicationRecord
6
6
  # self.table_name = 'iro_options'
7
7
  end
@@ -1,4 +1,4 @@
1
1
 
2
- class Iro::PriceItem < ApplicationRecord
2
+ class Iro::PriceItem < Iro::ApplicationRecord
3
3
  self.table_name = 'iro_price_items'
4
4
  end
@@ -1,4 +1,4 @@
1
1
 
2
- class Iro::Profile < ApplicationRecord
2
+ class Iro::Profile < Iro::ApplicationRecord
3
3
  self.table_name = 'iro_profiles'
4
4
  end
@@ -2,7 +2,7 @@
2
2
  ##
3
3
  ## SQL
4
4
  ##
5
- class Iro::Stock < ApplicationRecord
5
+ class Iro::Stock < Iro::ApplicationRecord
6
6
  self.table_name = 'iro_stocks'
7
7
 
8
8
  STATUS_ACTIVE = 'active'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_warbler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7.1
4
+ version: 2.0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Pudeyev