dear-inventory-ruby 0.1.0 → 0.1.1

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: b4dc8e1a681123c408ac8e5d6ae9294680e33c560b21b59c8a18701d97df1b03
4
- data.tar.gz: e8acb9bb27c89448f1c6f753934cf228e8f441b1e25ab073cf115154d7bea59a
3
+ metadata.gz: a44b14881b836e8b6c9dd55627777699765e816d39999829bef66d1a6385d664
4
+ data.tar.gz: b6175ffac46149678b765cffe9a1357899f8f5c41748d45f0e87b8dc07bd53f2
5
5
  SHA512:
6
- metadata.gz: 9ce4e3b10fc0d2b7ced53f9088fb389bf7658b81f00bec402163a81f2bdf0993833e26bebea5aed6806b61a9487035d9dd40a3b560a531b3370f0e0c55b1a5a3
7
- data.tar.gz: 4052318834c97171717b689b9e09b6f58371d61c5e2dd360df2105fa4fedc6ba3a68435f0c94ee6fa37c10da4cb8684f663ad413e721161fde1e032b42d68634
6
+ metadata.gz: 629106b4fcf79ebb4f73751263c80cedc4d9c1f1420b8ba518155906f58aff7a7bc9a2380e1bc06c894e8973a7b06d1cfa1eb803ede4e14af647c3f2ca1a94b4
7
+ data.tar.gz: 42b29532f4ca4d246dd5bcbcb0e274aa0f3a8fe6ba1100db9914dbb906a9f03e714d1662a6a0fc7179684db33a681991b4d289e09187e0f6bc7029775d72da3c
data/CHANGELOG.md ADDED
@@ -0,0 +1,11 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [0.1.1] - 2020-02-12
6
+
7
+ - Update gemspec.
8
+
9
+ ## [0.1.0] - 2020-02-12
10
+
11
+ - Init gem.
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
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
22
+
23
+ Examples of unacceptable behavior by participants include:
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
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at nnhansg@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/README.md CHANGED
@@ -7,7 +7,7 @@ This specifing endpoints for DEAR Inventory API
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 0.1.0
10
+ - Package version: 0.1.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [https://www.nnhan.me](https://www.nnhan.me)
13
13
 
@@ -24,16 +24,16 @@ gem build dear-inventory-ruby.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./dear-inventory-ruby-0.1.0.gem
27
+ gem install ./dear-inventory-ruby-0.1.1.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./dear-inventory-ruby-0.1.0.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./dear-inventory-ruby-0.1.1.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'dear-inventory-ruby', '~> 0.1.0'
36
+ gem 'dear-inventory-ruby', '~> 0.1.1'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -25,6 +25,12 @@ Gem::Specification.new do |s|
25
25
  s.summary = "DEAR Inventory Ruby SDK generated from DEAR-OpenAPI Spec 3.0 for https://inventory.dearsystems.com"
26
26
  s.description = "DEAR Inventory Ruby SDK generated from DEAR-OpenAPI Spec 3.0 for https://inventory.dearsystems.com"
27
27
  s.license = 'MIT'
28
+
29
+ s.metadata['homepage_uri'] = s.homepage
30
+ s.metadata['source_code_uri'] = "https://github.com/nnhansg/dear-ruby"
31
+ s.metadata['changelog_uri'] = "https://github.com/nnhansg/dear-ruby/blob/master/CHANGELOG.md"
32
+ s.metadata['bug_tracker_uri'] = "https://github.com/nnhansg/dear-ruby/issues"
33
+
28
34
  s.required_ruby_version = ">= 1.9"
29
35
 
30
36
  s.add_runtime_dependency 'faraday', '>= 0.14.0'
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3
11
11
  =end
12
12
 
13
13
  module DearInventoryRuby
14
- VERSION = '0.1.0'
14
+ VERSION = '0.1.1'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dear-inventory-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nhan Nguyen
@@ -71,6 +71,8 @@ executables: []
71
71
  extensions: []
72
72
  extra_rdoc_files: []
73
73
  files:
74
+ - CHANGELOG.md
75
+ - CODE_OF_CONDUCT.md
74
76
  - Gemfile
75
77
  - LICENSE
76
78
  - README.md
@@ -109,7 +111,11 @@ files:
109
111
  homepage: https://inventory.dearsystems.com
110
112
  licenses:
111
113
  - MIT
112
- metadata: {}
114
+ metadata:
115
+ homepage_uri: https://inventory.dearsystems.com
116
+ source_code_uri: https://github.com/nnhansg/dear-ruby
117
+ changelog_uri: https://github.com/nnhansg/dear-ruby/blob/master/CHANGELOG.md
118
+ bug_tracker_uri: https://github.com/nnhansg/dear-ruby/issues
113
119
  post_install_message:
114
120
  rdoc_options: []
115
121
  require_paths: