rebuild 0.5.0 → 0.5.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 +4 -6
- data/lib/rebuild/repository.rb +1 -1
- data/lib/rebuild/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7206e799fd8b130c0d6f98733d916f933c980e6a
|
|
4
|
+
data.tar.gz: 59f82a9602dbdfc3ac99c0926e4843db28a058f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70eae261736d60854096290f2478b69767faf0be94491c76e210f9ceaf7faeb338e97a4572b3291a033faa133153a42d9b20f0e8cfdc0e064f662089fa1baca2
|
|
7
|
+
data.tar.gz: af0ad56ac372ce5b3d2e0439b33dd4509ac130d1b946afe1307f93dd4d01597500f718d840df46226255c93fc6893eafaf3dd4e9f0b50ce831a4dfee97ba2520
|
data/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Development environment bootstrap automation toolkit for OSX
|
|
|
9
9
|
`rebuild` allows you to achieve mouse-free command line tools installation in OSX Yosemite.
|
|
10
10
|
And `rebuild` clones your GitHub repository and runs all of your bootstrap scripts.
|
|
11
11
|
|
|
12
|
-
You can setup or synchronize your environment by
|
|
12
|
+
You can setup or synchronize your environment by executing `rebuild [username]/[repository]`.
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
@@ -29,6 +29,8 @@ $ rebuild [username]/[repository]
|
|
|
29
29
|
**No need to touch your mouse.** Rebuild will click buttons for you in command line tools installation.
|
|
30
30
|
Just typing the command allows you to reproduce your development environment.
|
|
31
31
|
|
|
32
|
+
Your repository will be available at `~/[repository]`.
|
|
33
|
+
|
|
32
34
|
### Sync multiple environments
|
|
33
35
|
|
|
34
36
|

|
|
@@ -67,7 +69,7 @@ EOS
|
|
|
67
69
|
|
|
68
70
|
You can skip choosing option by ~/.gitconfig
|
|
69
71
|
|
|
70
|
-
```
|
|
72
|
+
```conf
|
|
71
73
|
# ~/.gitconfig
|
|
72
74
|
# You can append config template by `rebuild config`
|
|
73
75
|
|
|
@@ -95,10 +97,6 @@ You can skip choosing option by ~/.gitconfig
|
|
|
95
97
|
|
|
96
98
|
Prior to 10.8 Mountain Lion, features except command line tools installation are still supported.
|
|
97
99
|
|
|
98
|
-
## TODO
|
|
99
|
-
|
|
100
|
-
- Write test with rspec
|
|
101
|
-
|
|
102
100
|
## License
|
|
103
101
|
|
|
104
102
|
MIT License
|
data/lib/rebuild/repository.rb
CHANGED
data/lib/rebuild/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rebuild
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takashi Kokubun
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: unindent
|