datamapper / dm-types

DataMapper plugin providing extra data types
http://datamapper.org/
MIT License
55 stars 80 forks source link

Move flags support module into Types::Support namespace #30

Open emmanuel opened 13 years ago

emmanuel commented 13 years ago

This is the first of three pull requests that decompose the many changes in #24.

As the title says, these changes move the Flags support module from DataMapper::Property::Flags to DataMapper::Types::Support::Flags. The new location matches the directory structure, and it also seems like a good idea, broadly, to only put Property subclasses directly in the DataMapper::Property namespace.

solnic commented 13 years ago

@emmanuel ok this is cool too bad I forgot about this. I will rebase / merge it for 1.3.0

tpitale commented 8 years ago

@emmanuel This one too, if you think it's still good to move. Thanks!