plister 0.1.0 → 0.1.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 +4 -4
- data/README.md +2 -0
- data/lib/plister/version.rb +1 -1
- data/lib/plister.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2001bfebfa14b94a467d18dbe2592dabcf3a17fc
|
|
4
|
+
data.tar.gz: e1b0e8c8d0ca47e7101ab8da0cf9572144c872e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19bd90e4181f2c8810220197702ddde9fa0eebb59d1085d20d1fd5abf7e0b8a134c20547bded8e82608aac1c035366158ceb720a0ce3e5cd2377a8e439a816ed
|
|
7
|
+
data.tar.gz: c64ba64d3d675d46ac3a6256a2280df0907c947d0f67c5d06dfe3f5227cc14e23f1f56b5935e6ae321b20e3b5ef46e38fea62c3137e72f5d396a8eeb530c0a4a
|
data/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
*A utility for programmatically setting OS X plist file preferences*
|
|
4
4
|
|
|
5
|
+
[](https://travis-ci.org/benbalter/plister)
|
|
6
|
+
|
|
5
7
|
## What it does
|
|
6
8
|
|
|
7
9
|
Most dotfile setups have a string of cryptic `defaults write com.apple...`-type commands. Plister simplifies that process by allowing you to store your OS X preferences in a single YAML file (likily in your home directory or within your dotfiles repostiory), and exposes a single `plister` command line tool to set your saved preferences.
|
data/lib/plister/version.rb
CHANGED
data/lib/plister.rb
CHANGED