acts_as_eventable 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/rails/init.rb +1 -0
  3. metadata +3 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -0,0 +1 @@
1
+ require File.join(File.dirname(__FILE__), '/../lib/eventable')
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - bigfleet
@@ -49,6 +49,7 @@ files:
49
49
  - lib/acts_as_eventable/acts_as_eventable.rb
50
50
  - lib/acts_as_eventable/event.rb
51
51
  - lib/eventable.rb
52
+ - rails/init.rb
52
53
  - tasks/acts_as_eventable_tasks.rake
53
54
  - test/acts_as_eventable_controller_test.rb
54
55
  - test/acts_as_eventable_test.rb