benofsky-bolt 0.1.6 → 0.1.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 (3) hide show
  1. data/lib/bolt/base.rb +0 -1
  2. data/lib/bolt/view.rb +2 -2
  3. metadata +1 -1
data/lib/bolt/base.rb CHANGED
@@ -8,7 +8,6 @@
8
8
 
9
9
  require 'fileutils'
10
10
 
11
- # Deprecated library in Ruby 1.9
12
11
  require 'ftools' if RUBY_VERSION.to_f <= 1.8
13
12
 
14
13
  $BOLT_BASE = File.dirname(__FILE__) + "/../../"
data/lib/bolt/view.rb CHANGED
@@ -7,9 +7,9 @@
7
7
  #
8
8
 
9
9
  def u(path)
10
- path + ".html"
10
+ path + ".html"
11
11
  end
12
12
 
13
13
  def anchor(path)
14
- "#"+path
14
+ "#" + path
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: benofsky-bolt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben McRedmond