omf_oml 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ require 'monitor'
8
8
 
9
9
  require 'omf_oml'
10
10
  require 'omf_oml/schema'
11
-
11
+ require 'omf_oml/table'
12
12
 
13
13
  module OMF::OML
14
14
 
@@ -6,6 +6,6 @@
6
6
  #-------------------------------------------------------------------------------
7
7
  module OMF
8
8
  module OML
9
- VERSION = '1.1.4'
9
+ VERSION = '1.1.5'
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omf_oml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-15 00:00:00.000000000 Z
12
+ date: 2014-04-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omf_base