hackety_hack-lessons 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -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