housekeeper-has_activity 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- h1. HasActivity v0.4.5
1
+ h1. HasActivity v0.4.6
2
2
 
3
3
  * Originally created by Cary Dunn
4
4
  * Modified functionality and additional features by HouseKeeper
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 5
4
+ :patch: 6
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{has_activity}
8
- s.version = "0.4.5"
8
+ s.version = "0.4.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Cary Dunn", "Carl Burton"]
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
25
25
  "install.rb",
26
26
  "lib/core_ext.rb",
27
27
  "lib/has_activity.rb",
28
+ "rails/init.rb",
28
29
  "tasks/has_activity_tasks.rake",
29
30
  "test/has_activity_test.rb",
30
31
  "test/test_helper.rb",
@@ -0,0 +1,2 @@
1
+ require 'has_activity'
2
+ ActiveRecord::Base.send(:include, Has::Activity)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: housekeeper-has_activity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cary Dunn
@@ -32,6 +32,7 @@ files:
32
32
  - install.rb
33
33
  - lib/core_ext.rb
34
34
  - lib/has_activity.rb
35
+ - rails/init.rb
35
36
  - tasks/has_activity_tasks.rake
36
37
  - test/has_activity_test.rb
37
38
  - test/test_helper.rb