documentinator 1.0.1 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -0
  2. data/VERSION +1 -1
  3. metadata +4 -4
data/Rakefile CHANGED
@@ -6,6 +6,7 @@ begin
6
6
  gs.summary = "A light-weight web app for serving up a folder of markdown files"
7
7
  gs.email = "myles@myles.id.au"
8
8
  gs.authors = ["Myles Byrne"]
9
+ gs.require_path = '.'
9
10
  gs.add_dependency('rdiscount', '>=1.5.8')
10
11
  end
11
12
  Jeweler::GemcutterTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.1
1
+ 1.0.4
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: documentinator
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 4
10
+ version: 1.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Myles Byrne
@@ -57,7 +57,7 @@ post_install_message:
57
57
  rdoc_options:
58
58
  - --charset=UTF-8
59
59
  require_paths:
60
- - lib
60
+ - .
61
61
  required_ruby_version: !ruby/object:Gem::Requirement
62
62
  none: false
63
63
  requirements: