We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370e8df commit 1179683Copy full SHA for 1179683
board-linuxfr.gemspec
@@ -1,4 +1,6 @@
1
# encoding: utf-8
2
+lib = File.expand_path('../lib', __FILE__)
3
+$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
require './lib/board-linuxfr'
5
6
Gem::Specification.new do |s|
0 commit comments