fmrest-cloud 0.21.0 → 0.22.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 +8 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 742b0e77ce4bb919d530ff023f7a71a439976cea8404f859d51879a1aac5a96e
|
|
4
|
+
data.tar.gz: 82866371385ea921248482732f6920bb791ee65258e705136a095766fb5c79ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99c885240eba869e58a3610ca978b3c77a7edfcd19b8e4c2c963020522ea912532f6989f03e2aae066e994193e28f327d8b288ad7254b54f7d319c4cd853f497
|
|
7
|
+
data.tar.gz: e32a6a11fed6b525660ac70a09d26be85643227b374818923f9a950297b55a8e1fad7c0fc8ac21970ddfe9eb901732220e86ece511e20bf914cba157907a0637
|
data/README.md
CHANGED
|
@@ -19,13 +19,14 @@ Need Ruby or FileMaker consulting? Contact us at
|
|
|
19
19
|
|
|
20
20
|
## Gems
|
|
21
21
|
|
|
22
|
-
The `fmrest` gem is a wrapper for
|
|
22
|
+
The `fmrest` gem is a wrapper for these gems:
|
|
23
23
|
|
|
24
24
|
* `fmrest-spyke`, providing an ActiveRecord-like ORM library built on top
|
|
25
25
|
of `fmrest-core` and [Spyke](https://github.com/balvig/spyke).
|
|
26
26
|
* `fmrest-core`, providing the core
|
|
27
27
|
[Faraday](https://github.com/lostisland/faraday) connection builder, session
|
|
28
28
|
management, and other core utilities.
|
|
29
|
+
* `fmrest-rails`, providing Rails integration.
|
|
29
30
|
|
|
30
31
|
In addition, the optional `fmrest-cloud` gem adds support for FileMaker Cloud.
|
|
31
32
|
See the [main document on connecting to FileMaker
|
|
@@ -42,6 +43,12 @@ gem 'fmrest'
|
|
|
42
43
|
gem 'fmrest-cloud'
|
|
43
44
|
```
|
|
44
45
|
|
|
46
|
+
If you're using Rails you can now run:
|
|
47
|
+
|
|
48
|
+
```
|
|
49
|
+
rails generate fmrest:config
|
|
50
|
+
```
|
|
51
|
+
|
|
45
52
|
## Simple example
|
|
46
53
|
|
|
47
54
|
```ruby
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fmrest-cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pedro Carbajal
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-06-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fmrest-core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.22.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.
|
|
26
|
+
version: 0.22.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: aws-cognito-srp
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|