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 CHANGED
@@ -1,4 +1,8 @@
1
- == 0.2.0 / 2009-03-26
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
- == 0.1.2 / 2008-05-01
20
+ === 0.1.2 / 2008-05-01
17
21
 
18
22
  * Added Media support for Git.
19
23
 
20
- == 0.1.1 / 2008-02-09
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
- == 0.1.0 / 2008-01-17
41
+ === 0.1.0 / 2008-01-17
38
42
 
39
43
  * Initial release.
40
44
  * Supports Subversion (SVN), Darcs, CVS and RSync repositories.
@@ -84,7 +84,7 @@ module Repertoire
84
84
  #
85
85
  def update(uri=nil)
86
86
  if @media
87
- @media.update(uri)
87
+ @media.update(@path,uri)
88
88
  return true
89
89
  end
90
90
 
@@ -1,4 +1,4 @@
1
1
  module Repertoire
2
2
  # Repertoire version
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repertoire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern