infinitered / ProMotion-menu

RubyMotion gem allowing you to easily setup a facebook or Path style hidden slide menu easily with the ProMotion gem.
74 stars 29 forks source link

Clean up deprecation warnings when publishing gem #40

Closed macfanatic closed 9 years ago

macfanatic commented 10 years ago
WARNING:  open-ended dependency on motion-cocoapods (>= 0) is not recommended
  if motion-cocoapods is semantically versioned, use:
    add_runtime_dependency 'motion-cocoapods', '~> 0'
WARNING:  open-ended dependency on rake (>= 0, development) is not recommended
  if rake is semantically versioned, use:
    add_development_dependency 'rake', '~> 0'
WARNING:  open-ended dependency on motion-stump (>= 0, development) is not recommended
  if motion-stump is semantically versioned, use:
    add_development_dependency 'motion-stump', '~> 0'
WARNING:  See http://guides.rubygems.org/specification-reference/ for help
jamonholmgren commented 10 years ago

Should be easy enough...just in the gemspec.

ryanlntn commented 9 years ago

@macfanatic I fixed this before pushing up 1.0.0. No more warnings. :smiley:

macfanatic commented 9 years ago

Awesome, thanks @ryanlntn!