12_hour_time 0.0.2 → 0.0.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.
@@ -1,2 +1,5 @@
1
+ require "active_record"
1
2
  require "12_hour_time/active_record_modifications"
3
+
4
+ require "action_view"
2
5
  require "12_hour_time/action_view_helpers"
@@ -1,3 +1,3 @@
1
1
  module TwelveHourTime
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -5,12 +5,12 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
- - Carl Lerche
13
- - Yehuda Katz
12
+ - Nick Muerdter
13
+ - Maurice Aubrey
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
@@ -19,9 +19,9 @@ date: 2010-11-23 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
22
- description: You're definitely going to want to replace a lot of this
22
+ description: AM/PM 12 Hour Time Helper
23
23
  email:
24
- - carlhuda@engineyard.com
24
+ - samer@abukhait.com
25
25
  executables: []
26
26
 
27
27
  extensions: []
@@ -36,7 +36,7 @@ files:
36
36
  - lib/12_hour_time/action_view_helpers.rb
37
37
  - LICENSE
38
38
  has_rdoc: true
39
- homepage: http://github.com/carlhuda/12_hour_time
39
+ homepage: http://github.com/abukhait/12_hour_time
40
40
  licenses: []
41
41
 
42
42
  post_install_message:
@@ -49,7 +49,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
49
49
  requirements:
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
- hash: -2156112900287113205
52
+ hash: -2438760755081294110
53
53
  segments:
54
54
  - 0
55
55
  version: "0"
@@ -69,6 +69,6 @@ rubyforge_project: 12_hour_time
69
69
  rubygems_version: 1.3.7
70
70
  signing_key:
71
71
  specification_version: 3
72
- summary: A new gem templates
72
+ summary: 12 Hour Time
73
73
  test_files: []
74
74