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

Allow to support newest grape entity #15

Merged
merged 1 commit into from
Nov 21, 2016
Merged

Conversation

kzaitsev
Copy link
Collaborator

No description provided.

@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.email = ['kirik910@gmail.com']

s.summary = 'Grape swagger adapter to support grape-entity object parsing'
s.homepage = 'https://github.com/Bugagazavr/grape-swagger-entity'
s.homepage = 'https://github.com/ruby-grape/grape-swagger-entity'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think i can do this in separated PR, if this is a problem

@kzaitsev
Copy link
Collaborator Author

@dblock Looks like danger requires some updates

@@ -9,6 +9,7 @@
#### Fixes

* [#8](https://github.com/ruby-grape/grape-swagger-entity/pull/8): Generate enum property if values key is passed in documentation - [@lordnibbler](https://github.com/lordnibbler).
* [#15](https://github.com/ruby-grape/grape-swagger-entity/pull/15): Allow to support grape entity 0.6.x and later - [@Bugagazavr](https://github.com/Bugagazavr).
Copy link
Member

@dblock dblock Nov 21, 2016

Choose a reason for hiding this comment

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

Should just say "Support ...", "Allow" is unnecessary.

@dblock
Copy link
Member

dblock commented Nov 21, 2016

Would you mind fixing the danger stuff too? It should be:

gem 'ruby-grape-danger', '~> 0.1.0', require: false

And Dangerfile should just have

danger.import_dangerfile(gem: 'ruby-grape-danger')

@kzaitsev kzaitsev force-pushed the new-grape-entity-support branch 2 times, most recently from 8c9d73b to 35d90ba Compare November 21, 2016 16:00
@kzaitsev
Copy link
Collaborator Author

kzaitsev commented Nov 21, 2016

Ok i update .travis.yml, because danger requires ruby 2.x

@dblock dblock merged commit 46253eb into master Nov 21, 2016
@dblock
Copy link
Member

dblock commented Nov 21, 2016

This is perfect. Want to make a release?

@kzaitsev
Copy link
Collaborator Author

Yep

@kzaitsev
Copy link
Collaborator Author

done

@kzaitsev kzaitsev deleted the new-grape-entity-support branch November 21, 2016 17:01
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.

2 participants