blastwolf 0.1.1 → 0.1.2

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.
@@ -1,3 +1,3 @@
1
1
  module Blastwolf
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/blastwolf.rb CHANGED
@@ -188,9 +188,9 @@ class BlastWolf
188
188
  def examples_path( filetype=nil )
189
189
  path = ''
190
190
  if [:html, :scss, :js].include? filetype
191
- path = File.join(PROJECT_ROOT, @config[:patterns_folder], '*', '*.' + filetype.to_s)
191
+ path = File.join(@config[:patterns_folder], '*', '*.' + filetype.to_s)
192
192
  else
193
- path = File.join(PROJECT_ROOT, @config[:patterns_folder], '*')
193
+ path = File.join(@config[:patterns_folder], '*')
194
194
  end
195
195
  path
196
196
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blastwolf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: