piston 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,5 +1,8 @@
1
1
  *SVN*
2
2
 
3
+ 2007-03-09 1.3.2
4
+ * piston switch had a bad constant access which caused failures.
5
+
3
6
  2007-03-09 1.3.1
4
7
  * piston switch would fail if the branch from which we are reading had been
5
8
  deleted.
@@ -94,7 +94,7 @@ module Piston
94
94
  FileUtils.rm_rf dir.tmp
95
95
 
96
96
  logging_stream.puts " Updating Piston properties"
97
- svn :propset, Piston::REPOS, new_repos, dir
97
+ svn :propset, Piston::ROOT, new_repos, dir
98
98
  svn :propset, Piston::REMOTE_REV, revisions.last, dir
99
99
  svn :propset, Piston::LOCAL_REV, new_local_rev, dir
100
100
  svn :propset, Piston::LOCKED, revisions.last, dir if lock
@@ -2,7 +2,7 @@ module Piston
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 3
5
- TINY = 1
5
+ TINY = 2
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/lib/piston.rb CHANGED
@@ -18,7 +18,7 @@
18
18
  # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
19
  # THE SOFTWARE.
20
20
 
21
- # $HeadURL: svn+ssh://fbos@rubyforge.org/var/svn/piston/branches/1.3.1/lib/piston.rb $
21
+ # $HeadURL: svn+ssh://fbos@rubyforge.org/var/svn/piston/tags/1.3.2/lib/piston.rb $
22
22
  # $Id: piston.rb 86 2007-03-01 16:33:06Z fbos $
23
23
 
24
24
  require 'yaml'
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: piston
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.3.1
6
+ version: 1.3.2
7
7
  date: 2007-03-09 00:00:00 -05:00
8
8
  summary: Piston is a utility that enables merge tracking of remote repositories.
9
9
  require_paths: