update_cadabra 1.2 → 1.5
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.
- data/bin/update_cadabra +1 -1
- data/bin/update_cadabra.sh +4 -5
- metadata +28 -39
data/bin/update_cadabra
CHANGED
data/bin/update_cadabra.sh
CHANGED
|
@@ -47,11 +47,10 @@ fi
|
|
|
47
47
|
if which -s rvm
|
|
48
48
|
then
|
|
49
49
|
echo "==> update rvm, rubygems and update the gems"
|
|
50
|
-
rvm
|
|
51
|
-
rvm
|
|
52
|
-
rvm gem update -q
|
|
53
|
-
rvm gem
|
|
54
|
-
rvm gem cleanup -q
|
|
50
|
+
rvm get head > /dev/null
|
|
51
|
+
rvm do gem update -q --system > /dev/null
|
|
52
|
+
rvm do gem update -q > /dev/null
|
|
53
|
+
rvm all do gem cleanup -q
|
|
55
54
|
fi
|
|
56
55
|
|
|
57
56
|
if [ -d ~/Library/Application\ Support/TextMate/Bundles ]
|
metadata
CHANGED
|
@@ -1,61 +1,50 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: update_cadabra
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
- 1
|
|
7
|
-
- 2
|
|
8
|
-
version: "1.2"
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: '1.5'
|
|
5
|
+
prerelease:
|
|
9
6
|
platform: ruby
|
|
10
|
-
authors:
|
|
7
|
+
authors:
|
|
11
8
|
- Diego Plentz
|
|
12
9
|
autorequire:
|
|
13
10
|
bindir: bin
|
|
14
11
|
cert_chain: []
|
|
15
|
-
|
|
16
|
-
date: 2010-05-06 00:00:00 -03:00
|
|
17
|
-
default_executable:
|
|
12
|
+
date: 2012-02-27 00:00:00.000000000 Z
|
|
18
13
|
dependencies: []
|
|
19
|
-
|
|
20
|
-
|
|
14
|
+
description: auto-update rvm( + rubygems & gems), rubygems (+ gems), macports (+ ports),
|
|
15
|
+
homebrew formulas, textmate bundles -- pain-free!
|
|
21
16
|
email: diego@plentz.org
|
|
22
|
-
executables:
|
|
17
|
+
executables:
|
|
23
18
|
- update_cadabra
|
|
24
19
|
extensions: []
|
|
25
|
-
|
|
26
20
|
extra_rdoc_files: []
|
|
27
|
-
|
|
28
|
-
files:
|
|
21
|
+
files:
|
|
29
22
|
- bin/update_cadabra.sh
|
|
30
|
-
|
|
23
|
+
- !binary |-
|
|
24
|
+
YmluL3VwZGF0ZV9jYWRhYnJh
|
|
31
25
|
homepage: http://github.com/plentz/update_cadabra
|
|
32
26
|
licenses: []
|
|
33
|
-
|
|
34
27
|
post_install_message:
|
|
35
28
|
rdoc_options: []
|
|
36
|
-
|
|
37
|
-
require_paths:
|
|
29
|
+
require_paths:
|
|
38
30
|
- lib
|
|
39
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
requirements:
|
|
48
|
-
- -
|
|
49
|
-
- !ruby/object:Gem::Version
|
|
50
|
-
|
|
51
|
-
- 0
|
|
52
|
-
version: "0"
|
|
31
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
32
|
+
none: false
|
|
33
|
+
requirements:
|
|
34
|
+
- - ! '>='
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: '0'
|
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
38
|
+
none: false
|
|
39
|
+
requirements:
|
|
40
|
+
- - ! '>='
|
|
41
|
+
- !ruby/object:Gem::Version
|
|
42
|
+
version: '0'
|
|
53
43
|
requirements: []
|
|
54
|
-
|
|
55
44
|
rubyforge_project:
|
|
56
|
-
rubygems_version: 1.
|
|
45
|
+
rubygems_version: 1.8.17
|
|
57
46
|
signing_key:
|
|
58
47
|
specification_version: 3
|
|
59
|
-
summary: auto-update rvm( + rubygems & gems), rubygems (+ gems), macports (+ ports),
|
|
48
|
+
summary: auto-update rvm( + rubygems & gems), rubygems (+ gems), macports (+ ports),
|
|
49
|
+
homebrew formulas, textmate bundles -- pain-free!
|
|
60
50
|
test_files: []
|
|
61
|
-
|