rebuild 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e377986c32c3a220879099d3557a5b7c1c34403b
4
- data.tar.gz: e1c4508723e0ac8f581ccedfe2421245227e4834
3
+ metadata.gz: 1565deec902a3cebabb11855e8ac6ebdfbd77fb0
4
+ data.tar.gz: b39c6cdd82a376cad9c57cfda872c69085ff17aa
5
5
  SHA512:
6
- metadata.gz: 0538912eaa9619f414fdfba5ae8813ba78ecf0d21715950df12f9d7edb41f9ff7f0a325413ec357d3ab7e50de9b7f225ba3a32d2b5632a3d1a2e41e3a6c664f0
7
- data.tar.gz: 3da0a7fc747eb96b6cfaaef74bdfda639672d422b9db20258b565a00b5c0edbd6734f6ef17c13fcdce42f177e504b85c0eb3149f134bc7f0b24a833a35ec1f25
6
+ metadata.gz: bd5c261a4e83a7fdb9f50cc790101cf7dd51725b4228cc986849a44799bd57e4218e0580c5efb0bf41b910ccbc09dc7a2e205a350552c8046b733c96cdc6eddf
7
+ data.tar.gz: 1ef524cdfef3536a3e9c648a9faa4d5080ec595379effff9f96ba8f3ef6a5535127e40ae52c0277ebb00d10c3e03708de57fb565d5905bc59f24d8e65dd98a29
data/README.md CHANGED
@@ -1,13 +1,15 @@
1
1
  # Rebuild
2
2
 
3
- Development environment bootstrap automation toolkit for OSX.
3
+ Development environment bootstrap automation toolkit for OSX
4
4
 
5
5
  ![](http://pic.k0kubun.com/EccWEeglRnobUo4.gif)
6
6
 
7
7
  ## What's this?
8
8
 
9
- In clean-installed OSX, git is unavailable but gem is available.
10
- Thus this gem provides a way to fetch GitHub repository archive and execute scripts in it.
9
+ `rebuild` allows you to achieve mouse-free command line tools installation in OSX Yosemite.
10
+ Then `rebuild` clones your GitHub repository and runs all of your bootstrap scripts.
11
+
12
+ You can setup or synchronize your environment by just executing `rebuild <username>/<project>`
11
13
 
12
14
  ## Usage
13
15
 
@@ -1,3 +1,3 @@
1
1
  module Rebuild
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
data/rebuild.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Rebuild::VERSION
9
9
  spec.authors = ["Takashi Kokubun"]
10
10
  spec.email = ["takashikkbn@gmail.com"]
11
- spec.summary = %q{Development environment bootstrap automator for OSX}
12
- spec.description = %q{Development environment bootstrap automator for OSX}
11
+ spec.summary = %q{Full-automatic command line tools installer for OSX Yosemite}
12
+ spec.description = %q{Rebuild allows you to achieve mouse-free command line tools installation in OSX Yosemite. Then `rebuild` clones your GitHub repository and runs all of your bootstrap scripts. Thus you can setup or synchronize your environment by just executing `rebuild <username>/<project>`.}
13
13
  spec.homepage = "https://github.com/k0kubun/rebuild"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rebuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Kokubun
@@ -38,7 +38,10 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Development environment bootstrap automator for OSX
41
+ description: Rebuild allows you to achieve mouse-free command line tools installation
42
+ in OSX Yosemite. Then `rebuild` clones your GitHub repository and runs all of your
43
+ bootstrap scripts. Thus you can setup or synchronize your environment by just executing
44
+ `rebuild <username>/<project>`.
42
45
  email:
43
46
  - takashikkbn@gmail.com
44
47
  executables:
@@ -86,5 +89,5 @@ rubyforge_project:
86
89
  rubygems_version: 2.2.2
87
90
  signing_key:
88
91
  specification_version: 4
89
- summary: Development environment bootstrap automator for OSX
92
+ summary: Full-automatic command line tools installer for OSX Yosemite
90
93
  test_files: []