brewdler 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Readme.mdown +3 -3
- data/lib/brewdler/cask_installer.rb +1 -1
- data/lib/brewdler/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 967b3a6268e8f67a23b985f4a6269836e578a824
|
4
|
+
data.tar.gz: 7053cb13c56593ca327b6669218927b34d83f1ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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/
|
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/
|
17
|
+
[Homebrew-cask](http://github.com/caskroom/homebrew-cask) is optional and used for installing Mac applications.
|
18
18
|
|
19
19
|
## Usage
|
20
20
|
|
data/lib/brewdler/version.rb
CHANGED
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.
|
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-
|
13
|
+
date: 2014-10-08 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: commander
|