- Updated tog gem to require Desert 0.5.2 that fix some "Plugin schema migrations should successfully convert from the 'old' scheme to the 'new' scheme"" [Thanks Andrei!]
- #106 New "tog:plugins:db:version" task 0.4.0
- Changed the list_specs based on files by one based on classes
- togify: Use github's tarballs instead of a git clone to a) remove git dependecy on togify and b) use a tagged release of tog plugins instead of the edge
- Rubigen dependency added to gemspec.
- [#89 status:resolved] From now tog:plugins:copy_resources don't copy .svn dirs to app's public directory...
- tog-desert dependency added.
- New
--development
flag on togify. This'll clone the tog core plugins from[email protected]:tog/#{plugin}.git
instead ofgit://github.com/tog/#{plugin}.git
allowing developers to change tog plugins inside a togified app.
- Initial public code release