geordi 0.15.1 → 0.15.2
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/lib/geordi/version.rb +1 -1
- metadata +43 -25
data/lib/geordi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,21 +1,28 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: geordi
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 39
|
|
5
5
|
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 15
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.15.2
|
|
6
11
|
platform: ruby
|
|
7
|
-
authors:
|
|
12
|
+
authors:
|
|
8
13
|
- Henning Koch
|
|
9
14
|
autorequire:
|
|
10
15
|
bindir: bin
|
|
11
16
|
cert_chain: []
|
|
12
|
-
|
|
17
|
+
|
|
18
|
+
date: 2013-04-22 00:00:00 +02:00
|
|
19
|
+
default_executable:
|
|
13
20
|
dependencies: []
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
email:
|
|
21
|
+
|
|
22
|
+
description: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
|
|
23
|
+
email:
|
|
17
24
|
- henning.koch@makandra.de
|
|
18
|
-
executables:
|
|
25
|
+
executables:
|
|
19
26
|
- apache-site
|
|
20
27
|
- b
|
|
21
28
|
- cap-all
|
|
@@ -43,8 +50,10 @@ executables:
|
|
|
43
50
|
- shell-for
|
|
44
51
|
- tests
|
|
45
52
|
extensions: []
|
|
53
|
+
|
|
46
54
|
extra_rdoc_files: []
|
|
47
|
-
|
|
55
|
+
|
|
56
|
+
files:
|
|
48
57
|
- .gitignore
|
|
49
58
|
- Gemfile
|
|
50
59
|
- README.md
|
|
@@ -82,30 +91,39 @@ files:
|
|
|
82
91
|
- lib/geordi/gitpt.rb
|
|
83
92
|
- lib/geordi/setup_firefox_for_selenium.rb
|
|
84
93
|
- lib/geordi/version.rb
|
|
94
|
+
has_rdoc: true
|
|
85
95
|
homepage: http://makandra.com
|
|
86
96
|
licenses: []
|
|
97
|
+
|
|
87
98
|
post_install_message:
|
|
88
99
|
rdoc_options: []
|
|
89
|
-
|
|
100
|
+
|
|
101
|
+
require_paths:
|
|
90
102
|
- lib
|
|
91
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
103
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
92
104
|
none: false
|
|
93
|
-
requirements:
|
|
94
|
-
- -
|
|
95
|
-
- !ruby/object:Gem::Version
|
|
96
|
-
|
|
97
|
-
|
|
105
|
+
requirements:
|
|
106
|
+
- - ">="
|
|
107
|
+
- !ruby/object:Gem::Version
|
|
108
|
+
hash: 3
|
|
109
|
+
segments:
|
|
110
|
+
- 0
|
|
111
|
+
version: "0"
|
|
112
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
113
|
none: false
|
|
99
|
-
requirements:
|
|
100
|
-
- -
|
|
101
|
-
- !ruby/object:Gem::Version
|
|
102
|
-
|
|
114
|
+
requirements:
|
|
115
|
+
- - ">="
|
|
116
|
+
- !ruby/object:Gem::Version
|
|
117
|
+
hash: 3
|
|
118
|
+
segments:
|
|
119
|
+
- 0
|
|
120
|
+
version: "0"
|
|
103
121
|
requirements: []
|
|
122
|
+
|
|
104
123
|
rubyforge_project: geordi
|
|
105
|
-
rubygems_version: 1.
|
|
124
|
+
rubygems_version: 1.3.9.5
|
|
106
125
|
signing_key:
|
|
107
126
|
specification_version: 3
|
|
108
|
-
summary: Collection of command line tools we use in our daily work with Ruby, Rails
|
|
109
|
-
and Linux at makandra.
|
|
127
|
+
summary: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
|
|
110
128
|
test_files: []
|
|
111
|
-
|
|
129
|
+
|