Sha256: 1d4595917df203385c89d3b15a52106d86c225d7d923b05ade9535a78d0d307b

Contents?: true

Size: 828 Bytes

Versions: 9

Compression:

Stored size: 828 Bytes

Contents

title: Play Rock Paper Scissors Game
description: A Ruby Programmed Rock Paper Scissors Game
show_downloads: true
google_analytics: false
theme: jekyll-theme-cayman # important
include:
  - index.md
  - How_to_Run.md
  - Code.md
  - Comparing_Code.md
  - Testing.md
  - How_to_Build.md
  - about.md
exclude:
  - Gemfile
  - Gemfile.lock
  - jekyll-theme-cayman.gemspec
  - thumbnail.png
  - LICENSE
  - script
  - other_langs.md
gems: 
  - github-pages
# Sass/SCSS
sass:
  sass_dir: _sass
  style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
liquid:
  error_mode: warn
keep_files:
  - ".git" 
  - ".svn"
include:              
  - ".htaccess"
destination:  ./_site
layouts_dir:  _layouts
includes_dir: _includes
defaults:
  -
    values:
      layout: "default"
      author: "bag3318"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
PlayRockPaperScissorsGame-2.9.1 docs/_config.yml
PlayRockPaperScissorsGame-2.9.0 docs/_config.yml
PlayRockPaperScissorsGame-2.8.9 docs/_config.yml
PlayRockPaperScissorsGame-2.8.8 docs/_config.yml
PlayRockPaperScissorsGame-2.8.7 docs/_config.yml
PlayRockPaperScissorsGame-2.8.6 docs/_config.yml
PlayRockPaperScissorsGame-2.8.5 docs/_config.yml
PlayRockPaperScissorsGame-2.8.4 docs/_config.yml
PlayRockPaperScissorsGame-2.8.3 docs/_config.yml