baldwin 0.2.5 → 0.2.6

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.
@@ -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: