yardi 4.11.1 → 4.11.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: d4974d4109a75599d2e3cc9d9b1813b702e1c8ffed2f1ab89400a30a858b9fdd
4
- data.tar.gz: 9b0db3617869407c492ad457564e7d881089754d40963b5fabc175eae0786045
3
+ metadata.gz: edec0efa7eaf4f38b36a677c15aa63838b826702976ae5c7d21dbb0f7f4d76a5
4
+ data.tar.gz: 2ffd6567f31da71996d15e047a69f3bb284f306666fb46636d1123ce129082b0
5
5
  SHA512:
6
- metadata.gz: 8c72bbfbd3a738fe06588d4705b13d1c747537849cba99a463286ae9bf6195a1d26fa3c59e644187b2f157c08da135c6bb7b62587d81335c9de05160d5c3506c
7
- data.tar.gz: 46ef2d3b5dbaef90429fe1ab4b2b81cc00e03101304b6b6fe73240c765d94815e7b43332272bc5f67e333cac4dd7c7e2f2e32539adbfd0162ba6957ec2a6d7a9
6
+ metadata.gz: afba5e9d5b955c3bc8d3cc6b1d3ff49e8d5e20f63cf410237d5d266bdf4cceac6a2972a0effde7a6e77f8ce839fcb6697599c1ea0257939cbb5748c7844451b8
7
+ data.tar.gz: 5eebcde4b849420b86d3b258c063d41692edc98b54372c440cd1af4832e708ef45e12cc18dd90b37dee5a3b9b545f333aaf8d5f746453763634c378d5d10864b
@@ -4,8 +4,8 @@ require 'yardi/utils/google_cloud_storage'
4
4
  module Yardi
5
5
  module Utils
6
6
  class TestDataFetcher
7
- RESIDENTS_PATH = 'test-data/residents/'
8
- GUESTCARD_ACTIVITY_PATH = 'test-data/yardi_prospects/'
7
+ RESIDENTS_PATH = 'test_data/residents/'
8
+ GUESTCARD_ACTIVITY_PATH = 'test_data/yardi_prospects/'
9
9
  def self.residents(property_id)
10
10
  GoogleCloudStorage.read_file(file_path: RESIDENTS_PATH + "#{property_id}.xml")
11
11
  end
data/lib/yardi/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen-string-literal: true
2
2
 
3
3
  module Yardi
4
- VERSION = '4.11.1'
4
+ VERSION = '4.11.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yardi
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.11.1
4
+ version: 4.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Heidi Galbraith