Sha256: b69dd8697ec303d453e3822a684a9efbb3b57d357d5bbbadb6002ba289147002
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
# Copyright (c) 2011 David Love # # Permission to use, copy, modify, and/or distribute this software for # any purpose with or without fee is hereby granted, provided that the # above copyright notice and this permission notice appear in all copies. # # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # # @author David Love # Loads all the standards projections module WhiteCloth::Projections # Load the additional data structures required by the projections require "data_structures" include WhiteCloth::DataStructures # Load the known projections require "projections/project_dir.rb" require "projections/project_file.rb" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
WhiteCloth-0.0.5 | lib/projections.rb |
WhiteCloth-0.0.4 | lib/projections.rb |