languages 1.2.0 → 1.2.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
  SHA1:
3
- metadata.gz: 3091a4667c3179edf113eee5baeb7a22ce8983ff
4
- data.tar.gz: 5ee2ea30f272b0ee88eaa8d5bd2cd3a4f36eca8a
3
+ metadata.gz: 99f4e209d6b2ae33f8cb2529d1dd381dcc599b50
4
+ data.tar.gz: b62129b577183ca91f445eeb16effacdb9235169
5
5
  SHA512:
6
- metadata.gz: 3bba366344f53a5b6d6b355f8966699f61499820c93970a7da4a57b0c391ded34c990375a2ce853d7095cddeec956470476e5432e88fddd27c9f4459b8125974
7
- data.tar.gz: 266bd2a76ae632809b4d242d937bfad546bb88fc52dbfe9b3a40bae63330db11d511b8df51e0a1c215d1a76d795f996d5642c3f266cb199268d0c540061dc5ac
6
+ metadata.gz: e93abca3bbf1c0d48eaa1b0ec376ef86e63980f7139bb87e26eb90753ce2a49274bf4be2247e86ac20855d440e8cf5ab4b2d7ee1265b4a6565869ebddede6ab8
7
+ data.tar.gz: 61d0458de3312c92bf3dbc4ee2faa2fdfc23eaad8a344fd49617e49abd3c2cb08109a0de3b963974b08aeabd4b80768db77317007b009efbde556b501346076a
@@ -0,0 +1,22 @@
1
+ # Contributor Code of Conduct
2
+
3
+ As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
4
+
5
+ We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion, or nationality.
6
+
7
+ Examples of unacceptable behavior by participants include:
8
+
9
+ * The use of sexualized language or imagery
10
+ * Personal attacks
11
+ * Trolling or insulting/derogatory comments
12
+ * Public or private harassment
13
+ * Publishing other's private information, such as physical or electronic addresses, without explicit permission
14
+ * Other unethical or unprofessional conduct.
15
+
16
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. By adopting this Code of Conduct, project maintainers commit themselves to fairly and consistently applying these principles to every aspect of managing this project. Project maintainers who do not follow or enforce the Code of Conduct may be permanently removed from the project team.
17
+
18
+ This code of conduct applies both within project spaces and in public spaces when an individual is representing the project or its community.
19
+
20
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
21
+
22
+ This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0, available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/)
@@ -0,0 +1,10 @@
1
+ # Contributing
2
+
3
+ * Fork the project.
4
+ * Make your feature addition or bug fix.
5
+ * Add tests for it. This is important so I don't break it in a future version unintentionally.
6
+ * Send a pull request. Bonus points for topic branches.
7
+
8
+ ## Code of Conduct
9
+
10
+ Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Languages::VERSION
9
9
  spec.authors = ["Andrew Nesbitt"]
10
10
  spec.email = ["andrewnez@gmail.com"]
11
- spec.summary = "Github language details and colors"
11
+ spec.summary = "GitHub language details and colors"
12
12
  spec.description = "Just the language names, details and colors from github-linguist"
13
13
  spec.homepage = "https://github.com/librariesio/languages"
14
14
  spec.license = "MIT"
@@ -8,7 +8,8 @@
8
8
  # Use "text" if a mode does not exist.
9
9
  # wrap - Boolean wrap to enable line wrapping (default: false)
10
10
  # extensions - An Array of associated extensions (the first one is
11
- # considered the primary extension)
11
+ # considered the primary extension, the others should be
12
+ # listed alphabetically)
12
13
  # interpreters - An Array of associated interpreters
13
14
  # searchable - Boolean flag to enable searching (defaults to true)
14
15
  # search_term - Deprecated: Some languages maybe indexed under a
@@ -2456,6 +2457,7 @@ PLSQL:
2456
2457
  color: "#dad8d8"
2457
2458
  extensions:
2458
2459
  - .pls
2460
+ - .pck
2459
2461
  - .pkb
2460
2462
  - .pks
2461
2463
  - .plb
@@ -3441,6 +3443,7 @@ TypeScript:
3441
3443
  - ts
3442
3444
  extensions:
3443
3445
  - .ts
3446
+ - .tsx
3444
3447
  tm_scope: source.ts
3445
3448
  ace_mode: typescript
3446
3449
 
@@ -3657,6 +3660,7 @@ XML:
3657
3660
  - .tmSnippet
3658
3661
  - .tmTheme
3659
3662
  - .ts
3663
+ - .tsx
3660
3664
  - .ui
3661
3665
  - .urdf
3662
3666
  - .vbproj
@@ -1,3 +1,3 @@
1
1
  module Languages
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
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.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Nesbitt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-15 00:00:00.000000000 Z
11
+ date: 2015-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: escape_utils
@@ -60,6 +60,8 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - ".gitignore"
63
+ - CODE_OF_CONDUCT.md
64
+ - CONTRIBUTING.md
63
65
  - Gemfile
64
66
  - LICENSE.txt
65
67
  - README.md
@@ -92,5 +94,6 @@ rubyforge_project:
92
94
  rubygems_version: 2.4.8
93
95
  signing_key:
94
96
  specification_version: 4
95
- summary: Github language details and colors
97
+ summary: GitHub language details and colors
96
98
  test_files: []
99
+ has_rdoc: