webapidoc 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ module Webapidoc
4
4
  def self.gem_libdir
5
5
  t = ["#{File.dirname(File.expand_path($0))}/../lib/#{Webapidoc::NAME}",
6
6
  "#{Gem.dir}/gems/#{Webapidoc::NAME}-#{Webapidoc::VERSION}/lib/#{Webapidoc::NAME}",
7
- "#{File.dirname(__FILE__)}/lib/#{Webapidoc::NAME}"
7
+ "#{File.dirname(__FILE__)}"
8
8
  ]
9
9
  t.each {|i| return i if File.readable?(i) }
10
10
  raise "paths are invalid: #{t}"
@@ -1,4 +1,4 @@
1
1
  module Webapidoc
2
2
  NAME = "webapidoc"
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webapidoc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Adrian Fuhrmann