brewdler 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a03b5d21c49476129da9d0191bafa618f14d6543
4
- data.tar.gz: 816d4cddde94cf2888046dc1111a1278a76ecdb9
3
+ metadata.gz: 967b3a6268e8f67a23b985f4a6269836e578a824
4
+ data.tar.gz: 7053cb13c56593ca327b6669218927b34d83f1ce
5
5
  SHA512:
6
- metadata.gz: 367fc929f579229fb1f69075d9fb576a9520b27ff3bae43346c1b91deb7be5f3b761ef6e370edd532611fb9d0dd41c9d3fbaf964bb1035a5d116358c4fa61718
7
- data.tar.gz: 2bb449bc57a54d8a1154fede14d9df23c04539adf3c18ee680304e55e973ef163b80680b6cbb28ed4eb4e100bab2712c625753f0bc3c62f40b0cf17420ae3d63
6
+ metadata.gz: bbc63150f1bdc2024e754bd4fba76e57f64f2e9b74857a41e3589e1252eca07881e9b3bcc4d960dd624c8a319924e6e9fa23d597ffeb585fcf9fdf2c9dc496a2
7
+ data.tar.gz: 1ed3edcd6bc54e449c37f3dd18bc82ceb4669de3d004c77faac5490ef04660c739989317174d2a1406dfea879f2ade245936e78769f63a952145d47ff8bbb264
data/Readme.mdown CHANGED
@@ -10,11 +10,11 @@ Bundler for non-ruby dependencies from homebrew
10
10
 
11
11
  ## Requirements
12
12
 
13
- [Homebrew](http://github.com/mxcl/homebrew) is used for installing the dependencies, it only works on a mac and so does this gem.
13
+ [Homebrew](http://github.com/Homebrew/homebrew) is used for installing the dependencies, it only works on a mac and so does this gem.
14
14
 
15
- [Homebrew brew-tap](https://github.com/mxcl/homebrew/wiki/brew-tap) is new feature in Homebrew-0.9, add more Github repos to the list of formulae.
15
+ [Homebrew brew-tap](https://github.com/Homebrew/homebrew/wiki/brew-tap) is new feature in Homebrew-0.9, add more Github repos to the list of formulae.
16
16
 
17
- [Homebrew-cask](http://github.com/phinze/homebrew-cask) is optional and used for installing Mac applications.
17
+ [Homebrew-cask](http://github.com/caskroom/homebrew-cask) is optional and used for installing Mac applications.
18
18
 
19
19
  ## Usage
20
20
 
@@ -1,7 +1,7 @@
1
1
  module Brewdler
2
2
  class CaskInstaller
3
3
  def self.install(name)
4
- if system 'brew cask info'
4
+ if system "brew cask info #{name}"
5
5
  `brew cask install #{name}`
6
6
  else
7
7
  raise "Unable to install #{name}. Homebrew-cask is not currently installed on your system"
@@ -1,3 +1,3 @@
1
1
  module Brewdler
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brewdler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Nesbitt
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2014-10-06 00:00:00.000000000 Z
13
+ date: 2014-10-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: commander