pico_api 0.0.3 → 0.0.4
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 +3 -2
- data/lib/pico_api/generators/templates/config/boot.erb +1 -1
- data/lib/pico_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e00987197e956e77af63d09b3d1d458e335857f6a376076824c0f35da7154295
|
|
4
|
+
data.tar.gz: 4bed688ad8bd088af9bc9c4532b2b1fde95f215a1da74c8bb161980f5a3a5e64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5cb58169f60fd534f1f1dc79beccdc36c698dab9fcd2b3300783ba2e627a4f68db2eb70f2bdfb26217d11747d4c5837a202218209edbc05a12dafb9e77204d2d
|
|
7
|
+
data.tar.gz: 41e81c723e248df1d4cadaf0055f63ae662025113137f5b2fd57889eba9ca6336c63b825afe8158c53bed903faa6ee40120c2f7d3e7fe1ed607d106ed1fcf849
|
data/Readme.md
CHANGED
|
@@ -40,9 +40,9 @@ Migration info: https://rom-rb.org/5.0/learn/sql/migrations/
|
|
|
40
40
|
|
|
41
41
|
### Routing
|
|
42
42
|
|
|
43
|
-
Routing info: https://github.com/jeremyevans/roda
|
|
43
|
+
Routing info: https://github.com/jeremyevans/roda
|
|
44
44
|
|
|
45
|
-
Add routing info in `config/application.rb` file
|
|
45
|
+
Add routing info in `config/application.rb` file
|
|
46
46
|
|
|
47
47
|
## Development
|
|
48
48
|
- [x] Create Database config
|
|
@@ -52,6 +52,7 @@ Add routing info in `config/application.rb` file
|
|
|
52
52
|
- [ ] Create a testing environment
|
|
53
53
|
- [x] Allow multiple db gateways in the config
|
|
54
54
|
- [ ] Add irb/pry console script
|
|
55
|
+
- [ ] Seperate configs to different environments (dev, prod, etc..)
|
|
55
56
|
|
|
56
57
|
## Contributing
|
|
57
58
|
|
data/lib/pico_api/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pico_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Avlonitis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-11-
|
|
11
|
+
date: 2022-11-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: erb
|