wirb 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.2.6
2
+ * Fix Ruby 1.8 "already initialized constant" warnings
3
+
1
4
  == 0.2.5
2
5
  * Fix wrong \\ escaping
3
6
  * Fix stupid rescue bug (no more wirb crashes)
data/lib/wirb.rb CHANGED
@@ -1,7 +1,7 @@
1
- require File.dirname(__FILE__) + '/wirb/version'
2
- require File.dirname(__FILE__) + '/wirb/colors'
3
- require File.dirname(__FILE__) + '/wirb/schema'
4
- require File.dirname(__FILE__) + '/wirb/tokenizer'
1
+ require File.expand_path( File.dirname(__FILE__) + '/wirb/version' )
2
+ require File.expand_path( File.dirname(__FILE__) + '/wirb/colors' )
3
+ require File.expand_path( File.dirname(__FILE__) + '/wirb/schema' )
4
+ require File.expand_path( File.dirname(__FILE__) + '/wirb/tokenizer' )
5
5
 
6
6
  class << Wirb
7
7
  attr_accessor :schema
data/lib/wirb/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Wirb
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: wirb
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.5
5
+ version: 0.2.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jan Lelis
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-12 00:00:00 Z
13
+ date: 2011-05-18 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec