Sha256: c8bd9b526aa27086fc9413ba15f5f8ee6146ba59d3387372d9b2712e501190b1

Contents?: true

Size: 304 Bytes

Versions: 22

Compression:

Stored size: 304 Bytes

Contents

module Xcake
  class HeaderFileReferenceInstaller < FileReferenceInstaller
    # This build phase generator detects header files
    # and ignores them.
    #
    def self.can_install_node(node)
      !File.directory?(node.path) &&
        %w(.h .hpp).include?(File.extname(node.path))
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
xcake-0.6.25 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.24 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.23 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.22 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.21 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.20 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.19 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.18 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.17 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.16 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.14 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.13 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.12 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.11 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.10 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.9 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.8 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.7 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.6 lib/xcake/file_reference_installer/header_file_reference_installer.rb
xcake-0.6.5 lib/xcake/file_reference_installer/header_file_reference_installer.rb