wip-bootstrap 1.1 → 1.2.0

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3327a0211e58dae7e64ae3fd56824b83fb514c73
4
+ data.tar.gz: 3ab037e9d2ad0a231b7d786bbea8d21dcc0ffdd8
5
+ SHA512:
6
+ metadata.gz: 4b022f33e3e470da5ec6fbd04b1b289692e669cdf507ad2719604063e19e728e723d39710e4a1ad8523691af8bbb0bab14aa385aa9f85deeb4f62a688b663d16
7
+ data.tar.gz: 50851ea0be3c8396647885df0e8b875ff84f454a7058504db9dcbde626aa1ce6ec85b9d364d1e51d9093cb1764d8863602e5b52191e703b994d2ac714dc33ada
@@ -14,7 +14,7 @@ wip() {
14
14
  echo "------------------------------------------------------------------------------"
15
15
  cd $result
16
16
 
17
- [[ -s "./.wiprc" ]] && source ./.wiprc
17
+ [[ -s "./.wiprc" ]]
18
18
  export WIP_BACK=`pwd`
19
19
  else
20
20
  echo "$result"
@@ -1,5 +1,5 @@
1
1
  module WIP
2
2
  module Bootstrap
3
- VERSION = "1.1"
3
+ VERSION = "1.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,34 +1,24 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: wip-bootstrap
3
- version: !ruby/object:Gem::Version
4
- hash: 13
5
- prerelease: false
6
- segments:
7
- - 1
8
- - 1
9
- version: "1.1"
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.2.0
10
5
  platform: ruby
11
- authors:
6
+ authors:
12
7
  - Corey Innis
13
8
  autorequire:
14
9
  bindir: bin
15
10
  cert_chain: []
16
-
17
- date: 2010-11-01 00:00:00 -07:00
18
- default_executable:
11
+ date: 2014-08-07 00:00:00.000000000 Z
19
12
  dependencies: []
20
-
21
13
  description: bootstrap 'wip'
22
- email:
14
+ email:
23
15
  - support+wip@coolerator.net
24
- executables:
16
+ executables:
25
17
  - wip-bootstrap
26
18
  extensions: []
27
-
28
19
  extra_rdoc_files: []
29
-
30
- files:
31
- - .gitignore
20
+ files:
21
+ - ".gitignore"
32
22
  - Gemfile
33
23
  - Gemfile.lock
34
24
  - README.md
@@ -39,49 +29,36 @@ files:
39
29
  - lib/wip-bootstrap.rb
40
30
  - lib/wip-bootstrap/version.rb
41
31
  - wip-bootstrap.gemspec
42
- has_rdoc: true
43
32
  homepage: http://rubygems.org/gems/wip-bootstrap
44
33
  licenses: []
34
+ metadata: {}
35
+ post_install_message: |2
45
36
 
46
- post_install_message: |
47
-
48
- Thank you for installing wip-bootstrap v1.1
37
+ Thank you for installing wip-bootstrap v1.2.0
49
38
  ------------------------------------------------------------------------------
50
39
  NOTE: Please run
51
-
40
+
52
41
  wip-bootstrap
53
-
42
+
54
43
  To update your bash profile with `wip` functions and such.
55
44
  ------------------------------------------------------------------------------
56
-
57
45
  rdoc_options: []
58
-
59
- require_paths:
46
+ require_paths:
60
47
  - lib
61
- required_ruby_version: !ruby/object:Gem::Requirement
62
- none: false
63
- requirements:
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
64
50
  - - ">="
65
- - !ruby/object:Gem::Version
66
- hash: 3
67
- segments:
68
- - 0
69
- version: "0"
70
- required_rubygems_version: !ruby/object:Gem::Requirement
71
- none: false
72
- requirements:
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
73
55
  - - ">="
74
- - !ruby/object:Gem::Version
75
- hash: 3
76
- segments:
77
- - 0
78
- version: "0"
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
79
58
  requirements: []
80
-
81
59
  rubyforge_project: wip-bootstrap
82
- rubygems_version: 1.3.7
60
+ rubygems_version: 2.2.2
83
61
  signing_key:
84
- specification_version: 3
62
+ specification_version: 4
85
63
  summary: bootstrap 'wip'
86
64
  test_files: []
87
-