--- !ruby/object:Gem::Specification name: rake-delphi version: !ruby/object:Gem::Version version: 0.0.5 prerelease: platform: ruby authors: - Alexey Shumkin autorequire: bindir: bin cert_chain: [] date: 2014-06-11 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: Tasks for building Delphi projects email: - Alex.Crezoff@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - Gemfile - Gemfile.lock - LICENSE.txt - rake-delphi.gemspec - Rakefile.rb - README.md - lib/rake/common/chdirtask.rb - lib/rake/common/classes.rb - lib/rake/common/dsl.rb - lib/rake/common/echotask.rb - lib/rake/common/exectask.rb - lib/rake/common/git.rb - lib/rake/common/hashtask.rb - lib/rake/common/initask.rb - lib/rake/common/libstask.rb - lib/rake/common/logger.rb - lib/rake/common/sendmailtask.rb - lib/rake/common/ziptask.rb - lib/rake/delphi/dcc32.rb - lib/rake/delphi/envvariables.rb - lib/rake/delphi/liblist.rb - lib/rake/delphi/project.rb - lib/rake/delphi/projectinfo.rb - lib/rake/delphi/rc.rb - lib/rake/delphi/resources.rb - lib/rake/delphi/tool.rb - lib/rake/delphi/version.rb - lib/rake/delphi.rb - lib/rake/helpers/digest.rb - lib/rake/helpers/file.rb - lib/rake/helpers/filelist.rb - lib/rake/helpers/gemversion.rb - lib/rake/helpers/logger.rb - lib/rake/helpers/rake.rb - lib/rake/helpers/raketask.rb - lib/rake/helpers/string.rb - lib/rake/helpers/unittest.rb - lib/rake/templates/project.erb - test/test-delphi.rb - test/test-echo.rb - test/test-envvariables.rb - test/test-gemversion.rb - test/test-git.rb - test/test-hashes.rb - test/test-ini.rb - test/test-libstask.rb - test/test-projectinfo.rb - test/test-zip.rb - test/helpers/consts.rb - test/helpers/verinfo.rb - test/resources/echo/file.in - test/resources/echo/file.out - test/resources/FakeDelphi/dcc32.exe - test/resources/FakeDelphi/rc.exe - test/resources/hashes/hash.2.file - test/resources/hashes/hash.file - test/resources/ini/file.ini - test/resources/testproject/bin/test_compile/testproject.exe - test/resources/testproject/bin/test_compile_alter_cfg/testproject.exe - test/resources/testproject/bin/test_compile_consts/testproject.exe - test/resources/testproject/bin/test_compile_debug_info/testproject.drc - test/resources/testproject/bin/test_compile_debug_info/testproject.exe - test/resources/testproject/bin/test_compile_debug_info/testproject.map - test/resources/testproject/bin/test_compile_defines/testproject.exe - test/resources/testproject/bin/test_compile_use_absent_config/testproject.exe - test/resources/testproject/bin/test_compile_use_config/testproject.exe - test/resources/testproject/bin/test_compile_use_library_path/testproject.exe - test/resources/testproject/bin/test_compile_with_explicit_and_implicit_libs/testproject.exe - test/resources/testproject/bin/test_compile_with_explicit_libs/testproject.exe - test/resources/testproject/bin/test_compile_with_libs/testproject.exe - test/resources/testproject/bin/test_compile_with_resources/testproject.exe - test/resources/testproject/bin/test_compile_with_resources_and_libs/testproject.exe - test/resources/testproject/dcu/ExplicitLibUnit.dcu - test/resources/testproject/dcu/LibUnit.dcu - test/resources/testproject/ExplicitLib/ExplicitLibUnit.pas - test/resources/testproject/lib/AnyLib/LibUnit.pas - test/resources/testproject/local.resources.txt - test/resources/testproject/Rakefile.rb - test/resources/testproject/release.dcc.cfg - test/resources/testproject/resources.rc - test/resources/testproject/resources.res - test/resources/testproject/testproject.2006.bdsproj - test/resources/testproject/testproject.2007.dproj - test/resources/testproject/testproject.2010.dproj - test/resources/testproject/testproject.cfg - test/resources/testproject/testproject.cfg.1 - test/resources/testproject/testproject.dpr - test/resources/testproject/testproject.dproj.2007 - test/resources/testproject/testproject.drc - test/resources/testproject/testproject.exe - test/resources/testproject/testproject.ico - test/resources/testproject/testproject.identcache - test/resources/testproject/testproject.rc - test/resources/testproject/testproject.res - test/resources/testproject/testproject.xe5.dproj - test/resources/libstask/lib/level-1/level-2-1/level-3-1/.gitkeep - test/resources/libstask/lib/level-1/level-2-1/level-3-2/.gitkeep - test/resources/libstask/lib/level-1/level-2-2/.gitkeep homepage: http://github.com/ashumkin/rake-delphi.gem licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.25 signing_key: specification_version: 3 summary: Tasks for building Delphi projects test_files: - test/test-delphi.rb - test/test-echo.rb - test/test-envvariables.rb - test/test-gemversion.rb - test/test-git.rb - test/test-hashes.rb - test/test-ini.rb - test/test-libstask.rb - test/test-projectinfo.rb - test/test-zip.rb - test/helpers/consts.rb - test/helpers/verinfo.rb - test/resources/echo/file.in - test/resources/echo/file.out - test/resources/FakeDelphi/dcc32.exe - test/resources/FakeDelphi/rc.exe - test/resources/hashes/hash.2.file - test/resources/hashes/hash.file - test/resources/ini/file.ini - test/resources/testproject/bin/test_compile/testproject.exe - test/resources/testproject/bin/test_compile_alter_cfg/testproject.exe - test/resources/testproject/bin/test_compile_consts/testproject.exe - test/resources/testproject/bin/test_compile_debug_info/testproject.drc - test/resources/testproject/bin/test_compile_debug_info/testproject.exe - test/resources/testproject/bin/test_compile_debug_info/testproject.map - test/resources/testproject/bin/test_compile_defines/testproject.exe - test/resources/testproject/bin/test_compile_use_absent_config/testproject.exe - test/resources/testproject/bin/test_compile_use_config/testproject.exe - test/resources/testproject/bin/test_compile_use_library_path/testproject.exe - test/resources/testproject/bin/test_compile_with_explicit_and_implicit_libs/testproject.exe - test/resources/testproject/bin/test_compile_with_explicit_libs/testproject.exe - test/resources/testproject/bin/test_compile_with_libs/testproject.exe - test/resources/testproject/bin/test_compile_with_resources/testproject.exe - test/resources/testproject/bin/test_compile_with_resources_and_libs/testproject.exe - test/resources/testproject/dcu/ExplicitLibUnit.dcu - test/resources/testproject/dcu/LibUnit.dcu - test/resources/testproject/ExplicitLib/ExplicitLibUnit.pas - test/resources/testproject/lib/AnyLib/LibUnit.pas - test/resources/testproject/local.resources.txt - test/resources/testproject/Rakefile.rb - test/resources/testproject/release.dcc.cfg - test/resources/testproject/resources.rc - test/resources/testproject/resources.res - test/resources/testproject/testproject.2006.bdsproj - test/resources/testproject/testproject.2007.dproj - test/resources/testproject/testproject.2010.dproj - test/resources/testproject/testproject.cfg - test/resources/testproject/testproject.cfg.1 - test/resources/testproject/testproject.dpr - test/resources/testproject/testproject.dproj.2007 - test/resources/testproject/testproject.drc - test/resources/testproject/testproject.exe - test/resources/testproject/testproject.ico - test/resources/testproject/testproject.identcache - test/resources/testproject/testproject.rc - test/resources/testproject/testproject.res - test/resources/testproject/testproject.xe5.dproj - test/resources/libstask/lib/level-1/level-2-1/level-3-1/.gitkeep - test/resources/libstask/lib/level-1/level-2-1/level-3-2/.gitkeep - test/resources/libstask/lib/level-1/level-2-2/.gitkeep