betterlorem 0.0.6 → 0.0.7

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.
Files changed (2) hide show
  1. data/lib/betterlorem.rb +1 -1
  2. metadata +2 -2
data/lib/betterlorem.rb CHANGED
@@ -112,7 +112,7 @@ module BetterLorem
112
112
 
113
113
  def initialize
114
114
  self.lines = []
115
- File.open('lorem.txt').each_line do |line|
115
+ File.open(File.dirname(__FILE__) << '/lorem.txt').each_line do |line|
116
116
  self.lines << clean_line(line)
117
117
  end
118
118
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Caedmon Judd