# -*- encoding: utf-8 -*- # stub: rake-delphi 0.0.5 ruby lib Gem::Specification.new do |s| s.name = "rake-delphi".freeze s.version = "0.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Alexey Shumkin".freeze] s.date = "2014-06-11" s.description = "Tasks for building Delphi projects".freeze s.email = ["Alex.Crezoff@gmail.com".freeze] s.files = ["Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile.rb".freeze, "lib/rake/common/chdirtask.rb".freeze, "lib/rake/common/classes.rb".freeze, "lib/rake/common/dsl.rb".freeze, "lib/rake/common/echotask.rb".freeze, "lib/rake/common/exectask.rb".freeze, "lib/rake/common/git.rb".freeze, "lib/rake/common/hashtask.rb".freeze, "lib/rake/common/initask.rb".freeze, "lib/rake/common/libstask.rb".freeze, "lib/rake/common/logger.rb".freeze, "lib/rake/common/sendmailtask.rb".freeze, "lib/rake/common/ziptask.rb".freeze, "lib/rake/delphi.rb".freeze, "lib/rake/delphi/dcc32.rb".freeze, "lib/rake/delphi/envvariables.rb".freeze, "lib/rake/delphi/liblist.rb".freeze, "lib/rake/delphi/project.rb".freeze, "lib/rake/delphi/projectinfo.rb".freeze, "lib/rake/delphi/rc.rb".freeze, "lib/rake/delphi/resources.rb".freeze, "lib/rake/delphi/tool.rb".freeze, "lib/rake/delphi/version.rb".freeze, "lib/rake/helpers/digest.rb".freeze, "lib/rake/helpers/file.rb".freeze, "lib/rake/helpers/filelist.rb".freeze, "lib/rake/helpers/gemversion.rb".freeze, "lib/rake/helpers/logger.rb".freeze, "lib/rake/helpers/rake.rb".freeze, "lib/rake/helpers/raketask.rb".freeze, "lib/rake/helpers/string.rb".freeze, "lib/rake/helpers/unittest.rb".freeze, "lib/rake/templates/project.erb".freeze, "rake-delphi.gemspec".freeze, "test/helpers/consts.rb".freeze, "test/helpers/verinfo.rb".freeze, "test/resources/FakeDelphi/dcc32.exe".freeze, "test/resources/FakeDelphi/rc.exe".freeze, "test/resources/echo/file.in".freeze, "test/resources/echo/file.out".freeze, "test/resources/hashes/hash.2.file".freeze, "test/resources/hashes/hash.file".freeze, "test/resources/ini/file.ini".freeze, "test/resources/libstask/lib/level-1/level-2-1/level-3-1/.gitkeep".freeze, "test/resources/libstask/lib/level-1/level-2-1/level-3-2/.gitkeep".freeze, "test/resources/libstask/lib/level-1/level-2-2/.gitkeep".freeze, "test/resources/testproject/ExplicitLib/ExplicitLibUnit.pas".freeze, "test/resources/testproject/Rakefile.rb".freeze, "test/resources/testproject/bin/test_compile/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_alter_cfg/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_consts/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_debug_info/testproject.drc".freeze, "test/resources/testproject/bin/test_compile_debug_info/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_debug_info/testproject.map".freeze, "test/resources/testproject/bin/test_compile_defines/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_use_absent_config/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_use_config/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_use_library_path/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_with_explicit_and_implicit_libs/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_with_explicit_libs/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_with_libs/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_with_resources/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_with_resources_and_libs/testproject.exe".freeze, "test/resources/testproject/dcu/ExplicitLibUnit.dcu".freeze, "test/resources/testproject/dcu/LibUnit.dcu".freeze, "test/resources/testproject/lib/AnyLib/LibUnit.pas".freeze, "test/resources/testproject/local.resources.txt".freeze, "test/resources/testproject/release.dcc.cfg".freeze, "test/resources/testproject/resources.rc".freeze, "test/resources/testproject/resources.res".freeze, "test/resources/testproject/testproject.2006.bdsproj".freeze, "test/resources/testproject/testproject.2007.dproj".freeze, "test/resources/testproject/testproject.2010.dproj".freeze, "test/resources/testproject/testproject.cfg".freeze, "test/resources/testproject/testproject.cfg.1".freeze, "test/resources/testproject/testproject.dpr".freeze, "test/resources/testproject/testproject.dproj.2007".freeze, "test/resources/testproject/testproject.drc".freeze, "test/resources/testproject/testproject.exe".freeze, "test/resources/testproject/testproject.ico".freeze, "test/resources/testproject/testproject.identcache".freeze, "test/resources/testproject/testproject.rc".freeze, "test/resources/testproject/testproject.res".freeze, "test/resources/testproject/testproject.xe5.dproj".freeze, "test/test-delphi.rb".freeze, "test/test-echo.rb".freeze, "test/test-envvariables.rb".freeze, "test/test-gemversion.rb".freeze, "test/test-git.rb".freeze, "test/test-hashes.rb".freeze, "test/test-ini.rb".freeze, "test/test-libstask.rb".freeze, "test/test-projectinfo.rb".freeze, "test/test-zip.rb".freeze] s.homepage = "http://github.com/ashumkin/rake-delphi.gem".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Tasks for building Delphi projects".freeze s.test_files = ["test/test-delphi.rb".freeze, "test/test-echo.rb".freeze, "test/test-envvariables.rb".freeze, "test/test-gemversion.rb".freeze, "test/test-git.rb".freeze, "test/test-hashes.rb".freeze, "test/test-ini.rb".freeze, "test/test-libstask.rb".freeze, "test/test-projectinfo.rb".freeze, "test/test-zip.rb".freeze, "test/helpers/consts.rb".freeze, "test/helpers/verinfo.rb".freeze, "test/resources/echo/file.in".freeze, "test/resources/echo/file.out".freeze, "test/resources/FakeDelphi/dcc32.exe".freeze, "test/resources/FakeDelphi/rc.exe".freeze, "test/resources/hashes/hash.2.file".freeze, "test/resources/hashes/hash.file".freeze, "test/resources/ini/file.ini".freeze, "test/resources/testproject/bin/test_compile/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_alter_cfg/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_consts/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_debug_info/testproject.drc".freeze, "test/resources/testproject/bin/test_compile_debug_info/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_debug_info/testproject.map".freeze, "test/resources/testproject/bin/test_compile_defines/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_use_absent_config/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_use_config/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_use_library_path/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_with_explicit_and_implicit_libs/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_with_explicit_libs/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_with_libs/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_with_resources/testproject.exe".freeze, "test/resources/testproject/bin/test_compile_with_resources_and_libs/testproject.exe".freeze, "test/resources/testproject/dcu/ExplicitLibUnit.dcu".freeze, "test/resources/testproject/dcu/LibUnit.dcu".freeze, "test/resources/testproject/ExplicitLib/ExplicitLibUnit.pas".freeze, "test/resources/testproject/lib/AnyLib/LibUnit.pas".freeze, "test/resources/testproject/local.resources.txt".freeze, "test/resources/testproject/Rakefile.rb".freeze, "test/resources/testproject/release.dcc.cfg".freeze, "test/resources/testproject/resources.rc".freeze, "test/resources/testproject/resources.res".freeze, "test/resources/testproject/testproject.2006.bdsproj".freeze, "test/resources/testproject/testproject.2007.dproj".freeze, "test/resources/testproject/testproject.2010.dproj".freeze, "test/resources/testproject/testproject.cfg".freeze, "test/resources/testproject/testproject.cfg.1".freeze, "test/resources/testproject/testproject.dpr".freeze, "test/resources/testproject/testproject.dproj.2007".freeze, "test/resources/testproject/testproject.drc".freeze, "test/resources/testproject/testproject.exe".freeze, "test/resources/testproject/testproject.ico".freeze, "test/resources/testproject/testproject.identcache".freeze, "test/resources/testproject/testproject.rc".freeze, "test/resources/testproject/testproject.res".freeze, "test/resources/testproject/testproject.xe5.dproj".freeze, "test/resources/libstask/lib/level-1/level-2-1/level-3-1/.gitkeep".freeze, "test/resources/libstask/lib/level-1/level-2-1/level-3-2/.gitkeep".freeze, "test/resources/libstask/lib/level-1/level-2-2/.gitkeep".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end