seamusabshere-has_timestamps 1.2 → 1.3

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.
Files changed (2) hide show
  1. data/has_timestamps.gemspec +4 -4
  2. metadata +2 -2
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "has_timestamps"
3
- s.version = "1.2"
3
+ s.version = "1.3"
4
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"
@@ -17,10 +17,10 @@ Gem::Specification.new do |s|
17
17
  "README",
18
18
  "tasks/has_timestamps_tasks.rake",
19
19
  "init.rb",
20
- "rails/init.rb"
20
+ "rails/init.rb",
21
+ "test/test_helper.rb"
21
22
  ]
22
23
  s.test_files = [
23
- "test/has_timestamps_test.rb",
24
- "test/test_helper.rb"
24
+ "test/has_timestamps_test.rb"
25
25
  ]
26
26
  end
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.2"
4
+ version: "1.3"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seamus Abshere
@@ -31,6 +31,7 @@ files:
31
31
  - tasks/has_timestamps_tasks.rake
32
32
  - init.rb
33
33
  - rails/init.rb
34
+ - test/test_helper.rb
34
35
  has_rdoc: false
35
36
  homepage: http://github.com/seamusabshere/has_timestamps
36
37
  post_install_message:
@@ -59,4 +60,3 @@ specification_version: 2
59
60
  summary: Rails plugin to add named timestamps to ActiveRecord models.
60
61
  test_files:
61
62
  - test/has_timestamps_test.rb
62
- - test/test_helper.rb