Skip to content

Commit

Permalink
New version 1.2. Requirements added to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
larkov committed May 2, 2018
1 parent 9106863 commit 5083d7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# alfred-shoppinglist-workflow

Alfred3 workflow to interact with [shop.kovanen.se](https://shop.kovanen.se).

## Requirements
This workflow needs the following ruby gems to function
- httparty
- activesupport

## Acknowledgements
Icons made by [Stephen Hutchings](https://www.flaticon.com/authors/stephen-hutchings) from [www.flaticon.com](https://www.flaticon.com/) is licensed by [Creative Commons BY 3.0](http://creativecommons.org/licenses/by/3.0/)
6 changes: 4 additions & 2 deletions src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,9 @@ print query</string>
</dict>
</array>
<key>readme</key>
<string>Workflow to interact with https://shop.kovanen.se/</string>
<string>Workflow to interact with https://shop.kovanen.se/
Requires httparty and activesupport ruby gems.</string>
<key>uidata</key>
<dict>
<key>1D426D41-3D67-4433-8D85-0DADED914288</key>
Expand Down Expand Up @@ -313,7 +315,7 @@ print query</string>
<string>shop_token</string>
</array>
<key>version</key>
<string>1.1</string>
<string>1.2</string>
<key>webaddress</key>
<string>http://kovanen.se/</string>
</dict>
Expand Down

0 comments on commit 5083d7d

Please sign in to comment.