ianwhite / garlic

garlic is a set of commands/rake tasks to help with CI across multiple rails/dependency versions

This URL has Read+Write access

garlic / History.txt
100644 58 lines (38 sloc) 1.318 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
== 0.1.9
 
* 1 major enhancement
  * added garlic shell commands (sh/garlic.sh) for easing the galric workflow
    to use them, add this to your ~/.profile
    
      source `gem environment gemdir`/gems/ianwhite-garlic*/sh/garlic.sh
 
== 0.1.8
 
* 1 bugfix
  * fix problem where dependencies weren't checking out repo tags or branches properly
 
== 0.1.7
 
* 2 minor enhancement
  * Fix problem whereby garlic update_repos wasn't updating repos correctly
  * utilise Garlic::Generator in tabtab definition
 
== 0.1.6 2008-11-27
 
* 3 minor enhancements
  * Updated Readme/TODO
  * Some crufty output is now suppressed/removed
  * garlic all command cleans the work path
 
* 1 bugfix
  * --targets, -t option now actually works
 
== 0.1.5 2008-11-25
 
* 4 minor enhancements
  * Removed 'all_targets' - just use ruby to DRY up garlic.rb
  * Changed templates wrt above
  * Better tabtab completions
  * Updated TODO
 
== 0.1.4 2008-11-20
 
* 1 minor enhancement
  * Added tabtab definitions that are in the right place
 
== 0.1.3 2008-11-20
 
* 1 minor enhancement
  * Added tabtab definitions
 
== 0.1.2
 
* 2 major enhancements
  * garlic CLI
  * repos are now stored in ~/.garlic/repos (and this shared across multiple garlic sessions), work is in ./.garlic
 
== 0.1.1
 
* 1 major enhancement:
  * freelancing-god added gem goodness