testgemp 0.3 → 0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -7
- data/.gitignore +1 -0
- data/.idea/testgemp.iml +7 -1
- data/.ruby-version +1 -1
- data/circle.yml +29 -0
- data/lib/testgemp/version.rb +1 -1
- metadata +63 -57
- data/.idea/workspace.xml +0 -423
- data/.travis.yml +0 -5
- data/CODE_OF_CONDUCT.md +0 -74
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
|
-
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
YmVmZWRmNzFmZGQzODdkNzI3Y2U4OTRlNDUyZTZiMTRjMDI0MjJiYQ==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
MWFhYjcwYmE0OGNiYjNkYjhmM2I0ZWJjMGVkNTQ2NDZjZjUyZTVjZQ==
|
7
|
+
SHA512:
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
NTQ4ZGI5ODg3MDg3YmVmMzc3ZjhiMGZmZjViZmZjN2JlN2M0YzIyMzZjNWE2
|
10
|
+
M2NlODM1NjhiMmNjZjU0NGZkZWI5MzQzM2RjYjVjMTlkNTkzOTQ1YTdhZWNl
|
11
|
+
ZjQ2MTk1OTE4YjIwNWU1ZjBjNTk5MDU5MGNmYmE3MjY0NzY5NTg=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
NzQxNmJmMzQ5NjFiYTg1ODc4ZDFlYzgxZjJhMzhlMDk3NzBkOGNkOTc2NTgz
|
14
|
+
ODBlNGNlZjBmY2M5ODFmYjIwNmMwZjIxZTljM2FjOGMyZTZlMDdjOTNhZDlk
|
15
|
+
NGE5ZjVmYWQwYzY1YjA5NWQ5ODIwODZkNzczZmFhNWNjYzFjYzY=
|
data/.gitignore
CHANGED
data/.idea/testgemp.iml
CHANGED
@@ -2,7 +2,13 @@
|
|
2
2
|
<module type="RUBY_MODULE" version="4">
|
3
3
|
<component name="NewModuleRootManager">
|
4
4
|
<content url="file://$MODULE_DIR$" />
|
5
|
-
<orderEntry type="jdk" jdkName="RVM: ruby-1.
|
5
|
+
<orderEntry type="jdk" jdkName="RVM: ruby-1.9.3-p551 [testgemp]" jdkType="RUBY_SDK" />
|
6
6
|
<orderEntry type="sourceFolder" forTests="false" />
|
7
|
+
<orderEntry type="library" scope="PROVIDED" name="addressable (v2.3.8, RVM: ruby-1.9.3-p551 [testgemp]) [gem]" level="application" />
|
8
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.13.6, RVM: ruby-1.9.3-p551 [testgemp]) [gem]" level="application" />
|
9
|
+
<orderEntry type="library" scope="PROVIDED" name="faraday (v0.9.2, RVM: ruby-1.9.3-p551 [testgemp]) [gem]" level="application" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="faraday_middleware (v0.10.1, RVM: ruby-1.9.3-p551 [testgemp]) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="json (v1.8.3, RVM: ruby-1.9.3-p551 [testgemp]) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="multipart-post (v2.0.0, RVM: ruby-1.9.3-p551 [testgemp]) [gem]" level="application" />
|
7
13
|
</component>
|
8
14
|
</module>
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
1.9.3
|
data/circle.yml
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
machine:
|
2
|
+
ruby:
|
3
|
+
version: 1.9.3
|
4
|
+
|
5
|
+
environment:
|
6
|
+
RUBY_VERSIONS: 1.9.3
|
7
|
+
|
8
|
+
dependencies:
|
9
|
+
override:
|
10
|
+
- rvm get head
|
11
|
+
- rvm install $RUBY_VERSIONS
|
12
|
+
- rvm $RUBY_VERSIONS --verbose do gem install bundler
|
13
|
+
- rvm $RUBY_VERSIONS --verbose do bundle install
|
14
|
+
|
15
|
+
test:
|
16
|
+
override:
|
17
|
+
- echo "ignore for now"
|
18
|
+
|
19
|
+
|
20
|
+
deployment:
|
21
|
+
release:
|
22
|
+
tag: /v[0-9]+(\.[0-9]+)*/
|
23
|
+
owner: phuonghuynh
|
24
|
+
commands:
|
25
|
+
- |
|
26
|
+
curl -u ${rubygems_user}:${rubygems_password} https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials
|
27
|
+
- chmod 0600 ~/.gem/credentials
|
28
|
+
- gem build *.gemspec
|
29
|
+
- gem push *.gem
|
data/lib/testgemp/version.rb
CHANGED
metadata
CHANGED
@@ -1,110 +1,116 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: testgemp
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: '0.6'
|
5
5
|
platform: ruby
|
6
|
-
authors:
|
6
|
+
authors:
|
7
7
|
- phuonghqh
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
- !ruby/object:Gem::Dependency
|
11
|
+
date: 2016-12-10 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
15
14
|
name: faraday
|
16
|
-
|
17
|
-
|
18
|
-
requirements:
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
19
17
|
- - ~>
|
20
|
-
- !ruby/object:Gem::Version
|
18
|
+
- !ruby/object:Gem::Version
|
21
19
|
version: 0.9.2
|
22
20
|
type: :runtime
|
23
|
-
version_requirements: *id001
|
24
|
-
- !ruby/object:Gem::Dependency
|
25
|
-
name: faraday_middleware
|
26
21
|
prerelease: false
|
27
|
-
|
28
|
-
requirements:
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ~>
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 0.9.2
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: faraday_middleware
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
29
31
|
- - ~>
|
30
|
-
- !ruby/object:Gem::Version
|
32
|
+
- !ruby/object:Gem::Version
|
31
33
|
version: 0.10.1
|
32
34
|
type: :runtime
|
33
|
-
version_requirements: *id002
|
34
|
-
- !ruby/object:Gem::Dependency
|
35
|
-
name: addressable
|
36
35
|
prerelease: false
|
37
|
-
|
38
|
-
requirements:
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ~>
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 0.10.1
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: addressable
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
39
45
|
- - ~>
|
40
|
-
- !ruby/object:Gem::Version
|
46
|
+
- !ruby/object:Gem::Version
|
41
47
|
version: 2.3.8
|
42
48
|
type: :runtime
|
43
|
-
version_requirements: *id003
|
44
|
-
- !ruby/object:Gem::Dependency
|
45
|
-
name: json
|
46
49
|
prerelease: false
|
47
|
-
|
48
|
-
requirements:
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ~>
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 2.3.8
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: json
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
49
59
|
- - ~>
|
50
|
-
- !ruby/object:Gem::Version
|
60
|
+
- !ruby/object:Gem::Version
|
51
61
|
version: 1.8.3
|
52
62
|
type: :runtime
|
53
|
-
|
54
|
-
|
55
|
-
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ~>
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: 1.8.3
|
69
|
+
description: ! ' Write a longer description or delete this line.'
|
70
|
+
email:
|
56
71
|
- phuonghqh@gmail.com
|
57
72
|
executables: []
|
58
|
-
|
59
73
|
extensions: []
|
60
|
-
|
61
74
|
extra_rdoc_files: []
|
62
|
-
|
63
|
-
files:
|
75
|
+
files:
|
64
76
|
- .gitignore
|
65
77
|
- .idea/misc.xml
|
66
78
|
- .idea/modules.xml
|
67
79
|
- .idea/testgemp.iml
|
68
80
|
- .idea/vcs.xml
|
69
|
-
- .idea/workspace.xml
|
70
81
|
- .rspec
|
71
82
|
- .ruby-gemset
|
72
83
|
- .ruby-version
|
73
|
-
- .travis.yml
|
74
|
-
- CODE_OF_CONDUCT.md
|
75
84
|
- Gemfile
|
76
85
|
- LICENSE.txt
|
77
86
|
- README.md
|
78
87
|
- Rakefile
|
88
|
+
- circle.yml
|
79
89
|
- lib/testgemp.rb
|
80
90
|
- lib/testgemp/version.rb
|
81
91
|
- testgemp.gemspec
|
82
92
|
homepage: http://phuonghqh.io
|
83
|
-
licenses:
|
93
|
+
licenses:
|
84
94
|
- MIT
|
85
95
|
metadata: {}
|
86
|
-
|
87
96
|
post_install_message:
|
88
97
|
rdoc_options: []
|
89
|
-
|
90
|
-
require_paths:
|
98
|
+
require_paths:
|
91
99
|
- lib
|
92
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
93
|
-
requirements:
|
94
|
-
- -
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
version:
|
97
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
98
|
-
requirements:
|
99
|
-
- -
|
100
|
-
- !ruby/object:Gem::Version
|
101
|
-
version:
|
100
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
101
|
+
requirements:
|
102
|
+
- - ! '>='
|
103
|
+
- !ruby/object:Gem::Version
|
104
|
+
version: '1.8'
|
105
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
106
|
+
requirements:
|
107
|
+
- - ! '>='
|
108
|
+
- !ruby/object:Gem::Version
|
109
|
+
version: '0'
|
102
110
|
requirements: []
|
103
|
-
|
104
111
|
rubyforge_project:
|
105
|
-
rubygems_version: 2.
|
112
|
+
rubygems_version: 2.4.3
|
106
113
|
signing_key:
|
107
114
|
specification_version: 4
|
108
115
|
summary: Write a short summary, because Rubygems requires one.
|
109
116
|
test_files: []
|
110
|
-
|
data/.idea/workspace.xml
DELETED
@@ -1,423 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="b8f260a7-9d23-47a2-80dc-cc6647a0da06" name="Default" comment="">
|
5
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.gitignore" />
|
6
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
|
7
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/modules.xml" />
|
8
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/testgemp.iml" />
|
9
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/vcs.xml" />
|
10
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
11
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.rspec" />
|
12
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.ruby-gemset" />
|
13
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.ruby-version" />
|
14
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.travis.yml" />
|
15
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/CODE_OF_CONDUCT.md" />
|
16
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Gemfile" />
|
17
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSE.txt" />
|
18
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/README.md" />
|
19
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Rakefile" />
|
20
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/testgemp.rb" />
|
21
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/testgemp/version.rb" />
|
22
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/spec/spec_helper.rb" />
|
23
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/spec/testgemp_spec.rb" />
|
24
|
-
<change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/testgemp.gemspec" />
|
25
|
-
</list>
|
26
|
-
<ignored path="testgemp.iws" />
|
27
|
-
<ignored path=".idea/workspace.xml" />
|
28
|
-
<ignored path=".idea/dataSources.local.xml" />
|
29
|
-
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
30
|
-
<option name="TRACKING_ENABLED" value="true" />
|
31
|
-
<option name="SHOW_DIALOG" value="false" />
|
32
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
33
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
34
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
35
|
-
</component>
|
36
|
-
<component name="CreatePatchCommitExecutor">
|
37
|
-
<option name="PATCH_PATH" value="" />
|
38
|
-
</component>
|
39
|
-
<component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
|
40
|
-
<component name="FavoritesManager">
|
41
|
-
<favorites_list name="testgemp" />
|
42
|
-
</component>
|
43
|
-
<component name="FileEditorManager">
|
44
|
-
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
45
|
-
<file leaf-file-name="testgemp.gemspec" pinned="false" current-in-tab="false">
|
46
|
-
<entry file="file://$PROJECT_DIR$/testgemp.gemspec">
|
47
|
-
<provider selected="true" editor-type-id="text-editor">
|
48
|
-
<state relative-caret-position="666">
|
49
|
-
<caret line="37" column="3" lean-forward="true" selection-start-line="37" selection-start-column="3" selection-end-line="37" selection-end-column="3" />
|
50
|
-
<folding />
|
51
|
-
</state>
|
52
|
-
</provider>
|
53
|
-
</entry>
|
54
|
-
</file>
|
55
|
-
<file leaf-file-name="Gemfile" pinned="false" current-in-tab="false">
|
56
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
57
|
-
<provider selected="true" editor-type-id="text-editor">
|
58
|
-
<state relative-caret-position="36">
|
59
|
-
<caret line="2" column="0" lean-forward="false" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
|
60
|
-
<folding />
|
61
|
-
</state>
|
62
|
-
</provider>
|
63
|
-
</entry>
|
64
|
-
</file>
|
65
|
-
<file leaf-file-name=".ruby-version" pinned="false" current-in-tab="false">
|
66
|
-
<entry file="file://$PROJECT_DIR$/.ruby-version">
|
67
|
-
<provider selected="true" editor-type-id="text-editor">
|
68
|
-
<state relative-caret-position="0">
|
69
|
-
<caret line="0" column="10" lean-forward="false" selection-start-line="0" selection-start-column="10" selection-end-line="0" selection-end-column="10" />
|
70
|
-
<folding />
|
71
|
-
</state>
|
72
|
-
</provider>
|
73
|
-
</entry>
|
74
|
-
</file>
|
75
|
-
<file leaf-file-name=".ruby-gemset" pinned="false" current-in-tab="false">
|
76
|
-
<entry file="file://$PROJECT_DIR$/.ruby-gemset">
|
77
|
-
<provider selected="true" editor-type-id="text-editor">
|
78
|
-
<state relative-caret-position="0">
|
79
|
-
<caret line="0" column="8" lean-forward="false" selection-start-line="0" selection-start-column="8" selection-end-line="0" selection-end-column="8" />
|
80
|
-
<folding />
|
81
|
-
</state>
|
82
|
-
</provider>
|
83
|
-
</entry>
|
84
|
-
</file>
|
85
|
-
<file leaf-file-name="version.rb" pinned="false" current-in-tab="true">
|
86
|
-
<entry file="file://$PROJECT_DIR$/lib/testgemp/version.rb">
|
87
|
-
<provider selected="true" editor-type-id="text-editor">
|
88
|
-
<state relative-caret-position="18">
|
89
|
-
<caret line="1" column="16" lean-forward="false" selection-start-line="1" selection-start-column="16" selection-end-line="1" selection-end-column="16" />
|
90
|
-
<folding />
|
91
|
-
</state>
|
92
|
-
</provider>
|
93
|
-
</entry>
|
94
|
-
</file>
|
95
|
-
</leaf>
|
96
|
-
</component>
|
97
|
-
<component name="Git.Settings">
|
98
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
99
|
-
</component>
|
100
|
-
<component name="IdeDocumentHistory">
|
101
|
-
<option name="CHANGED_PATHS">
|
102
|
-
<list>
|
103
|
-
<option value="$PROJECT_DIR$/.ruby-gemset" />
|
104
|
-
<option value="$PROJECT_DIR$/.ruby-version" />
|
105
|
-
<option value="$PROJECT_DIR$/Gemfile" />
|
106
|
-
<option value="$PROJECT_DIR$/testgemp.gemspec" />
|
107
|
-
<option value="$PROJECT_DIR$/lib/testgemp/version.rb" />
|
108
|
-
</list>
|
109
|
-
</option>
|
110
|
-
</component>
|
111
|
-
<component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
112
|
-
<component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
113
|
-
<component name="JsGulpfileManager">
|
114
|
-
<detection-done>true</detection-done>
|
115
|
-
<sorting>DEFINITION_ORDER</sorting>
|
116
|
-
</component>
|
117
|
-
<component name="ProjectFrameBounds">
|
118
|
-
<option name="x" value="366" />
|
119
|
-
<option name="y" value="129" />
|
120
|
-
<option name="width" value="1400" />
|
121
|
-
<option name="height" value="1000" />
|
122
|
-
</component>
|
123
|
-
<component name="ProjectView">
|
124
|
-
<navigator currentView="ProjectPane" proportions="" version="1">
|
125
|
-
<flattenPackages />
|
126
|
-
<showMembers />
|
127
|
-
<showModules />
|
128
|
-
<showLibraryContents />
|
129
|
-
<hideEmptyPackages />
|
130
|
-
<abbreviatePackageNames />
|
131
|
-
<autoscrollToSource />
|
132
|
-
<autoscrollFromSource />
|
133
|
-
<sortByType />
|
134
|
-
<manualOrder />
|
135
|
-
<foldersAlwaysOnTop value="true" />
|
136
|
-
</navigator>
|
137
|
-
<panes>
|
138
|
-
<pane id="Scratches" />
|
139
|
-
<pane id="Scope" />
|
140
|
-
<pane id="ProjectPane">
|
141
|
-
<subPane>
|
142
|
-
<PATH>
|
143
|
-
<PATH_ELEMENT>
|
144
|
-
<option name="myItemId" value="testgemp" />
|
145
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
146
|
-
</PATH_ELEMENT>
|
147
|
-
<PATH_ELEMENT>
|
148
|
-
<option name="myItemId" value="testgemp" />
|
149
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
150
|
-
</PATH_ELEMENT>
|
151
|
-
</PATH>
|
152
|
-
<PATH>
|
153
|
-
<PATH_ELEMENT>
|
154
|
-
<option name="myItemId" value="testgemp" />
|
155
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
156
|
-
</PATH_ELEMENT>
|
157
|
-
<PATH_ELEMENT>
|
158
|
-
<option name="myItemId" value="testgemp" />
|
159
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
160
|
-
</PATH_ELEMENT>
|
161
|
-
<PATH_ELEMENT>
|
162
|
-
<option name="myItemId" value="spec" />
|
163
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
164
|
-
</PATH_ELEMENT>
|
165
|
-
</PATH>
|
166
|
-
<PATH>
|
167
|
-
<PATH_ELEMENT>
|
168
|
-
<option name="myItemId" value="testgemp" />
|
169
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
170
|
-
</PATH_ELEMENT>
|
171
|
-
<PATH_ELEMENT>
|
172
|
-
<option name="myItemId" value="testgemp" />
|
173
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
174
|
-
</PATH_ELEMENT>
|
175
|
-
<PATH_ELEMENT>
|
176
|
-
<option name="myItemId" value="lib" />
|
177
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
178
|
-
</PATH_ELEMENT>
|
179
|
-
</PATH>
|
180
|
-
<PATH>
|
181
|
-
<PATH_ELEMENT>
|
182
|
-
<option name="myItemId" value="testgemp" />
|
183
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
|
184
|
-
</PATH_ELEMENT>
|
185
|
-
<PATH_ELEMENT>
|
186
|
-
<option name="myItemId" value="testgemp" />
|
187
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
188
|
-
</PATH_ELEMENT>
|
189
|
-
<PATH_ELEMENT>
|
190
|
-
<option name="myItemId" value="lib" />
|
191
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
192
|
-
</PATH_ELEMENT>
|
193
|
-
<PATH_ELEMENT>
|
194
|
-
<option name="myItemId" value="testgemp" />
|
195
|
-
<option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
|
196
|
-
</PATH_ELEMENT>
|
197
|
-
</PATH>
|
198
|
-
</subPane>
|
199
|
-
</pane>
|
200
|
-
</panes>
|
201
|
-
</component>
|
202
|
-
<component name="PropertiesComponent">
|
203
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
204
|
-
<property name="nodejs_interpreter_path" value="/usr/local/bin/node" />
|
205
|
-
<property name="js.eslint.eslintPackage" value="" />
|
206
|
-
<property name="js-jscs-nodeInterpreter" value="/usr/local/bin/node" />
|
207
|
-
</component>
|
208
|
-
<component name="RecentsManager">
|
209
|
-
<key name="CopyFile.RECENT_KEYS">
|
210
|
-
<recent name="$PROJECT_DIR$" />
|
211
|
-
</key>
|
212
|
-
</component>
|
213
|
-
<component name="RunManager">
|
214
|
-
<configuration default="true" type="CucumberRunConfigurationType" factoryName="Cucumber">
|
215
|
-
<predefined_log_file id="RUBY_CUCUMBER" enabled="true" />
|
216
|
-
<module name="" />
|
217
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
218
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
219
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
220
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
221
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
222
|
-
<envs />
|
223
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
224
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
225
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
226
|
-
<COVERAGE_PATTERN ENABLED="true">
|
227
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
228
|
-
</COVERAGE_PATTERN>
|
229
|
-
</EXTENSION>
|
230
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="**/*.feature" />
|
231
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
232
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
233
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
234
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_TAGS_FILTER" VALUE="" />
|
235
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="TEST_NAME_FILTER" VALUE="" />
|
236
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_ARGS" VALUE="--color -r features" />
|
237
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
238
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
239
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="VERBOSE_OPTION" VALUE="false" />
|
240
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
241
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
242
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
243
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="CUCUMBER_RUNNER_PATH" VALUE="" />
|
244
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_RUNNER" VALUE="false" />
|
245
|
-
<CUCUMBER_RUN_CONFIG_SETTINGS_ID NAME="SETTINGS_VERSION" VALUE="2" />
|
246
|
-
<method />
|
247
|
-
</configuration>
|
248
|
-
<configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
|
249
|
-
<config-file value="" />
|
250
|
-
<node-interpreter value="project" />
|
251
|
-
<envs />
|
252
|
-
<method />
|
253
|
-
</configuration>
|
254
|
-
<configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
|
255
|
-
<method />
|
256
|
-
</configuration>
|
257
|
-
<configuration default="true" type="RubyRunConfigurationType" factoryName="Ruby">
|
258
|
-
<module name="" />
|
259
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
260
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="" />
|
261
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
262
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
263
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
264
|
-
<envs />
|
265
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
266
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
267
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
268
|
-
<COVERAGE_PATTERN ENABLED="true">
|
269
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
270
|
-
</COVERAGE_PATTERN>
|
271
|
-
</EXTENSION>
|
272
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="" />
|
273
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
274
|
-
<method />
|
275
|
-
</configuration>
|
276
|
-
<configuration default="true" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest">
|
277
|
-
<predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
|
278
|
-
<module name="" />
|
279
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
|
280
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="" />
|
281
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
282
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
283
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
284
|
-
<envs />
|
285
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
286
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
287
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov">
|
288
|
-
<COVERAGE_PATTERN ENABLED="true">
|
289
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
290
|
-
</COVERAGE_PATTERN>
|
291
|
-
</EXTENSION>
|
292
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
293
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="" />
|
294
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
|
295
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
|
296
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
297
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
298
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
299
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
300
|
-
<RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
|
301
|
-
<method />
|
302
|
-
</configuration>
|
303
|
-
<configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
|
304
|
-
<method />
|
305
|
-
</configuration>
|
306
|
-
<configuration default="true" type="js.build_tools.npm" factoryName="npm">
|
307
|
-
<command value="run-script" />
|
308
|
-
<scripts />
|
309
|
-
<node-interpreter value="project" />
|
310
|
-
<envs />
|
311
|
-
<method />
|
312
|
-
</configuration>
|
313
|
-
</component>
|
314
|
-
<component name="ShelveChangesManager" show_recycled="false">
|
315
|
-
<option name="remove_strategy" value="false" />
|
316
|
-
</component>
|
317
|
-
<component name="TaskManager">
|
318
|
-
<task active="true" id="Default" summary="Default task">
|
319
|
-
<changelist id="b8f260a7-9d23-47a2-80dc-cc6647a0da06" name="Default" comment="" />
|
320
|
-
<created>1480533236791</created>
|
321
|
-
<option name="number" value="Default" />
|
322
|
-
<option name="presentableId" value="Default" />
|
323
|
-
<updated>1480533236791</updated>
|
324
|
-
<workItem from="1480533237963" duration="748000" />
|
325
|
-
<workItem from="1481002572760" duration="2004000" />
|
326
|
-
</task>
|
327
|
-
<servers />
|
328
|
-
</component>
|
329
|
-
<component name="TimeTrackingManager">
|
330
|
-
<option name="totallyTimeSpent" value="2752000" />
|
331
|
-
</component>
|
332
|
-
<component name="ToolWindowManager">
|
333
|
-
<frame x="366" y="129" width="1400" height="1000" extended-state="0" />
|
334
|
-
<editor active="true" />
|
335
|
-
<layout>
|
336
|
-
<window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2525773" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
|
337
|
-
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
|
338
|
-
<window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="true" content_ui="tabs" />
|
339
|
-
<window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
340
|
-
<window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
341
|
-
<window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
342
|
-
<window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.32928178" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
|
343
|
-
<window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
|
344
|
-
<window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
|
345
|
-
<window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
346
|
-
<window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
|
347
|
-
<window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
|
348
|
-
<window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33038673" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
|
349
|
-
<window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
|
350
|
-
<window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
351
|
-
<window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
|
352
|
-
<window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
|
353
|
-
</layout>
|
354
|
-
</component>
|
355
|
-
<component name="TypeScriptGeneratedFilesManager">
|
356
|
-
<option name="processedProjectFiles" value="true" />
|
357
|
-
</component>
|
358
|
-
<component name="Vcs.Log.UiProperties">
|
359
|
-
<option name="RECENTLY_FILTERED_USER_GROUPS">
|
360
|
-
<collection />
|
361
|
-
</option>
|
362
|
-
<option name="RECENTLY_FILTERED_BRANCH_GROUPS">
|
363
|
-
<collection />
|
364
|
-
</option>
|
365
|
-
</component>
|
366
|
-
<component name="VcsContentAnnotationSettings">
|
367
|
-
<option name="myLimit" value="2678400000" />
|
368
|
-
</component>
|
369
|
-
<component name="XDebuggerManager">
|
370
|
-
<breakpoint-manager />
|
371
|
-
<watches-manager />
|
372
|
-
</component>
|
373
|
-
<component name="editorHistoryManager">
|
374
|
-
<entry file="file://$PROJECT_DIR$/testgemp.gemspec">
|
375
|
-
<provider selected="true" editor-type-id="text-editor">
|
376
|
-
<state relative-caret-position="0">
|
377
|
-
<caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
|
378
|
-
<folding />
|
379
|
-
</state>
|
380
|
-
</provider>
|
381
|
-
</entry>
|
382
|
-
<entry file="file://$PROJECT_DIR$/.ruby-version">
|
383
|
-
<provider selected="true" editor-type-id="text-editor">
|
384
|
-
<state relative-caret-position="0">
|
385
|
-
<caret line="0" column="10" lean-forward="false" selection-start-line="0" selection-start-column="10" selection-end-line="0" selection-end-column="10" />
|
386
|
-
<folding />
|
387
|
-
</state>
|
388
|
-
</provider>
|
389
|
-
</entry>
|
390
|
-
<entry file="file://$PROJECT_DIR$/.ruby-gemset">
|
391
|
-
<provider selected="true" editor-type-id="text-editor">
|
392
|
-
<state relative-caret-position="0">
|
393
|
-
<caret line="0" column="8" lean-forward="false" selection-start-line="0" selection-start-column="8" selection-end-line="0" selection-end-column="8" />
|
394
|
-
<folding />
|
395
|
-
</state>
|
396
|
-
</provider>
|
397
|
-
</entry>
|
398
|
-
<entry file="file://$PROJECT_DIR$/Gemfile">
|
399
|
-
<provider selected="true" editor-type-id="text-editor">
|
400
|
-
<state relative-caret-position="36">
|
401
|
-
<caret line="2" column="0" lean-forward="false" selection-start-line="2" selection-start-column="0" selection-end-line="2" selection-end-column="0" />
|
402
|
-
<folding />
|
403
|
-
</state>
|
404
|
-
</provider>
|
405
|
-
</entry>
|
406
|
-
<entry file="file://$PROJECT_DIR$/testgemp.gemspec">
|
407
|
-
<provider selected="true" editor-type-id="text-editor">
|
408
|
-
<state relative-caret-position="666">
|
409
|
-
<caret line="37" column="3" lean-forward="true" selection-start-line="37" selection-start-column="3" selection-end-line="37" selection-end-column="3" />
|
410
|
-
<folding />
|
411
|
-
</state>
|
412
|
-
</provider>
|
413
|
-
</entry>
|
414
|
-
<entry file="file://$PROJECT_DIR$/lib/testgemp/version.rb">
|
415
|
-
<provider selected="true" editor-type-id="text-editor">
|
416
|
-
<state relative-caret-position="18">
|
417
|
-
<caret line="1" column="16" lean-forward="false" selection-start-line="1" selection-start-column="16" selection-end-line="1" selection-end-column="16" />
|
418
|
-
<folding />
|
419
|
-
</state>
|
420
|
-
</provider>
|
421
|
-
</entry>
|
422
|
-
</component>
|
423
|
-
</project>
|
data/.travis.yml
DELETED
data/CODE_OF_CONDUCT.md
DELETED
@@ -1,74 +0,0 @@
|
|
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 phuonghqh@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/
|