janio_api 0.1.3 → 0.1.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/CODE_OF_CONDUCT.md +12 -12
- data/Gemfile.lock +1 -1
- data/README.md +9 -2
- data/lib/janio_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04a3235356eb0a618c751d56eb55b12f9725bdf40a90707183e8e55b6219d6f0
|
|
4
|
+
data.tar.gz: da36fefca3fda541fdbc9337cfaa4129ee4b0093761b2016f5057a5c4044aeac
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa2ac1e65e0222b6bfe40f93eda22d8f3c2547bed90bac8549b728d458387e512f1daf8ff88b0a9d0b3a3a7493a4921d4e5100a420edb417bc1cdd4533a72cc4
|
|
7
|
+
data.tar.gz: 915998a5b2cd70ada6e6c012e6110d3461b6977aad76a5eadabdc38cde14febe34bd31bceeb2ecbbc6ae75a57f5ee60ef35ac933e9dcc1afa061aaf62cac8243
|
data/CODE_OF_CONDUCT.md
CHANGED
|
@@ -14,21 +14,21 @@ orientation.
|
|
|
14
14
|
Examples of behavior that contributes to creating a positive environment
|
|
15
15
|
include:
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
- Using welcoming and inclusive language
|
|
18
|
+
- Being respectful of differing viewpoints and experiences
|
|
19
|
+
- Gracefully accepting constructive criticism
|
|
20
|
+
- Focusing on what is best for the community
|
|
21
|
+
- Showing empathy towards other community members
|
|
22
22
|
|
|
23
23
|
Examples of unacceptable behavior by participants include:
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
advances
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
- The use of sexualized language or imagery and unwelcome sexual attention or
|
|
26
|
+
advances
|
|
27
|
+
- Trolling, insulting/derogatory comments, and personal or political attacks
|
|
28
|
+
- Public or private harassment
|
|
29
|
+
- Publishing others' private information, such as a physical or electronic
|
|
30
30
|
address, without explicit permission
|
|
31
|
-
|
|
31
|
+
- Other conduct which could reasonably be considered inappropriate in a
|
|
32
32
|
professional setting
|
|
33
33
|
|
|
34
34
|
## Our Responsibilities
|
|
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
|
|
|
55
55
|
## Enforcement
|
|
56
56
|
|
|
57
57
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
58
|
-
reported by contacting the project team at
|
|
58
|
+
reported by contacting the project team at andygg1996personal@gmail.com. All
|
|
59
59
|
complaints will be reviewed and investigated and will result in a response that
|
|
60
60
|
is deemed necessary and appropriate to the circumstances. The project team is
|
|
61
61
|
obligated to maintain confidentiality with regard to the reporter of an incident.
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -81,6 +81,7 @@ Or install it yourself as:
|
|
|
81
81
|
```
|
|
82
82
|
|
|
83
83
|
2. Make sure you use `#valid?` or `#save_with_validation` to catch errors before POST to the server.
|
|
84
|
+
|
|
84
85
|
```ruby
|
|
85
86
|
unless order.valid?
|
|
86
87
|
# handle invalid order
|
|
@@ -120,9 +121,15 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
|
|
|
120
121
|
|
|
121
122
|
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
122
123
|
|
|
124
|
+
### TODO list
|
|
125
|
+
|
|
126
|
+
- [ ] Add test for Order creation.
|
|
127
|
+
- [ ] Figure out order update.
|
|
128
|
+
- [ ] Figure out order deletion.
|
|
129
|
+
|
|
123
130
|
## Contributing
|
|
124
131
|
|
|
125
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/PostCo/janio_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/
|
|
132
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/PostCo/janio_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/PostCo/janio_api/blob/master/CODE_OF_CONDUCT.md).
|
|
126
133
|
|
|
127
134
|
### Gem Building Guide
|
|
128
135
|
|
|
@@ -134,4 +141,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
|
134
141
|
|
|
135
142
|
## Code of Conduct
|
|
136
143
|
|
|
137
|
-
Everyone interacting in the JanioAPI project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
|
144
|
+
Everyone interacting in the JanioAPI project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/PostCo/janio_api/blob/master/CODE_OF_CONDUCT.md).
|
data/lib/janio_api/version.rb
CHANGED