alfred-workflow 1.5.2 → 1.5.3

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.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +1 -1
  3. data/lib/alfred/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 95a4c7264123052ce1df5044c81b44db1f84b363
4
- data.tar.gz: 39f5cd97f302eb8abc3c0c548d8734ca99da5914
5
2
  SHA512:
6
- metadata.gz: 60f4a9dd90001958918d8b22cee3a21f6b172f1364e34480005ff1fa2a447ca9c03277dd0d6b7d1bd0f3cc6d9bb21eaa65fc93cd1222dbb6de1fee9567bb44ce
7
- data.tar.gz: bbc8b450778c0aab48ec14c816aed4a82f97420cde0474c22220bf2df59b9b92f9e847d7cfb1331f2a40c8c718bca46f31c59b85959fca6420275218d9e6b3a8
3
+ data.tar.gz: 45334ed2224c9a440fb4cf377631411bcfb6eb42ade4232d6de540c447921342f1efcb5cb318f2c9178a9c79830d979d0b2355ed8cda7681824efc571e5c2c5b
4
+ metadata.gz: 63223e2f2e3a8ced1c4e2c7a509772ad86940ee006d092d1998d558e3955c0733844e14edc8290f8d27fc197a5b08d04067af17113d580ed65306deb9e47d5be
5
+ SHA1:
6
+ data.tar.gz: 764f7c810a6ce54e437f7525c3c6b77f244d9691
7
+ metadata.gz: a8039f428fbf3b3d01351847fa543e6a8806cbe3
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # alfred-workflow [![Build Status](https://travis-ci.org/zhaocai/alfred-workflow.png?branch=master)](https://travis-ci.org/zhaocai/alfred-workflow)
2
2
 
3
- * home :: https://github.com/zhaocai/alfred-workflow
3
+ * home :: http://zhaocai.github.com/alfred2-ruby-template/
4
4
  * rdoc :: http://rubydoc.info/gems/alfred-workflow/
5
5
  * code :: https://github.com/zhaocai/alfred-workflow
6
6
  * bugs :: https://github.com/zhaocai/alfred-workflow/issues
@@ -1,3 +1,3 @@
1
1
  module Alfred
2
- VERSION = '1.5.2'
2
+ VERSION = '1.5.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alfred-workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zhao Cai
@@ -106,7 +106,7 @@ files:
106
106
  - spec/item_spec.rb
107
107
  - spec/spec_helper.rb
108
108
  - test/workflow/info.plist
109
- homepage: https://github.com/zhaocai/alfred-workflow
109
+ homepage: http://zhaocai.github.com/alfred2-ruby-template/
110
110
  licenses:
111
111
  - GPL-3
112
112
  metadata: {}