event_horizon 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{event_horizon}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jiri Zajpt"]
data/lib/event_horizon.rb CHANGED
@@ -5,14 +5,11 @@ require 'event_horizon/events'
5
5
  require 'event_horizon/orm_support'
6
6
  require 'event_horizon/helpers'
7
7
 
8
- require 'event_horizon/mongoid_support/document' if defined?(::Mongoid)
9
-
10
8
 
11
9
  module EventHorizon
12
10
 
13
11
  extend ActiveSupport::Concern
14
12
 
15
13
  include Events
16
- include EventHorizon::MongoidSupport::Document if defined?(::Mongoid)
17
14
 
18
15
  end
@@ -1,8 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
- require 'active_support/concern'
4
-
5
-
6
3
  module EventHorizon
7
4
 
8
5
  module OrmSupport
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jiri Zajpt