learn-tool 0.0.24 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CONTRIBUTING.md +4 -4
- data/LICENSE.md +23 -0
- data/lib/learn-tool/support_files/CONTRIBUTING.md +4 -4
- data/lib/learn-tool/support_files/LICENSE.md +6 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a34a26ca1234baa5baf31a42c5a65a5e2e5d8ff7f5679d384b8638e8f407a8b1
|
|
4
|
+
data.tar.gz: 016a03eae26e74034e8e2501f5a538380a94f725c6706916bd21845ef21ce279
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c24b005b5e16d6c553878e2d63681ee770a8aacdf90a0e9c66d59cc95b16e399e0580b5e0bab7e689bdc0c2aed105c2f679c3ff6193b80aef431175d67d5287
|
|
7
|
+
data.tar.gz: 9d43548df36020b3fbfbcc9e16cb854518c68ccb5410ff7d6310227e5cb572878ecb9db7d75da8ee07c4affe82cb6834d4877a0721bcf6afdf0b3a737f82325c
|
data/CONTRIBUTING.md
CHANGED
|
@@ -9,10 +9,10 @@ possible.
|
|
|
9
9
|
## Raising an Issue to Encourage a Contribution
|
|
10
10
|
|
|
11
11
|
If you notice a problem with the curriculum that you believe needs improvement
|
|
12
|
-
but you're unable to make the change yourself, you should raise a Github issue
|
|
12
|
+
, but you're unable to make the change yourself, you should raise a Github issue
|
|
13
13
|
containing a clear description of the problem. Include relevant snippets of the
|
|
14
|
-
content and
|
|
15
|
-
issue lists and your issue will be prioritized and addressed as appropriate.
|
|
14
|
+
content and screenshots if applicable. Curriculum owners regularly review
|
|
15
|
+
issue lists, and your issue will be prioritized and addressed as appropriate.
|
|
16
16
|
|
|
17
17
|
## Submitting a Pull Request to Suggest an Improvement
|
|
18
18
|
|
|
@@ -26,7 +26,7 @@ ahead and use a typical git workflow to make it happen:
|
|
|
26
26
|
A curriculum owner will review your change and approve or comment on it in due
|
|
27
27
|
course.
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
## Why Contribute?
|
|
30
30
|
|
|
31
31
|
Curriculum on Learn is publicly and freely available under Learn's
|
|
32
32
|
[Educational Content License](https://learn.co/content-license). By embracing an
|
data/LICENSE.md
CHANGED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Learn.co Educational Content License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2015 Flatiron School, Inc
|
|
4
|
+
|
|
5
|
+
The Flatiron School, Inc. owns this Educational Content. However, the Flatiron
|
|
6
|
+
School supports the development and availability of educational materials in the
|
|
7
|
+
public domain. Therefore, the Flatiron School grants Users of the Flatiron
|
|
8
|
+
Educational Content set forth in this repository certain rights to reuse, build
|
|
9
|
+
upon and share such Educational Content subject to the terms of the Educational
|
|
10
|
+
Content License set forth [here](http://learn.co/content-license)
|
|
11
|
+
(http://learn.co/content-license). You must read carefully the terms and
|
|
12
|
+
conditions contained in the Educational Content License as such terms govern
|
|
13
|
+
access to and use of the Educational Content.
|
|
14
|
+
|
|
15
|
+
Flatiron School is willing to allow you access to and use of the Educational
|
|
16
|
+
Content only on the condition that you accept all of the terms and conditions
|
|
17
|
+
contained in the Educational Content License set forth
|
|
18
|
+
[here](http://learn.co/content-license) (http://learn.co/content-license). By
|
|
19
|
+
accessing and/or using the Educational Content, you are agreeing to all of the
|
|
20
|
+
terms and conditions contained in the Educational Content License. If you do
|
|
21
|
+
not agree to any or all of the terms of the Educational Content License, you are
|
|
22
|
+
prohibited from accessing, reviewing or using in any way the Educational
|
|
23
|
+
Content.
|
|
@@ -9,10 +9,10 @@ possible.
|
|
|
9
9
|
## Raising an Issue to Encourage a Contribution
|
|
10
10
|
|
|
11
11
|
If you notice a problem with the curriculum that you believe needs improvement
|
|
12
|
-
but you're unable to make the change yourself, you should raise a Github issue
|
|
12
|
+
, but you're unable to make the change yourself, you should raise a Github issue
|
|
13
13
|
containing a clear description of the problem. Include relevant snippets of the
|
|
14
|
-
content and
|
|
15
|
-
issue lists and your issue will be prioritized and addressed as appropriate.
|
|
14
|
+
content and screenshots if applicable. Curriculum owners regularly review
|
|
15
|
+
issue lists, and your issue will be prioritized and addressed as appropriate.
|
|
16
16
|
|
|
17
17
|
## Submitting a Pull Request to Suggest an Improvement
|
|
18
18
|
|
|
@@ -26,7 +26,7 @@ ahead and use a typical git workflow to make it happen:
|
|
|
26
26
|
A curriculum owner will review your change and approve or comment on it in due
|
|
27
27
|
course.
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
## Why Contribute?
|
|
30
30
|
|
|
31
31
|
Curriculum on Learn is publicly and freely available under Learn's
|
|
32
32
|
[Educational Content License](https://learn.co/content-license). By embracing an
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
# Learn.co Educational Content License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2020 Flatiron School, Inc
|
|
4
4
|
|
|
5
5
|
The Flatiron School, Inc. owns this Educational Content. However, the Flatiron
|
|
6
6
|
School supports the development and availability of educational materials in the
|
|
7
7
|
public domain. Therefore, the Flatiron School grants Users of the Flatiron
|
|
8
8
|
Educational Content set forth in this repository certain rights to reuse, build
|
|
9
9
|
upon and share such Educational Content subject to the terms of the Educational
|
|
10
|
-
Content License set forth
|
|
11
|
-
(http://learn.co/content-license). You
|
|
12
|
-
|
|
13
|
-
access to and use of the Educational
|
|
10
|
+
Content License set forth
|
|
11
|
+
[here](http://learn.co/content-license)(http://learn.co/content-license). You
|
|
12
|
+
must read carefully the terms and conditions contained in the Educational
|
|
13
|
+
Content License as such terms govern access to and use of the Educational
|
|
14
|
+
Content.
|
|
14
15
|
|
|
15
16
|
Flatiron School is willing to allow you access to and use of the Educational
|
|
16
17
|
Content only on the condition that you accept all of the terms and conditions
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: learn-tool
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- flatironschool
|
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
70
70
|
- !ruby/object:Gem::Version
|
|
71
71
|
version: '0'
|
|
72
72
|
requirements: []
|
|
73
|
-
rubygems_version: 3.
|
|
73
|
+
rubygems_version: 3.1.2
|
|
74
74
|
signing_key:
|
|
75
75
|
specification_version: 4
|
|
76
76
|
summary: learn-tool is a tool for creating, duplicating and repairing learn.co lessons
|