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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3cee59678ff15e94c4c4834da2fe0700d5f65ec
4
- data.tar.gz: 0a01dabb060b94e91d7fcba990f41e67b21850cb
3
+ metadata.gz: 7206e799fd8b130c0d6f98733d916f933c980e6a
4
+ data.tar.gz: 59f82a9602dbdfc3ac99c0926e4843db28a058f4
5
5
  SHA512:
6
- metadata.gz: 9f37e7002949ebc34f02e10eeadf19b6d2c1318ea978c85ed544425eb032cee32176cc1d31f51399ebaff08539ecd591a4b00be2956622782059ff6ec6d0b82b
7
- data.tar.gz: ae9d109020ba6f5164cef0ce3640756b8747507f4a848f9b9030f49021aa3168b50d023cd59187b33105fce4a366c30d0684a3b6330634c9e480d60583e6003f
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 just executing `rebuild <username>/<project>`
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
  ![](http://pic.k0kubun.com/1B8yBClo0bg4W7Q.gif)
@@ -67,7 +69,7 @@ EOS
67
69
 
68
70
  You can skip choosing option by ~/.gitconfig
69
71
 
70
- ```aconf
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
@@ -63,7 +63,7 @@ module Rebuild
63
63
  end
64
64
 
65
65
  def upper_directory
66
- repo_path.gsub(/[^\/]+\/?/, '')
66
+ repo_path.gsub(/[^\/]+\/?$/, '')
67
67
  end
68
68
 
69
69
  def default_directory
@@ -1,3 +1,3 @@
1
1
  module Rebuild
2
- VERSION = '0.5.0'
2
+ VERSION = '0.5.1'
3
3
  end
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.0
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-10-28 00:00:00.000000000 Z
11
+ date: 2014-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: unindent