boxen 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/boxen.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "boxen"
5
- gem.version = "1.4.0"
5
+ gem.version = "1.4.1"
6
6
  gem.authors = ["John Barnette", "Will Farrington"]
7
7
  gem.email = ["jbarnette@github.com", "wfarr@github.com"]
8
8
  gem.description = "Manage Mac development boxes with love (and Puppet)."
@@ -19,7 +19,7 @@ class Boxen::Preflight::OS < Boxen::Preflight
19
19
 
20
20
  def supported_release?
21
21
  SUPPORTED_RELEASES.any? do |r|
22
- current_release.starts_with? r
22
+ current_release.start_with? r
23
23
  end
24
24
  end
25
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boxen
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: