botstrap 0.0.1 → 0.0.2

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.
data/botstrap.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.version = Botstrap::VERSION
9
9
  gem.authors = ["Mark Adams"]
10
10
  gem.email = ["mark@thoughtbot.com"]
11
- gem.description = %q{Xcode/git boostrapping}
11
+ gem.description = %q{Xcode/git bootstrapping}
12
12
  gem.summary = %q{Adds an appropriate .gitignore and .gitattributes}
13
13
  gem.homepage = ""
14
14
 
@@ -1,3 +1,3 @@
1
1
  module Botstrap
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/botstrap.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require "botstrap/version"
2
2
 
3
3
  module Botstrap
4
- def directory_contains_xcode_project(directory)
4
+ def self.directory_contains_xcode_project(directory)
5
5
  not Dir.glob("#{directory}/*.xcodeproj").empty?
6
6
  end
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: botstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-10-16 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Xcode/git boostrapping
14
+ description: Xcode/git bootstrapping
15
15
  email:
16
16
  - mark@thoughtbot.com
17
17
  executables: []