Skip to content

Commit 3f606a5

Browse files
authored
Merge branch 'master' into master
2 parents 9cbd545 + 7aeab9c commit 3f606a5

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-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/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)