sonar_connector_filestore 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.0
1
+ 0.2.1
@@ -68,7 +68,8 @@ module Sonar
68
68
  end
69
69
 
70
70
  def destroy!
71
- FileUtils.rm_r(filestore_path)
71
+ logger.info("destroying: #{filestore_path}")
72
+ FileUtils.rm_rf(filestore_path)
72
73
  end
73
74
 
74
75
  def filestore_path
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sonar_connector_filestore
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
5
- prerelease: false
4
+ hash: 21
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - mccraigmccraig
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-25 00:00:00 +01:00
18
+ date: 2011-03-25 00:00:00 +00:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -61,7 +61,6 @@ extra_rdoc_files:
61
61
  - README.rdoc
62
62
  files:
63
63
  - .document
64
- - .gitignore
65
64
  - LICENSE
66
65
  - README.rdoc
67
66
  - Rakefile
@@ -75,8 +74,8 @@ homepage: http://github.com/trampoline/sonar-connector-filestore
75
74
  licenses: []
76
75
 
77
76
  post_install_message:
78
- rdoc_options:
79
- - --charset=UTF-8
77
+ rdoc_options: []
78
+
80
79
  require_paths:
81
80
  - lib
82
81
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -100,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
99
  requirements: []
101
100
 
102
101
  rubyforge_project:
103
- rubygems_version: 1.3.7
102
+ rubygems_version: 1.6.2
104
103
  signing_key:
105
104
  specification_version: 3
106
105
  summary: reliable staged processing with the filesystem
data/.gitignore DELETED
@@ -1,23 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC
22
- *.gemspec
23
- tmp