activerecord_session_cleaner 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  Gem to remove old sessions from your ActiveRecord DB.
4
4
 
5
+ ## Installation
6
+
7
+ In your Gemfile, add:
8
+
9
+ ``` ruby
10
+ gem 'activerecord_session_cleaner'
11
+ ```
12
+
5
13
  ## Features
6
14
 
7
15
  * Delete all sessions
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -1,3 +1,5 @@
1
+ env :PATH, "#{ENV["PATH"]}:/usr/local/bin/bundle"
2
+
1
3
  every :hour do
2
4
  rake "activerecord_session_cleaner:cleanup:old[<%= days_to_keep %>]"
3
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord_session_cleaner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: