baldwin 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,6 @@ module Baldwin
21
21
  end
22
22
 
23
23
  def self.apps
24
- Dir[ RAILS_PATTERN ]
24
+ Dir[ RAILS_PATTERN ].map { |app| Pathname.new app }
25
25
  end
26
26
  end
@@ -13,7 +13,7 @@ namespace :baldwin do
13
13
 
14
14
  desc "Remove all test rails apps"
15
15
  task :clean => [ :env ] do
16
- Baldwin.apps.each { |app| app.rmdir :force => true }
16
+ Baldwin.apps.each &:rmtree
17
17
  end
18
18
 
19
19
  desc "Create a test rails app if necessary"
@@ -1,3 +1,3 @@
1
1
  module Baldwin
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: baldwin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: