janio_api 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0721ffe6796b2c0d2b0c20a5bf2b6e54b0310e40135d02c72e3c696ff1c8836f
4
- data.tar.gz: '00250458c6169e4d52cc7465bd31d0c8df7914c866476127a7d92b9435223137'
3
+ metadata.gz: 04a3235356eb0a618c751d56eb55b12f9725bdf40a90707183e8e55b6219d6f0
4
+ data.tar.gz: da36fefca3fda541fdbc9337cfaa4129ee4b0093761b2016f5057a5c4044aeac
5
5
  SHA512:
6
- metadata.gz: 28edeba9d49aa7707bc43b95ed3a29d761fd4ff25b8996c749f3f2f651dc58e43b22940028a722c61060deae7c68849866b26275606be78a0d516ab83030b50b
7
- data.tar.gz: c52488a5053b715f4b57659a38ff85bce4ef5c1357fac31d49dc42532f9a8cb513d1404de8e3c9120f84895bbca6c15d19023d8f38da0a67c1fca2ab2f78fde8
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
- * 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
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
- * 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
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
- * Other conduct which could reasonably be considered inappropriate in a
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 andy_gg1996@hotmail.com. All
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- janio_api (0.1.3)
4
+ janio_api (0.1.4)
5
5
  activeresource
6
6
 
7
7
  GEM
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/[USERNAME]/janio_api/blob/master/CODE_OF_CONDUCT.md).
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/[USERNAME]/janio_api/blob/master/CODE_OF_CONDUCT.md).
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).
@@ -1,3 +1,3 @@
1
1
  module JanioAPI
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: janio_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Chong