Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed typed schema creation #79

Merged
merged 1 commit into from
Aug 11, 2014
Merged

Conversation

Strech
Copy link
Collaborator

@Strech Strech commented Aug 11, 2014

Closes #78

@@ -14,7 +13,7 @@ def initialize(schema, options = {})
def merge!(status_code, successful)
return if exists?(status_code, successful)

payload = {STATUS => status_code, SUCCESSFUL => successful, DESCRIPTION => ''}
payload = {STATUS => status_code, SUCCESSFUL => successful, Json::DESCRIPTION => ''}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space inside { missing.
Space inside } missing.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.26%) when pulling fa1f511 on Strech:json-keywords-fix into 890f11f on razum2um:master.

Strech pushed a commit that referenced this pull request Aug 11, 2014
Changed typed schema creation
@Strech Strech merged commit 779d811 into razum2um:master Aug 11, 2014
@Strech Strech deleted the json-keywords-fix branch August 11, 2014 14:12
@Strech
Copy link
Collaborator Author

Strech commented Aug 11, 2014

@razum2um Для 0.6.4 все готово. Только еще в issues надо как-то прибраться, там куча ready но не закрытых ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Treat attribute type as Lurker::Json::Attribute
3 participants