apidae 1.4.6 → 1.4.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/apidae/obj.rb +1 -1
- data/lib/apidae/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 114a82b87410e8d01d6bad10d161ea2455cb3eea82a2ed8062de0479a98b388b
|
4
|
+
data.tar.gz: 4823c97095dbf90d7e007e35854b449ad42c0a6c552215c77673b28f97a10a24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a331936c0dbebae08b6d457db8667b71a5196b0c9600527a039b4b9c7e3c11c62a06ef8398abd3720778c03b3dad382068d40ca96dbdb80a61823e1136cb354
|
7
|
+
data.tar.gz: 1bc8745a4bab0537dca22040bcee176c3eade1d7b79a738fc8a9f2456498234fe8dba90f9cd6ed0e1dc052c0592cab86224d35e5db72f2575c8ce13b7bb74ad6
|
data/app/models/apidae/obj.rb
CHANGED
@@ -20,7 +20,7 @@ module Apidae
|
|
20
20
|
:animals_desc, :extra, :duration, :certifications, :business, :business_equipments, :business_rooms
|
21
21
|
store_accessor :entity_data, :entity_id, :entity_name, :info_entity_id, :info_entity_name, :service_provider_id, :is_service_provider, :legal
|
22
22
|
store_accessor :contact_data, :telephone, :email, :website, :google, :facebook, :twitter, :yelp, :trip_advisor, :fax,
|
23
|
-
:mobile_website, :shorty_url, :contacts
|
23
|
+
:mobile_website, :shorty_url, :instagram, :contacts
|
24
24
|
store_accessor :location_data, :address, :place, :latitude, :longitude, :access, :territories, :environments, :altitude, :map_reference
|
25
25
|
store_accessor :openings_data, :openings_desc, :openings_desc_mode, :openings, :time_periods, :openings_extra, :opening_days
|
26
26
|
store_accessor :rates_data, :rates_desc, :rates_desc_mode, :rates, :rates_category, :payment_methods, :includes, :excludes,
|
data/lib/apidae/version.rb
CHANGED