Packagedcode to handle Ruby(.gemspec) and Cocoapods(.podspec) - #2075
Conversation
97e99d9 to
3382eee
Compare
pombredanne
left a comment
There was a problem hiding this comment.
Thank you .. that looks good overall 👍
But I would like to get @balasankarc https://github.com/balasankarc/gemfileparser take on the license and status of his library.
In general it would be mucho better to maintain a clean fork and push a PR to him and use that gemfileparser as a library IMHO.
Or take over the maintenance of it if that's what @balasankarc wants
So let's wait a bit for him to reply if that works for you!
344bcdc to
9a01c46
Compare
steven-esser
left a comment
There was a problem hiding this comment.
@rpotter12 I think we
9a01c46 to
ae9a3cb
Compare
ed0850a to
157a647
Compare
steven-esser
left a comment
There was a problem hiding this comment.
This looks good to me. @pombredanne Anything else to add here?
|
@MaJuRG #2075 (comment) Now nothing is edited from |
|
@rpotter12 Yeah I see that you have done that change already. Not sure why GH has updated that comment... Anyway, it looks good. |
pombredanne
left a comment
There was a problem hiding this comment.
Thank you. Please see my comments inline for your review.
6f2626a to
0722eec
Compare
steven-esser
left a comment
There was a problem hiding this comment.
@rpotter12 What is the purpose of the nose dependency you have added?
@MaJuRG Many tests were failing because of it. I think |
pombredanne
left a comment
There was a problem hiding this comment.
Thank you. See my comments inline.
Also we need to get these resolved:
- gemfileparser/gemfileparser#7
- gemfileparser/gemfileparser#8 (i really do not care for carying nose around for runtime)
and in all cases we would need ABOUT files.
So let's wait a couple day to leave @balasankarc time to reply and we may fork this instead as https://github.com/nexB/gemfileparser2
b456d9a to
6c4f350
Compare
ee33304 to
1d0acb7
Compare
|
@pombredanne Please ignore test files and checks for now. checks may be failing as gemfileparser2 has published version |
000197e to
fd1abbe
Compare
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
fd1abbe to
c2e044d
Compare
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
Signed-off-by: rpotter12 <rohitpotter12@gmail.com>
pombredanne
left a comment
There was a problem hiding this comment.
All good! Thank you ++ for your preseverance!
Fixes #2035
Packedcode to handle Ruby(.gemspec) and Cocoapods(.podspec).
spec.pyfile which will extract all the necessary data.gemfileparser.In this way we don't need to edit any library code.
Tasks
Run tests locally to check for errors.