public
Description: A simple tool to manage Ruby on Rails plugins from GIT and Subversion SCM
Homepage: http://github.com/fnando/pez
Clone URL: git://github.com/fnando/pez.git
Click here to lend your support to: pez and make a donation at www.pledgie.com !
commit  2044720413d9dcf066aee0a9251ab6561172aaba
tree    0b804f28a1cfd81421ae5abbd0c01dfa8958e199
parent  3f8f551766535ec9c45ee3ba97b8845387947101
pez / History.txt
100644 64 lines (41 sloc) 1.189 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
== 0.0.1 2008-09-01
 
* 1 major enhancement:
  * Initial release
 
== 0.0.2 2008-09-01
 
* 1 minor enhancement:
  * Added symlink option
 
== 0.0.3 2008-09-02
 
* 1 bug fix:
  * Some methods was trying to access a nil object; expected a hash
 
== 0.0.4 2008-09-03
 
* 1 major enhancement:
  * Added revision and branch support
 
== 0.0.5 2008-09-06
 
* 1 bug fix:
  * Symlink option couldn't get the plugin data
 
== 0.0.6 2008-10-02
 
* 1 bug fix:
  * Couldn't symlink to relative paths
 
== 0.0.7 2008-10-03
 
* 1 bug fix:
  * Now handling blank plugins.yml on update
* 1 minor enhancement:
  * If plugins.yml already exists, it'll run update
* 2 major enhancements:
  * Splitted config files in pez.yml and plugins.yml
  * Prioritize ~/.pezrc, if it exists
 
== 0.0.8 2008-10-07
 
* 1 minor enhancement:
  * Sort YAML keys in to_yaml
 
== 0.0.9 2008-10-08
 
* 1 bug fix:
* gemspec was referencing templates/plugins.yml instead of pez.yml
 
== 0.0.10 2008-10-31
 
* 1 minor enhancement:
* Pez doesn't load config/environment.rb to discover RAILS_VERSION
 
== 0.0.11 2008-10-31
 
* 1 bug fix:
* Ensure environment defaults to 'development'
 
== 0.0.13 2008-11-18
 
* 1 bug fix:
* Mac OS symlinks are stupid