github-to-canvas 0.0.37 → 0.0.38
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/github-to-canvas +4 -4
- data/lib/github-to-canvas/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa63bb19eb69d7868f667c2ae6768dddf2474b994fb3a6166257db52378c616f
|
4
|
+
data.tar.gz: d3ee4a661b85deb44e37f414b6663950f165263fd3d65b0ece4573c85e550b40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 594fe140e8afc3987c9b1a581b346e4e72dd4f2461eb31507a5edc1a08b3227266fa4938455d8a2135b2a1d45823ff5af6c7739d9f37928a674258b8690172c7
|
7
|
+
data.tar.gz: 78ba0ac7dcc3afe253e226c1a8bebe741bf46d8ce140bd80563e97961621d4d916f3fc048faab7e3fa3e455fc2d3fc9cce8ca1559bf53cf3e805bba2231ac55f
|
data/bin/github-to-canvas
CHANGED
@@ -133,8 +133,8 @@ if options[:create_lesson]
|
|
133
133
|
type: options[:type],
|
134
134
|
save_to_github: !!options[:save_to_github],
|
135
135
|
fis_links: !!options[:fis],
|
136
|
-
remove_header_and_footer: !!options[:remove_header_and_footer]
|
137
|
-
only_update_content: !!options[:only_content]
|
136
|
+
remove_header_and_footer: !!options[:remove_header_and_footer],
|
137
|
+
only_update_content: !!options[:only_content])
|
138
138
|
end
|
139
139
|
|
140
140
|
if options[:align]
|
@@ -147,6 +147,6 @@ if options[:align]
|
|
147
147
|
type: options[:type],
|
148
148
|
save_to_github: !!options[:save_to_github],
|
149
149
|
fis_links: !!options[:fis],
|
150
|
-
remove_header_and_footer: !!options[:remove_header_and_footer]
|
151
|
-
only_update_content: !!options[:only_content]
|
150
|
+
remove_header_and_footer: !!options[:remove_header_and_footer],
|
151
|
+
only_update_content: !!options[:only_content])
|
152
152
|
end
|