dev_svn 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. data/lib/svn.rb +2 -1
  2. data/spec/svn_spec.rb +4 -4
  3. metadata +1 -1
data/lib/svn.rb CHANGED
@@ -65,7 +65,8 @@ class Svn
65
65
  end
66
66
  end
67
67
 
68
- FileUtils.rm_r 'to_publish_checkout'
68
+ #begin
69
+ #FileUtils.rm_r 'to_publish_checkout'
69
70
  output
70
71
  }
71
72
  end
data/spec/svn_spec.rb CHANGED
@@ -4,12 +4,12 @@ require 'rake'
4
4
  describe Svn do
5
5
  it "should be able to obtain lastest revision" do
6
6
  Dir.mktmpdir{|dir|
7
- `svnadmin create svn_test_repo 2>&1`
8
- expect(File.exists?("#{dir}/svn_test_repo"))
9
- svn_repo="file:///#{dir}/svn_test_repo"
7
+ #{}`svnadmin create svn_test_repo 2>&1`
8
+ #expect(File.exists?("#{dir}/svn_test_repo"))
9
+ #svn_repo="file:///#{dir}/svn_test_repo"
10
10
  #{}`svn checkout #{svn_repo} trunk`
11
11
 
12
- FileUtils.rm_r('svn_test_repo')
12
+ #FileUtils.rm_r('svn_test_repo')
13
13
  }
14
14
 
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev_svn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: