languages 1.3.9 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CODE_OF_CONDUCT.md +64 -12
- data/lib/languages.yml +12 -2
- data/lib/languages/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ee589203c1c4070209279a831bd8214d38591be
|
4
|
+
data.tar.gz: 0430070558e5c37ccfc9f0824c2c67b0fb3f695c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f192c8724fc14c9164d7630132cce9944db4aee17b151d9b2c3d897a109d59ce98dfca31dc3c81fd18c7281307f6e9423a05b692c9acfccf25e030906f9b42e7
|
7
|
+
data.tar.gz: dffafd9c5b16370e4ec0fa2efe622f93ee6902b90af6d17f919df1cc629813068e90e59264309b36d942da3d6ebd8617e74a9423218f2b57650af41a1650318c
|
data/CODE_OF_CONDUCT.md
CHANGED
@@ -1,22 +1,74 @@
|
|
1
|
-
# Contributor Code of Conduct
|
1
|
+
# Contributor Covenant Code of Conduct
|
2
2
|
|
3
|
-
|
3
|
+
## Our Pledge
|
4
4
|
|
5
|
-
|
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
|
6
22
|
|
7
23
|
Examples of unacceptable behavior by participants include:
|
8
24
|
|
9
|
-
* The use of sexualized language or imagery
|
10
|
-
|
11
|
-
* Trolling
|
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
|
12
28
|
* Public or private harassment
|
13
|
-
* Publishing
|
14
|
-
|
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 andrewnez@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.
|
15
63
|
|
16
|
-
Project maintainers
|
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.
|
17
67
|
|
18
|
-
|
68
|
+
## Attribution
|
19
69
|
|
20
|
-
|
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]
|
21
72
|
|
22
|
-
|
73
|
+
[homepage]: http://contributor-covenant.org
|
74
|
+
[version]: http://contributor-covenant.org/version/1/4/
|
data/lib/languages.yml
CHANGED
@@ -772,7 +772,7 @@ DM:
|
|
772
772
|
- .dm
|
773
773
|
aliases:
|
774
774
|
- byond
|
775
|
-
tm_scope: source.
|
775
|
+
tm_scope: source.dm
|
776
776
|
ace_mode: c_cpp
|
777
777
|
|
778
778
|
DNS Zone:
|
@@ -1262,6 +1262,14 @@ Graph Modeling Language:
|
|
1262
1262
|
tm_scope: none
|
1263
1263
|
ace_mode: text
|
1264
1264
|
|
1265
|
+
GraphQL:
|
1266
|
+
type: data
|
1267
|
+
extensions:
|
1268
|
+
- .graphql
|
1269
|
+
color: "#E535AB"
|
1270
|
+
tm_scope: source.graphql
|
1271
|
+
ace_mode: text
|
1272
|
+
|
1265
1273
|
Graphviz (DOT):
|
1266
1274
|
type: data
|
1267
1275
|
tm_scope: source.dot
|
@@ -1532,7 +1540,7 @@ Idris:
|
|
1532
1540
|
- .idr
|
1533
1541
|
- .lidr
|
1534
1542
|
ace_mode: text
|
1535
|
-
tm_scope:
|
1543
|
+
tm_scope: source.idris
|
1536
1544
|
|
1537
1545
|
Inform 7:
|
1538
1546
|
type: programming
|
@@ -2068,6 +2076,7 @@ Makefile:
|
|
2068
2076
|
- .mak
|
2069
2077
|
- .d
|
2070
2078
|
- .mk
|
2079
|
+
- .mkfile
|
2071
2080
|
filenames:
|
2072
2081
|
- GNUmakefile
|
2073
2082
|
- Kbuild
|
@@ -2076,6 +2085,7 @@ Makefile:
|
|
2076
2085
|
- Makefile.in
|
2077
2086
|
- Makefile.inc
|
2078
2087
|
- makefile
|
2088
|
+
- mkfile
|
2079
2089
|
interpreters:
|
2080
2090
|
- make
|
2081
2091
|
ace_mode: makefile
|
data/lib/languages/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: languages
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Nesbitt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-04-
|
11
|
+
date: 2016-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: escape_utils
|