activerecord-custom_timestamps 0.0.1 → 0.0.2
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 +5 -1
- data/lib/activerecord-custom_timestamps/version.rb +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -9,7 +9,11 @@ It uses the Rails 3.0-4.0 self.record_timestamps to determine if it should updat
|
|
|
9
9
|
|
|
10
10
|
### Setup
|
|
11
11
|
|
|
12
|
-
In your Rails 3+ project, add this to your Gemfile:
|
|
12
|
+
In your ActiveRecord/Rails 3.1+ project, add this to your Gemfile:
|
|
13
|
+
|
|
14
|
+
gem 'activerecord-custom_timestamps'
|
|
15
|
+
|
|
16
|
+
For the development version:
|
|
13
17
|
|
|
14
18
|
gem 'activerecord-custom_timestamps', :git => 'git://github.com/garysweaver/activerecord-custom_timestamps.git'
|
|
15
19
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: activerecord-custom_timestamps
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Gary S. Weaver
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
none: false
|
|
30
30
|
prerelease: false
|
|
31
31
|
type: :runtime
|
|
32
|
-
description: Allows sets of custom timestamps for all or some models.
|
|
32
|
+
description: Allows sets of custom timestamps for all or some models.
|
|
33
33
|
email:
|
|
34
34
|
- garysweaver@gmail.com
|
|
35
35
|
executables: []
|