--- # information about your project ----------------------------------------- # Name of your project. :project: Dfect # Name of your project when packaged as a directory. :package: dfect # Name of Ruby module that namespaces your project. :library: Dfect # A short, single-line description of your project. :tagline: Assertion testing library for Ruby # Address of your project's published website. :website: http://snk.tuxfamily.org/lib/dfect/ # A list of the core developers of your project. # # :authors: # - An Example # with email # - Another Example # without email # :authors: - Suraj N. Kurapati # Number of the current release of your project. :version: 2.0.0 # Date of the current release of your project. :release: 2010-03-21 # A list of gems required by your project during runtime. # # :runtime: # # your project needs exactly version 1.2.3 of the "an_example" gem # an_example: 1.2.3 # # # your project needs at least version 1.2 (but not # # version 1.2.4 or newer) of the "another_example" gem # another_example: [ >= 1.2 , < 1.2.4 ] # # # your project needs any version of the "yet_another_example" gem # yet_another_example: # :runtime: # A list of gems required by your project during development. # # :devtime: # # your project needs exactly version 1.2.3 of the "an_example" gem # an_example: 1.2.3 # # # your project needs at least version 1.2 (but not # # version 1.2.4 or newer) of the "another_example" gem # another_example: [ >= 1.2 , < 1.2.4 ] # # # your project needs any version of the "yet_another_example" gem # yet_another_example: # :devtime: --- # parameters for the `inochi` command ------------------------------------ # Location where project documentation will be uploaded by `inochi pub:doc`. :pub_doc_target: ~/www/lib/dfect/ # Options for the `rsync` command used to upload your project's documentation. :pub_doc_options: --verbose --compress --archive --update --delete # Path to YAML file containing login information for publishing announcements. :pub_ann_logins: ~/.config/inochi/pub_ann_logins.yaml # Your project's unique identifier in the RAA (Ruby Application Archive). :pub_ann_raa_id: dfect