bdoc 0.3.3 → 0.3.4

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/History.txt +5 -0
  2. data/lib/bdoc.rb +2 -2
  3. metadata +3 -3
@@ -1,3 +1,8 @@
1
+ == 0.3.4 2011-03-14
2
+
3
+ * 1 bug fix
4
+ * Use RUBY_VERSION instead of VERSION. VERSION doesn't work in windows
5
+
1
6
  == 0.3.3 2011-03-14
2
7
 
3
8
  * 1 bug fix
@@ -7,14 +7,14 @@ require 'tmpdir'
7
7
  require 'launchy'
8
8
  require 'multi_json'
9
9
 
10
- if VERSION == /^1.9/
10
+ if defined?(Encoding)
11
11
  Encoding.default_internal = 'UTF-8'
12
12
  else
13
13
  $KCODE = "u"
14
14
  end
15
15
 
16
16
  module Bdoc
17
- VERSION = '0.3.3'
17
+ VERSION = '0.3.4'
18
18
 
19
19
  class << self
20
20
  attr_accessor :output_dir
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bdoc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 3
10
- version: 0.3.3
9
+ - 4
10
+ version: 0.3.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rich Manalang