brew-cask-upgrade 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: 8e41e511c169c0900057e4697b446485521e6912
4
- data.tar.gz: 98db11a2f3b7f0027f501c17c2d4e95bdd39c5c8
3
+ metadata.gz: 1259dc7ae9ceccd9a7f2436df1cbed56502847db
4
+ data.tar.gz: 212eb7a152c7393fccd3e14c5fa4d06b0fce7f06
5
5
  SHA512:
6
- metadata.gz: 675a117cf6078ed58c09377b6da2070de97c09d55ecbb3bdd5dc5575baffba4bce7d1f777dae7853923f1bd7aa699ff50c83896c21959e3fb7bfa59c9f697f98
7
- data.tar.gz: f1be9b5f12e87a7e96c22eee084fb35a46ffb3a8aa297e789b9e4405db70e6d8aeb9d08b1575fcc98c298340b3efc45cf5d5aefe3e3813057d4332087c129824
6
+ metadata.gz: bbc8990f7ff913326adb704227c81ef3e69d0a48e44e6bb356e1b27d9ea19918a0aa55d7697fe82360a33ec425e5b1e095364ea88d2c929e9f3a18ac66d27551
7
+ data.tar.gz: fc6fd442e4f6177694179b955cb1a55e4ef59bb12a8140b8371d0e99ea38e388e397ef966f6966f6f60a1febd3dc959ab9999b7f521d6e9b4389cce9fca588c2
data/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  `brew-cask-upgrade` is a command-line tool for upgrading every outdated apps
5
5
  installed by [Homebrew Cask](https://caskroom.github.io).
6
6
 
7
- Homebrew Cask extends [Homebrew](http://brew.sh) and brings its elegance,
7
+ Homebrew Cask extends [Homebrew]cd(http://brew.sh) and brings its elegance,
8
8
  simplicity, and speed to OS X applications and large binaries alike, but it
9
9
  lacks a sub-command like `brew upgrade` for upgrading installed apps, so if you want to upgrade the installed apps, you have to delete the previous versions and re-install the latest version manually for every single app.
10
10
 
@@ -18,12 +18,16 @@ gem install brew-cask-upgrade
18
18
 
19
19
  ## Usage
20
20
 
21
+ Fetch the newest version of Homebrew Cask and all casks:
22
+
21
23
  ```
22
- brew-cask-upgrade
24
+ brew cask update
23
25
  ```
24
26
 
25
- [![asciicast](https://asciinema.org/a/2c2lcz9jp68dflgm3y0dclsaz.png)](https://asciinema.org/a/2c2lcz9jp68dflgm3y0dclsaz)
26
-
27
+ Upgrade outdated apps:
27
28
 
28
- [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/buo/brew-cask-upgrade/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
29
+ ```
30
+ brew-cask-upgrade
31
+ ```
29
32
 
33
+ [![asciicast](https://asciinema.org/a/e5geldgvynjmf8f6uh2b8n74j.png)](https://asciinema.org/a/e5geldgvynjmf8f6uh2b8n74j)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "brew-cask-upgrade"
3
- s.version = "1.0.0"
3
+ s.version = "1.0.1"
4
4
  s.summary = "A command line tool for Homebrew Cask"
5
5
  s.description = "A command line tool for upgrading every outdated apps installed by Homebrew Cask"
6
6
  s.authors = ["buo"]
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift("#{CASK_HOME}/lib")
5
5
  require 'vendor/homebrew-fork/global'
6
6
  require 'hbc'
7
7
 
8
- CASKROOM = "/usr/local/Caskroom"
8
+ CASKROOM = Hbc.caskroom
9
9
 
10
10
  def each_installed
11
11
  Hbc.installed.each_with_index do |name, i|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brew-cask-upgrade
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
  - buo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-21 00:00:00.000000000 Z
11
+ date: 2016-06-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A command line tool for upgrading every outdated apps installed by Homebrew
14
14
  Cask