public
Description: Dependency Resolution Framework
Homepage: http://warningshot.lighthouseapp.com
Clone URL: git://github.com/coryodaniel/warningshot.git
coryodaniel (author)
Thu Feb 26 17:40:45 -0800 2009
commit  57c993689114a1ee04bdf558ec9f5607851e2ccf
tree    f9c34cc23f84172f67fbaf16c21fdb4d508566f3
parent  4bf02c372017d7458ed618f11a7c82c70c64e609
warningshot / CHANGELOG
100755 19 lines (16 sloc) 0.788 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- coding: utf-8 -*-
 
2009-01-27 Cory ODaniel <warningshot@coryodaniel.com>
* PermissionResolver
 
2009-01-26 Cory ODaniel <warningshot@coryodaniel.com>
* Resolver.branch takes a *params now
* Added specs for Resolver.branch single & multiple branches
* DependencyResolver loops over branches
* SymlinkResolver checks symlink with File.readlink
* rbconfig is only loaded if Config::CONFIG is not defined (stops tons of warnings that show up in log)
* !IMPORTANT -> Changed public API for Writing resolvers. YourResolver#initialize should take (config,branch_name,*deps)
 
= 0.9.5
2009-01-22 Cory ODaniel <warningshot@coryodaniel.com>
* RubyGems 1.3 Support
* Various bug fixes / improvements in GemResolver
* Added RSpecs
* Fixed bug that crashed WS if YAML was malformed