rebuild 0.0.2 → 0.0.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.
- checksums.yaml +4 -4
- data/README.md +9 -2
- data/lib/rebuild/repository.rb +5 -0
- data/lib/rebuild/version.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: 32d8f3986b2460753c6177e2e6fa880602ae5153
|
|
4
|
+
data.tar.gz: d8d6c24730d5ab5d2165935da69e1d22e6ee918a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0acc0af2387ef5191506e89c6f26c06597684d23ab481fc9e1eaabaf058d11b8347548b91194bdc124ff6bb614c96f7c9cadb66772f3730bbc635039c1e8158
|
|
7
|
+
data.tar.gz: 7aa663821dd74082d6a214c9740c807565a9f93b26c6fa29516a1841be126907109b27962534f0e0387483989bed55dce0b8e361ec1430090ad2f5d891817406
|
data/README.md
CHANGED
|
@@ -14,8 +14,15 @@ $ sudo gem install rebuild
|
|
|
14
14
|
$ rebuild k0kubun/dotfiles
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
The archive of [repository](https://github.com/k0kubun/dotfiles) is unzipped to `/tmp/dotfiles
|
|
18
|
-
Then executes all of `/tmp/dotfiles
|
|
17
|
+
The archive of [repository](https://github.com/k0kubun/dotfiles) is unzipped to `/tmp/k0kubun/dotfiles`.
|
|
18
|
+
Then executes all of `/tmp/k0kubun/dotfiles/*.sh`.
|
|
19
|
+
|
|
20
|
+
## TODO
|
|
21
|
+
|
|
22
|
+
- revision lock
|
|
23
|
+
- clone directory change option
|
|
24
|
+
- support script directory to put scripts
|
|
25
|
+
- automatic xcode-select
|
|
19
26
|
|
|
20
27
|
## License
|
|
21
28
|
|
data/lib/rebuild/repository.rb
CHANGED
data/lib/rebuild/version.rb
CHANGED