repertoire 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +8 -4
- data/lib/repertoire/repository.rb +1 -1
- data/lib/repertoire/version.rb +1 -1
- metadata +1 -1
data/History.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1
|
-
|
1
|
+
=== 0.2.1 / 2009-03-26
|
2
|
+
|
3
|
+
* Fixed typo in Repository#update.
|
4
|
+
|
5
|
+
=== 0.2.0 / 2009-03-26
|
2
6
|
|
3
7
|
* Refactored Repertoire::Media::Type.
|
4
8
|
* Added the cd method.
|
@@ -13,11 +17,11 @@
|
|
13
17
|
* Added support for Mercurial (Hg).
|
14
18
|
* Added specs.
|
15
19
|
|
16
|
-
|
20
|
+
=== 0.1.2 / 2008-05-01
|
17
21
|
|
18
22
|
* Added Media support for Git.
|
19
23
|
|
20
|
-
|
24
|
+
=== 0.1.1 / 2008-02-09
|
21
25
|
|
22
26
|
* Added the Type module to add meta-programming methods to Media types.
|
23
27
|
* Added metaid.rb.
|
@@ -34,7 +38,7 @@
|
|
34
38
|
* Fixed Manifest to include
|
35
39
|
lib/repertoire/exceptions/program_not_found.
|
36
40
|
|
37
|
-
|
41
|
+
=== 0.1.0 / 2008-01-17
|
38
42
|
|
39
43
|
* Initial release.
|
40
44
|
* Supports Subversion (SVN), Darcs, CVS and RSync repositories.
|
data/lib/repertoire/version.rb
CHANGED