nsastorage 0.7.0 → 0.8.0

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: 9537a3d82172d34af175389d2d2cc33b6fa965fd0417b063895214f07f93d332
4
- data.tar.gz: 5b22a92987bf74ab7ec95e7a834a2abb8221df44023594309bb38b0de0714696
3
+ metadata.gz: 25f9928da25644b2ac5762c8c400bc97d14f75421ea2f6b717931ef3b1de2ac8
4
+ data.tar.gz: 9b561d664872d11ac2478840f8f55c8daeaeef67e1e48d2b509ca033f3cfd0b3
5
5
  SHA512:
6
- metadata.gz: 19bb2a9780263f76146e6336c576d6134831697fb5cf736afe7ded2cda33dea6921848bf3b8794fd4189c3a2328cf9fa3ff80df1a0005484053085b73896f8f4
7
- data.tar.gz: 804bc7dba4e357e73700fa4b41e765a8c7f4de4606fd310d33eb68724eb454409dff6715eebabd9eb764a77ca96fef1977edf2c31214af943b05bc4f48301cb7
6
+ metadata.gz: 45b801b891ec0be544495c8f766d28e605a933b934d7ff2e8c60fae09480097ab764eca457bc883744c15794b35003479ff1ba45c0fc88a8a2272031f1ed2ac8
7
+ data.tar.gz: 32cd81b1a9a8a3a012e573e87cffadf79c164e4d67b4fe514ee79dd37da901b609e7ea22b6c8a05cd1b7a7526af218dad97fe5921389584fe562eb6b024d44d4
@@ -10,7 +10,7 @@ module NSAStorage
10
10
  text = element.text
11
11
 
12
12
  new(
13
- climate_controlled: text.include?('Climate controlled'),
13
+ climate_controlled: text.include?('Heated and Cooled'),
14
14
  drive_up_access: text.include?('Drive Up Access'),
15
15
  first_floor_access: text.include?('1st Floor')
16
16
  )
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NSAStorage
4
- VERSION = '0.7.0'
4
+ VERSION = '0.8.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nsastorage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Sylvestre