rebuild 0.0.4.pre14 → 0.0.4

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: 7dfdd639ce0c0b4a05eb1b301137452670b9a754
4
- data.tar.gz: a6619255b84c08c5a7d309a745cb1ccc4e0a6b0c
3
+ metadata.gz: 5410d781478837a98b54310685b14cb690a18c95
4
+ data.tar.gz: ca460848ccb648b1d27da0b73409368b6fa6c704
5
5
  SHA512:
6
- metadata.gz: b489cd4bd40c655f957a05c32bce2721f06d546c7e7668e0c44af0c40e4d87c0f4e54e29a88a429be887c94d4b1467c55b655549614c56788901db03faca4389
7
- data.tar.gz: 59bec68f723963c1d10fff4286074976ee9e4c0e39de672be7bd8c33b856d8789fd7ff4896cf4d337e637d03ebeeaea3d33b412ee4da1be3f116d48c3279124c
6
+ metadata.gz: fc406f79256ca47b1f05497174f20c15522a9db4751c95391178fa87c80c767c9c6cf07babb5b3a2ff81ba18f44c3cabb5b56cba3232ab878f15c86c65cc1067
7
+ data.tar.gz: 18e0f5434d9a707695bf2a710c9f7e8b4244df5cc721ea3b9d4b055349cd081ac4811280ffaa2089e8a5094500ee94d08fa09a2712dc83a0bdbaed12be8194a2
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Rebuild
2
2
 
3
- Development environment bootstrap automator
3
+ ![](http://pic.k0kubun.com/EccWEeglRnobUo4.gif)
4
+
5
+ Development environment bootstrap automator for OSX
4
6
 
5
7
  ## What's this?
6
8
 
@@ -22,7 +24,6 @@ Then executes all of `/tmp/k0kubun/dotfiles/*.sh`.
22
24
  - revision lock
23
25
  - clone directory change option
24
26
  - support script directory to put scripts
25
- - automatic xcode-select --install
26
27
 
27
28
  ## License
28
29
 
@@ -1,3 +1,3 @@
1
1
  module Rebuild
2
- VERSION = '0.0.4.pre14'
2
+ VERSION = '0.0.4'
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}
12
- spec.description = %q{Development environment bootstrap automator}
11
+ spec.summary = %q{Development environment bootstrap automator for OSX}
12
+ spec.description = %q{Development environment bootstrap automator for OSX}
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.0.4.pre14
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takashi Kokubun
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Development environment bootstrap automator
41
+ description: Development environment bootstrap automator for OSX
42
42
  email:
43
43
  - takashikkbn@gmail.com
44
44
  executables:
@@ -76,13 +76,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  requirements:
79
- - - ">"
79
+ - - ">="
80
80
  - !ruby/object:Gem::Version
81
- version: 1.3.1
81
+ version: '0'
82
82
  requirements: []
83
83
  rubyforge_project:
84
84
  rubygems_version: 2.2.2
85
85
  signing_key:
86
86
  specification_version: 4
87
- summary: Development environment bootstrap automator
87
+ summary: Development environment bootstrap automator for OSX
88
88
  test_files: []