bookingsync_portal 0.8.4 → 0.8.5
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 +4 -4
- data/config/locales/en.yml +3 -2
- data/lib/bookingsync_portal/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f7f16868387509451a62766540c082cd2f222078
|
|
4
|
+
data.tar.gz: a2817cde0215aca97bc8198004ef94e5ceba5645
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd558a7bb45ce8bab8417b6bc8bba5e93bf3cf17a840af3963186a225fee3ce6cada8ba48b73e821f164c96a2bef710f3a457ce9ddf45175824cfae16ab27b90
|
|
7
|
+
data.tar.gz: 10103b846975ed8deba45844a3298f7e85bc46233febaad1d9a67d337daf26ffdcf4914df4a9d67d52e6620c708492ccf50dc8a6c07b928d56784098052d6ca4
|
data/config/locales/en.yml
CHANGED
|
@@ -46,12 +46,13 @@ en:
|
|
|
46
46
|
index:
|
|
47
47
|
connect: Connect
|
|
48
48
|
bookingsync_header: "BookingSync: %{account_name}"
|
|
49
|
-
all_synchronized: Perfect! All your rentals are synchronized.
|
|
50
|
-
no_published_rentals_html: 'No published rentals present, please make sure to <a href="https://www.bookingsync.com/en/admin/v2/%{id}/rentals" target="_blank">fill all your rentals details</a>.'
|
|
51
49
|
create_listings_first: "You must create your rentals on %{portal_name} before you can synchronize them automatically."
|
|
52
50
|
connect_accounts: Add External Portal Account
|
|
53
51
|
remote_header: "%{portal_name}: %{account_name}"
|
|
54
52
|
help: Help
|
|
53
|
+
rentals:
|
|
54
|
+
no_published_rentals_html: 'No published rentals present, please make sure to <a href="https://www.bookingsync.com/en/admin/v2/%{id}/rentals" target="_blank">fill all your rentals details</a>.'
|
|
55
|
+
all_synchronized: Perfect! All your rentals are synchronized.
|
|
55
56
|
rental:
|
|
56
57
|
bedrooms_html:
|
|
57
58
|
one: '<strong>1</strong> Bedroom'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bookingsync_portal
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Piotr Marciniak
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2016-03-
|
|
13
|
+
date: 2016-03-28 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
@@ -423,9 +423,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
423
423
|
version: '0'
|
|
424
424
|
requirements: []
|
|
425
425
|
rubyforge_project:
|
|
426
|
-
rubygems_version: 2.4.
|
|
426
|
+
rubygems_version: 2.4.8
|
|
427
427
|
signing_key:
|
|
428
428
|
specification_version: 4
|
|
429
429
|
summary: A common base for creating BookingSync portal applications.
|
|
430
430
|
test_files: []
|
|
431
|
-
has_rdoc:
|