Sha256: 83733044de1bd06d511f394ab984ef1368d2a23975083e065b65f16156f9ccd0
Contents?: true
Size: 1.19 KB
Versions: 5
Compression:
Stored size: 1.19 KB
Contents
# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # require 'erb' require 'reality/core' require 'reality/naming' require 'reality/orderedhash' require 'reality/generators/core' require 'reality/generators/render_context' require 'reality/generators/target_manager' require 'reality/generators/template' require 'reality/generators/ruby_template' require 'reality/generators/erb_template' require 'reality/generators/template_set' require 'reality/generators/template_set_container' require 'reality/generators/generator' require 'reality/generators/standard_template_set' require 'reality/generators/standard_artifact_dsl' require 'reality/generators/rake_integration' require 'reality/generators/buildr_integration'
Version data entries
5 entries across 5 versions & 1 rubygems