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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b5765e93e52076bb10758faf8ceba6b0d6c918f8667e5ccb7020b79e000d6292
4
- data.tar.gz: d0cea8096a5ec9232073a336e6e7e8d911570f2b96215321281b266eb821ca00
3
+ metadata.gz: fa63bb19eb69d7868f667c2ae6768dddf2474b994fb3a6166257db52378c616f
4
+ data.tar.gz: d3ee4a661b85deb44e37f414b6663950f165263fd3d65b0ece4573c85e550b40
5
5
  SHA512:
6
- metadata.gz: ff502c71c949c5b2f84d43bcb28e1dcbecb511f0f39c0201fedfcd367c16a1f7599f8eb4a1a50f15291564b24664e2071ac738752b7216c313db698e69929621
7
- data.tar.gz: 87461ccffd44eae8dd8006332c1d5a26198a60f104eb58abe972baf27f8fbf1d9418c0e5da368f05963af28ed9f605363c6702a5321c7d7ce36e76c88a71a68d
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
@@ -1,3 +1,3 @@
1
1
  class GithubToCanvas
2
- VERSION = "0.0.37"
2
+ VERSION = "0.0.38"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-to-canvas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.37
4
+ version: 0.0.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - maxwellbenton