Sha256: 8f73bb9eef8f249847fe2e32a179ab0bff1ed5f555baaf8d14eaf5f046240dab

Contents?: true

Size: 455 Bytes

Versions: 33

Compression:

Stored size: 455 Bytes

Contents

# Html5BoilerplateHelper will first check your ENV and
# then this yml file for these values. If they are both
# empty, the google code block will not be used.
#
# e.g. ENV['GOOGLE_ACCOUNT_ID'] || yml[:google_account_id]
# e.g. ENV['GOOGLE_API_KEY'] || yml[:google_api_key]
#
defaults: &defaults
  :google_account_id: ''
  :google_api_key: ''

:development:
  <<: *defaults

:test:
  <<: *defaults

:staging:
  <<: *defaults

:production:
  <<: *defaults

Version data entries

33 entries across 33 versions & 4 rubygems

Version Path
playmo-0.0.6 templates/project/google/google.yml
playmo-0.0.5 templates/project/google/google.yml
html5-boilerplate-0.3.2 templates/project/files/google.yml
html5-boilerplate-0.3.1 templates/project/files/google.yml
html5-starter-0.1.4b templates/project/files/google.yml
html5-starter-0.1.3b templates/project/files/google.yml
html5-boilerplate-0.3.0 templates/project/files/google.yml
html5-boilerplate-0.2.6 templates/project/files/google.yml
html5-boilerplate-0.2.5 templates/project/files/google.yml
html5-boilerplate-0.2.4 templates/project/files/google.yml
html5-boilerplate-0.2.3 templates/project/files/google.yml
html5-boilerplate-0.2.2 templates/project/files/google.yml
html5-boilerplate-0.2.1 templates/project/files/google.yml