--- !ruby/object:Gem::Specification name: build-tool version: !ruby/object:Gem::Version version: 0.6.0.rc2 prerelease: 6 platform: ruby authors: - Michael Jansen autorequire: bindir: bin cert_chain: [] date: 2012-02-25 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: logging requirement: &5454660 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.6.0 type: :runtime prerelease: false version_requirements: *5454660 - !ruby/object:Gem::Dependency name: activerecord requirement: &5454160 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 3.2.1 type: :runtime prerelease: false version_requirements: *5454160 - !ruby/object:Gem::Dependency name: sqlite3 requirement: &5453620 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.3.5 type: :runtime prerelease: false version_requirements: *5453620 - !ruby/object:Gem::Dependency name: ansi requirement: &5453100 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.4.2 type: :runtime prerelease: false version_requirements: *5453100 - !ruby/object:Gem::Dependency name: grit requirement: &5452240 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 2.4.1 type: :runtime prerelease: false version_requirements: *5452240 - !ruby/object:Gem::Dependency name: racc requirement: &5482440 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.4.7 type: :development prerelease: false version_requirements: *5482440 - !ruby/object:Gem::Dependency name: rexical requirement: &5481740 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.0.5 type: :development prerelease: false version_requirements: *5481740 - !ruby/object:Gem::Dependency name: rake requirement: &5481200 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.9.2 type: :development prerelease: false version_requirements: *5481200 - !ruby/object:Gem::Dependency name: yard requirement: &5480720 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.7.5 type: :development prerelease: false version_requirements: *5480720 - !ruby/object:Gem::Dependency name: turn requirement: &5480260 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0.9' type: :development prerelease: false version_requirements: *5480260 description: ! "\n The tool helps \n\n ...\n " email: - info@michael-jansen.biz executables: - build-tool extensions: [] extra_rdoc_files: - README.txt files: - .gitattributes - .gitignore - .rvmrc - .yardopts - Gemfile - Gemfile.lock - History.txt - KNOWN_PROBLEMS - README.txt - Rakefile - bin/build-tool - build-tool.gemspec - db/migrations/20110703074000_add_command_logs.rb - db/migrations/20110703075000_add_module_logs.rb - db/migrations/20110815170000_add_features.rb - db/migrations/20120103204700_add_modules.rb - db/migrations/20120106181200_add_settings.rb - lib/build-tool.rb - lib/build-tool/application.rb - lib/build-tool/build-system/autoconf.rb - lib/build-tool/build-system/base.rb - lib/build-tool/build-system/cmake.rb - lib/build-tool/build-system/custom.rb - lib/build-tool/build-system/kdel10n.rb - lib/build-tool/build-system/make.rb - lib/build-tool/build-system/none.rb - lib/build-tool/build-system/qmake.rb - lib/build-tool/build-system/qt.rb - lib/build-tool/cfg/lexer.rex - lib/build-tool/cfg/lexer_base.rb - lib/build-tool/cfg/node.rb - lib/build-tool/cfg/parser.y - lib/build-tool/cfg/visitor.rb - lib/build-tool/command_actions.rb - lib/build-tool/commands.rb - lib/build-tool/commands/build.rb - lib/build-tool/commands/configuration.rb - lib/build-tool/commands/configuration/edit.rb - lib/build-tool/commands/configuration/list.rb - lib/build-tool/commands/configure.rb - lib/build-tool/commands/ctags.rb - lib/build-tool/commands/environments.rb - lib/build-tool/commands/environments/list.rb - lib/build-tool/commands/environments/set.rb - lib/build-tool/commands/features.rb - lib/build-tool/commands/features/disable.rb - lib/build-tool/commands/features/enable.rb - lib/build-tool/commands/features/list.rb - lib/build-tool/commands/fetch.rb - lib/build-tool/commands/files.rb - lib/build-tool/commands/gc.rb - lib/build-tool/commands/history.rb - lib/build-tool/commands/info.rb - lib/build-tool/commands/install.rb - lib/build-tool/commands/modules.rb - lib/build-tool/commands/modules/cleanup.rb - lib/build-tool/commands/modules/disable.rb - lib/build-tool/commands/modules/enable.rb - lib/build-tool/commands/modules/info.rb - lib/build-tool/commands/modules/list.rb - lib/build-tool/commands/modules/shell.rb - lib/build-tool/commands/rebase.rb - lib/build-tool/commands/recipes.rb - lib/build-tool/commands/recipes/add.rb - lib/build-tool/commands/recipes/edit.rb - lib/build-tool/commands/recipes/incoming.rb - lib/build-tool/commands/recipes/info.rb - lib/build-tool/commands/recipes/install.rb - lib/build-tool/commands/recipes/list.rb - lib/build-tool/configuration.rb - lib/build-tool/environment.rb - lib/build-tool/errors.rb - lib/build-tool/history.rb - lib/build-tool/model/command_log.rb - lib/build-tool/model/feature.rb - lib/build-tool/model/module.rb - lib/build-tool/model/module_log.rb - lib/build-tool/model/setting.rb - lib/build-tool/recipe.rb - lib/build-tool/repository.rb - lib/build-tool/server.rb - lib/build-tool/singleton.rb - lib/build-tool/sshkey.rb - lib/build-tool/state_helper.rb - lib/build-tool/vcs/archive.rb - lib/build-tool/vcs/base.rb - lib/build-tool/vcs/git-svn.rb - lib/build-tool/vcs/git.rb - lib/build-tool/vcs/mercurial.rb - lib/build-tool/vcs/svn.rb - lib/build-tool/version.rb - lib/mj/error.rb - lib/mj/logging.rb - lib/mj/mixins/inherited_attributes.rb - lib/mj/tools/editor.rb - lib/mj/tools/ssh.rb - lib/mj/tools/subprocess.rb - lib/mj/vcs/git.rb - lib/mj/visitor.rb - tasks/db.rake - tasks/racc.rake - tasks/rdoc.rake - tasks/rexical.rake - tasks/test.rake - test/integration/configuration_test.rb - test/integration/history_test.rb - test/integration/parser_configuration.rb - test/integration/parser_environment_parser.rb - test/integration/parser_feature_test.rb - test/integration/parser_git-svn_test.rb - test/integration/parser_git_test.rb - test/integration/parser_mercurial_test.rb - test/integration/parser_module_test.rb - test/integration/parser_svn_test.rb - test/integration/parser_test.rb - test/test_helper.rb - test/unit/configuration_test.rb - test/unit/git_configuration_test.rb - test/unit/git_svn_configuration_test.rb - test/unit/mercurial_configuration_test.rb - test/unit/model/command_log_test.rb - test/unit/model/feature_test.rb - test/unit/model/module_log_test.rb - test/unit/model/module_test.rb - test/unit/repository_test.rb - test/unit/server_test.rb - test/unit/svn_configuration_test.rb - lib/build-tool/cfg/parser.rb - lib/build-tool/cfg/lexer.rb homepage: http://michael-jansen.biz licenses: - GPL-V2+ post_install_message: ! "Thank you for using build-tool. For documentation see http://michael-jansen.biz/build-tool .\nReport bugs to kde (at) michael-jansen.biz. \n\nTo start with build-tool try the following commands:\n> build-tool recipe add git://gitorious.org/build-tool/kde-trunk-recipe.git kde\n> build-tool recipe list\n> build-tool recipe install kde\n\n" rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.9.2 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>' - !ruby/object:Gem::Version version: 1.3.1 requirements: [] rubyforge_project: build-tool rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: A tool helping to download, configure and compile from sources. test_files: - test/integration/configuration_test.rb - test/integration/history_test.rb - test/integration/parser_configuration.rb - test/integration/parser_environment_parser.rb - test/integration/parser_feature_test.rb - test/integration/parser_git-svn_test.rb - test/integration/parser_git_test.rb - test/integration/parser_mercurial_test.rb - test/integration/parser_module_test.rb - test/integration/parser_svn_test.rb - test/integration/parser_test.rb - test/test_helper.rb - test/unit/configuration_test.rb - test/unit/git_configuration_test.rb - test/unit/git_svn_configuration_test.rb - test/unit/mercurial_configuration_test.rb - test/unit/model/command_log_test.rb - test/unit/model/feature_test.rb - test/unit/model/module_log_test.rb - test/unit/model/module_test.rb - test/unit/repository_test.rb - test/unit/server_test.rb - test/unit/svn_configuration_test.rb has_rdoc: