housekeeper-has_activity 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.textile CHANGED
@@ -1,5 +1,4 @@
1
- h1. HasActivity
2
- ---------------
1
+ h1. HasActivity v0.4.5
3
2
 
4
3
  * Originally created by Cary Dunn
5
4
  * Modified functionality and additional features by HouseKeeper
@@ -21,7 +20,6 @@ NOTE: MySQL only because of date functions use.
21
20
  "Example Google Chart Generated":http://chart.apis.google.com/chart?cht=bvs&chs=200x50&chd=t:0,10,15,3,8,4,0,3,2,3,0,11,4,23,14,0,0,0,13,0,4,8,19,10,12,21,1&chco=336699&chbh=a,2&chds=0,23&chf=bg,s,EFEFEF&
22
21
 
23
22
  h2. INSTALLATION
24
- ------------------------
25
23
 
26
24
  h3. As a standard plugin
27
25
 
@@ -61,7 +59,6 @@ Add the following line inside Rails::Initializer.run do
61
59
 
62
60
 
63
61
  h2. USAGE
64
- ------------------------
65
62
 
66
63
  <pre><code>
67
64
  class Feed < ActiveRecord::Base
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 4
4
- :patch: 4
4
+ :patch: 5
data/has_activity.gemspec CHANGED
@@ -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.4"
8
+ s.version = "0.4.5"
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"]
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.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cary Dunn