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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d1191a8f8d535570f78985bbcb8fbd72c1ca6dae18c22c22721aaae7749e50d
4
- data.tar.gz: ba4c1daa34d3f9dca5db1c2e3d2d617da6583b82394a62062cdbd919da7f34ab
3
+ metadata.gz: e00987197e956e77af63d09b3d1d458e335857f6a376076824c0f35da7154295
4
+ data.tar.gz: 4bed688ad8bd088af9bc9c4532b2b1fde95f215a1da74c8bb161980f5a3a5e64
5
5
  SHA512:
6
- metadata.gz: a886497c3c53c5ef5d9b7a64e0598ab397bb0409411f1463c4f45ae87a601cea58577a7daded0734ecb2fedbcb0aa8c746eb915e9775fe4a2b79352e6887a85e
7
- data.tar.gz: a1c7f3f41ccb615fde6814e30afeb7e88c26349e181e1d7316fb79a8129bf7a529259e29291800c29111b5ce5b69abfad694e64f76901318efe01f13c2b135dd
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
 
@@ -1,5 +1,5 @@
1
1
  require "pico_api"
2
- require "./config/dotenv" if ENV['PICO_API_ENV'] == "development"
2
+ require "./config/dotenv"
3
3
  require "./config/configuration"
4
4
  require "./config/database_setup"
5
5
  require "./config/application"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PicoApi
4
- VERSION = '0.0.3'
4
+ VERSION = '0.0.4'
5
5
  end
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.3
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-06 00:00:00.000000000 Z
11
+ date: 2022-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: erb