Skip to content

Commit 4ed2cb7

Browse files
authored
Merge branch 'master' into patch-2
2 parents e7f6f17 + 3d1889c commit 4ed2cb7

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

Gemfile.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ GEM
1010
ast (~> 2.4.0)
1111
rainbow (3.0.0)
1212
rake (12.3.2)
13-
rubocop (0.68.1)
13+
rubocop (0.69.0)
1414
jaro_winkler (~> 1.5.1)
1515
parallel (~> 1.10)
16-
parser (>= 2.5, != 2.5.1.1)
16+
parser (>= 2.6)
1717
rainbow (>= 2.2.2, < 4.0)
1818
ruby-progressbar (~> 1.7)
19-
unicode-display_width (>= 1.4.0, < 1.6)
19+
unicode-display_width (>= 1.4.0, < 1.7)
20+
rubocop-performance (1.3.0)
21+
rubocop (>= 0.68.0)
2022
ruby-progressbar (1.10.0)
2123
safe_yaml (1.0.5)
22-
unicode-display_width (1.5.0)
24+
unicode-display_width (1.6.0)
2325

2426
PLATFORMS
2527
ruby
@@ -29,6 +31,7 @@ DEPENDENCIES
2931
minitest
3032
rake
3133
rubocop
34+
rubocop-performance
3235
safe_yaml
3336

3437
BUNDLED WITH

collections/open-journalism/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ items:
1313
- dukechronicle/chronline
1414
- BloombergMedia/whatiscode
1515
- times/cardkit
16+
- mkiser/WTFJHT
1617
display_name: Open journalism
1718
created_by: benbalter
1819
---

collections/open-source-organizations/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ items:
1717
- OSGeo/osgeo
1818
- godaddy/godaddy.github.io
1919
- cloudflare/cloudflare.github.io
20+
- eleme/eleme.github.io
21+
- didi/didi.github.io
22+
- alibaba/alibaba.github.com
23+
- baidu/baidu.github.io
2024
display_name: Open source organizations
2125
created_by: benbalter
2226
image: open-source-organizations.png

collections/programming-languages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ items:
3535
- IoLanguage/io
3636
- dlang/dmd
3737
- zdevito/terra
38-
- Microsoft/visualfsharp
38+
- dotnet/fsharp
3939
- skiplang/skip
4040
- FascinatedBox/lily
4141
- rakudo/rakudo

topics/open-source/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display_name: Open Source
3+
short_description: Software with source code available to inspect, modify, and enhance.
4+
topic: open-source
5+
aliases: opensource, oss
6+
related: foss, floss, github, mit, gpl, gplv3, creative-commons
7+
wikipedia_url: https://en.wikipedia.org/wiki/Open_source
8+
---
9+
Open source is a term denoting that a product includes permission to use its source code, design documents, or content. It most commonly refers to the open source model, in which open source software or other products are released under an open source license as part of the open source-software movement. Use of the term originated with software, but has expanded beyond the software sector to cover other open content and forms of open collaboration.

0 commit comments

Comments
 (0)