dm-metamapper 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  module DataMapper
2
2
  module MetaMapper
3
- VERSION = "0.2.5" unless defined?(::DataMapper::MetaMapper::VERSION)
3
+ VERSION = "0.2.6" unless defined?(::DataMapper::MetaMapper::VERSION)
4
4
  end
5
5
 
6
6
  end
@@ -4,7 +4,7 @@
4
4
  #include <vector>
5
5
  #include <map>
6
6
  #include <sstream>
7
- #include <dmmm_id.hpp>
7
+ #include "dmmm_id.hpp"
8
8
 
9
9
  namespace DMMM {
10
10
  namespace UTILS {
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dm-metamapper
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jonah Honeyman