hackety_hack-lessons 1.1.0 → 1.1.1

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.
@@ -26,7 +26,7 @@ module HacketyHack
26
26
  end
27
27
 
28
28
  def all
29
- FILE_LIST.collect{|file| Metadown.render(File.read(file)) }
29
+ FILE_LIST.collect{|file| Metadown.render(File.read(file, :encoding => "utf-8")) }
30
30
  end
31
31
 
32
32
  def static_directory
@@ -1,5 +1,5 @@
1
1
  module HacketyHack
2
2
  module Lessons
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hackety_hack-lessons
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3461773182973075480
4
+ hash: 4079999309947216651
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steve Klabnik