bookingsync_application 2.0.2 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -5
- data/lib/bookingsync_application/engine.rb +1 -1
- data/lib/bookingsync_application/version.rb +1 -1
- metadata +11 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab472e6d185de51c0800e2128cf6d913325ab7c9419d9d5b9c27e7c010f4a4f0
|
4
|
+
data.tar.gz: ca619ea3e08833e68e078a7eca10d767c35e48cad32b19390b30568e2d1e4633
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d9c6cfe1acfa3852d5890adbd406b4d7fbbf67a8d0e3d761475db6dd73c46111111fd2015b141a822a80769e9ee947dec17e3b87803b0054230758ade54e9691
|
7
|
+
data.tar.gz: 257f0520e2f0f4339b5581c3d01acff4ea4db7477ad7a57075f2cbea2050216e8cf5f716a174403e4f7af760795a2e7bbca3bf172fe88c4bd005735aa47d7475
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ A Rails engine to simplify building BookingSync Applications.
|
|
7
7
|
|
8
8
|
## Requirements
|
9
9
|
|
10
|
-
This engine requires Rails `>=
|
10
|
+
This engine requires Rails `>= 5.0` and Ruby `>= 2.3`.
|
11
11
|
|
12
12
|
## Documentation
|
13
13
|
|
@@ -15,8 +15,6 @@ This engine requires Rails `>= 4.0.0` and Ruby `>= 2.0.0`.
|
|
15
15
|
|
16
16
|
## Installation
|
17
17
|
|
18
|
-
BookingSync Application works with Rails 4.0 onwards and Ruby 2.0 onwards. To get started, add it to your Gemfile with:
|
19
|
-
|
20
18
|
```ruby
|
21
19
|
gem 'bookingsync_application'
|
22
20
|
```
|
@@ -27,6 +25,11 @@ Then bundle install:
|
|
27
25
|
bundle install
|
28
26
|
```
|
29
27
|
|
28
|
+
## Usage
|
29
|
+
|
30
|
+
BookingSync Application relies heavily on [BookingSync-Engine](https://github.com/BookingSync/bookingsync-engine).
|
31
|
+
Have a look at the project for more options.
|
32
|
+
|
30
33
|
### Add authorization routes
|
31
34
|
|
32
35
|
Then mount BookingSync Authorization routes inside `routes.rb`:
|
@@ -62,11 +65,11 @@ and migrate:
|
|
62
65
|
rake db:migrate
|
63
66
|
```
|
64
67
|
|
65
|
-
Also include `BookingSync::Engine::Account` in your `Account` model:
|
68
|
+
Also include `BookingSync::Engine::Models::Account` in your `Account` model:
|
66
69
|
|
67
70
|
```ruby
|
68
71
|
class Account < ActiveRecord::Base
|
69
|
-
include BookingSync::Engine::
|
72
|
+
include BookingSync::Engine::Models::Account
|
70
73
|
end
|
71
74
|
```
|
72
75
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookingsync_application
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 3.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marcin Nowicki
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2019-04-26 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|
@@ -38,14 +38,14 @@ dependencies:
|
|
38
38
|
requirements:
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version:
|
41
|
+
version: '4.0'
|
42
42
|
type: :runtime
|
43
43
|
prerelease: false
|
44
44
|
version_requirements: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
46
|
- - "~>"
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version:
|
48
|
+
version: '4.0'
|
49
49
|
- !ruby/object:Gem::Dependency
|
50
50
|
name: jsonapi-resources
|
51
51
|
requirement: !ruby/object:Gem::Requirement
|
@@ -117,7 +117,7 @@ dependencies:
|
|
117
117
|
- !ruby/object:Gem::Version
|
118
118
|
version: '0'
|
119
119
|
- !ruby/object:Gem::Dependency
|
120
|
-
name:
|
120
|
+
name: factory_bot_rails
|
121
121
|
requirement: !ruby/object:Gem::Requirement
|
122
122
|
requirements:
|
123
123
|
- - ">="
|
@@ -134,16 +134,16 @@ dependencies:
|
|
134
134
|
name: sqlite3
|
135
135
|
requirement: !ruby/object:Gem::Requirement
|
136
136
|
requirements:
|
137
|
-
- - "
|
137
|
+
- - "~>"
|
138
138
|
- !ruby/object:Gem::Version
|
139
|
-
version:
|
139
|
+
version: 1.3.6
|
140
140
|
type: :development
|
141
141
|
prerelease: false
|
142
142
|
version_requirements: !ruby/object:Gem::Requirement
|
143
143
|
requirements:
|
144
|
-
- - "
|
144
|
+
- - "~>"
|
145
145
|
- !ruby/object:Gem::Version
|
146
|
-
version:
|
146
|
+
version: 1.3.6
|
147
147
|
- !ruby/object:Gem::Dependency
|
148
148
|
name: vcr
|
149
149
|
requirement: !ruby/object:Gem::Requirement
|
@@ -218,15 +218,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
218
218
|
requirements:
|
219
219
|
- - ">="
|
220
220
|
- !ruby/object:Gem::Version
|
221
|
-
version:
|
221
|
+
version: 2.3.8
|
222
222
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
223
223
|
requirements:
|
224
224
|
- - ">="
|
225
225
|
- !ruby/object:Gem::Version
|
226
226
|
version: '0'
|
227
227
|
requirements: []
|
228
|
-
|
229
|
-
rubygems_version: 2.7.6
|
228
|
+
rubygems_version: 3.0.1
|
230
229
|
signing_key:
|
231
230
|
specification_version: 4
|
232
231
|
summary: A Rails engine to simplify building BookingSync Applications
|