seamusabshere-has_timestamps 1.1 → 1.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/has_timestamps.gemspec +4 -2
- data/init.rb +2 -0
- data/rails/init.rb +1 -0
- metadata +4 -2
data/has_timestamps.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = "has_timestamps"
|
3
|
-
s.version = "1.
|
4
|
-
s.date = "
|
3
|
+
s.version = "1.2"
|
4
|
+
s.date = "2009-01-02"
|
5
5
|
s.summary = "Rails plugin to add named timestamps to ActiveRecord models."
|
6
6
|
s.email = "seamus@abshere.net"
|
7
7
|
s.homepage = "http://github.com/seamusabshere/has_timestamps"
|
@@ -16,6 +16,8 @@ Gem::Specification.new do |s|
|
|
16
16
|
"Rakefile",
|
17
17
|
"README",
|
18
18
|
"tasks/has_timestamps_tasks.rake",
|
19
|
+
"init.rb",
|
20
|
+
"rails/init.rb"
|
19
21
|
]
|
20
22
|
s.test_files = [
|
21
23
|
"test/has_timestamps_test.rb",
|
data/init.rb
ADDED
data/rails/init.rb
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
require File.join(File.dirname(__FILE__), '..', 'init')
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: seamusabshere-has_timestamps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: "1.
|
4
|
+
version: "1.2"
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Seamus Abshere
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2009-01-02 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -29,6 +29,8 @@ files:
|
|
29
29
|
- Rakefile
|
30
30
|
- README
|
31
31
|
- tasks/has_timestamps_tasks.rake
|
32
|
+
- init.rb
|
33
|
+
- rails/init.rb
|
32
34
|
has_rdoc: false
|
33
35
|
homepage: http://github.com/seamusabshere/has_timestamps
|
34
36
|
post_install_message:
|