Sha256: c18fe962b6da3258b8c0c6c264a3a3022d5b76da199551a198713c6aa38503e1
Contents?: true
Size: 907 Bytes
Versions: 2
Compression:
Stored size: 907 Bytes
Contents
# WontoMedia - a wontology web application # Copyright (C) 2010 - Glen E. Ivey # www.wontology.com # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License version # 3 as published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU Affero General Public License # along with this program in the file COPYING and/or LICENSE. If not, # see <http://www.gnu.org/licenses/>. # allow us to convert to "W3C Datetime" format # http://www.w3.org/TR/NOTE-datetime Time::DATE_FORMATS[:w3c] = lambda { |date| date.strftime( "%Y-%m-%dT%H:%M:%SZ" ) }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wontomedia-1.0.2 | config/initializers/extensions.rb |
wontomedia-1.0.1 | config/initializers/extensions.rb |