zachfeldman / rubypress

Ruby interface for the WordPress XMLRPC API. Follows standard XML-RPC Documentation closely.
201 stars 55 forks source link

Modules should be namespaced #12

Closed KieranP closed 10 years ago

KieranP commented 10 years ago

Currently Comments, Media, Options, Posts, Taxonomies, and Users modules are at the top level. They should be namespaced to prevent conflicts with other modules (especially in ruby on rails applications).

Rubypress::Comments, Rubypress::Options, ... and so on.

zachfeldman commented 10 years ago

Sure, I totally understand why you'd want to do that. Feel free to submit a pull request @KieranP!

zachfeldman commented 10 years ago

Closing this for now @KieranP but as mentioned, feel free to submit a PR

KieranP commented 10 years ago

Pull request finally created - https://github.com/zachfeldman/rubypress/pull/19

Sorry for the delay. Busy past few months.