rubymotion-community / motion-support

Commonly useful extensions to the standard library for RubyMotion
MIT License
132 stars 28 forks source link

Is this still maintained? #23

Closed holgersindbaek closed 9 years ago

holgersindbaek commented 9 years ago

Seems like there's some really useful stuff here. Main problem I have with this gem, is that it can't be used when you have app dependencies turned on, which is a requirement for me.

tkadauke commented 9 years ago

Hi Holger, I have transferred maintainership of this gem to the RubyMotion community, as I am busy with other things these days. That being said, I have heard from people that you can simply remove this line here https://github.com/rubymotion/motion-support/blob/master/Rakefile#L13 and then things magically work. I haven't checked it myself though.

holgersindbaek commented 9 years ago

I'll give it a try. Thanks a lot.

tkadauke commented 9 years ago

See this commit here: https://github.com/rubymotion/motion-support/commit/c5f03b2ce7a4aa0c3bc986ad34b578b3e86612ca ... we should have removed the above mentioned line. You can probably override it from your Rakefile.