Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/KrauseFx/deliver
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed May 21, 2015
2 parents 0a26efd + 364eac0 commit 777e72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deliver/deliverfile/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Deliverfile
class Deliverfile
module DSL
MISSING_VALUE_ERROR_MESSAGE = "You have to pass either a value or a block to the given method."
SPECIFY_LANGUAGE_FOR_VALUE = "You have to specify the language of the given value. Either set a default language using 'default_language \"en\"' on the top of the file or pass a hash containing the language codes"
SPECIFY_LANGUAGE_FOR_VALUE = "You have to specify the language of the given value. Either set a default language using 'default_language \"en-US\"' on the top of the file or pass a hash containing the language codes"

MISSING_APP_IDENTIFIER_MESSAGE = "You have to pass a valid app identifier using the Deliver file. (e.g. 'app_identifier \"net.sunapps.app\"')"
MISSING_VERSION_NUMBER_MESSAGE = "You have to pass a valid version number using the Deliver file. (e.g. 'version \"1.0\"')"
Expand Down

0 comments on commit 777e72b

Please sign in to comment.