commonthread-rails 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/commonthread-rails.gemspec +1 -1
- data/lib/commonthread/date_formats.rb +2 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.2
|
data/commonthread-rails.gemspec
CHANGED
@@ -11,7 +11,8 @@ common_formats = {
|
|
11
11
|
:medium => '%b %d %Y', # Jan 11 2008
|
12
12
|
:day => '%A', # Sunday
|
13
13
|
:time_12 => '%I:%M %p', # 04:30 PM
|
14
|
-
:time_24 => '%H:%M' # 16:30
|
14
|
+
:time_24 => '%H:%M', # 16:30
|
15
|
+
:full_time_24 => '%H:%M:%S' # 16:30:24
|
15
16
|
}
|
16
17
|
|
17
18
|
if defined?(ActiveSupport)
|