infinitered / redpotion

We believe iPhone development should be clean, scalable, and fast with a language that developers not only enjoy, but actively choose. With the advent of Ruby for iPhone development the RubyMotion community has combined and tested the most active and powerful gems into a single package called RedPotion
MIT License
233 stars 40 forks source link

Require redalert as its a runtime dependency #111

Closed squidpunch closed 9 years ago

squidpunch commented 9 years ago

Similar to how we have to require motion_print, we should require redalert as well.

twerth commented 9 years ago

Is this needed? I really don't know, as we have spec.add_runtime_dependency "RedAlert"

twerth commented 9 years ago

Ah, you answer this in your comment, cool. Thanks

squidpunch commented 9 years ago

this came from reading #97 - and there was a similar issue in ProMotion clearsightstudio/ProMotion#698

granted I think that if they had the code called out in their app it may have worked - I just saw similarities and thought if we are marking it as a dependency we should include it for sure