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 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
 
@@ -1,3 +1,3 @@
1
1
  module CustomTimestamps
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
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.1
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. Can use different timestamps in migrations.
32
+ description: Allows sets of custom timestamps for all or some models.
33
33
  email:
34
34
  - garysweaver@gmail.com
35
35
  executables: []