bookingsync_application 0.4.1 → 0.5.0
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/README.md +1 -1
- data/lib/bookingsync_application/version.rb +1 -1
- metadata +7 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f8fb2b1a6a8bcefd6d73a7e9e745b6aa7600df8
|
|
4
|
+
data.tar.gz: cdd243437c4a1f7f6cdd41277699217b261ebb8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6cb676ca895252b170785de522dbd12581c1730f3cf57a988db515a8d6b053915277e0d355f0f0eb0e0dc6f40f238bb438d969cf2308cede8f36227a65a5ef18
|
|
7
|
+
data.tar.gz: 0f3e893c58e1b3a569f0f2c8fe06fdda9d4d995af8256d8945fcb6e465b8e5dfeaa6a06fea982106578e7393c3e35202127bb764f228c18cccc20896906abc52
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ This engine requires Rails `>= 4.0.0` and Ruby `>= 2.0.0`.
|
|
|
11
11
|
|
|
12
12
|
## Documentation
|
|
13
13
|
|
|
14
|
-
[API documentation is available at rdoc.info](http://
|
|
14
|
+
[API documentation is available at rdoc.info](http://www.rubydoc.info/gems/bookingsync_application).
|
|
15
15
|
|
|
16
16
|
## Installation
|
|
17
17
|
|
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: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marcin Nowicki
|
|
@@ -10,20 +10,20 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2016-
|
|
13
|
+
date: 2016-12-24 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
17
17
|
requirement: !ruby/object:Gem::Requirement
|
|
18
18
|
requirements:
|
|
19
|
-
- - "
|
|
19
|
+
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
21
|
version: '4.1'
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
|
-
- - "
|
|
26
|
+
- - ">="
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
28
|
version: '4.1'
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
@@ -32,14 +32,14 @@ dependencies:
|
|
|
32
32
|
requirements:
|
|
33
33
|
- - "~>"
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 1.0
|
|
35
|
+
version: 1.1.0
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - "~>"
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 1.0
|
|
42
|
+
version: 1.1.0
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: jsonapi-resources
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -219,9 +219,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
219
219
|
version: '0'
|
|
220
220
|
requirements: []
|
|
221
221
|
rubyforge_project:
|
|
222
|
-
rubygems_version: 2.
|
|
222
|
+
rubygems_version: 2.5.2
|
|
223
223
|
signing_key:
|
|
224
224
|
specification_version: 4
|
|
225
225
|
summary: A Rails engine to simplify building BookingSync Applications
|
|
226
226
|
test_files: []
|
|
227
|
-
has_rdoc:
|