geordi 1.1.3 → 1.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/geordi/commands/eurest.rb +1 -1
- data/lib/geordi/version.rb +1 -1
- metadata +9 -5
- checksums.yaml +0 -15
@@ -1,4 +1,4 @@
|
|
1
1
|
desc 'eurest', 'Open the current Eurest cantina menu'
|
2
2
|
def eurest
|
3
|
-
Util.system! %{file="
|
3
|
+
Util.system! %{file="Speiseplan_KW`date +%V`.pdf" && wget -O/tmp/$file http://www.eurest-extranet.de/eurest/export/sites/default/sigma-technopark/de/downloads/$file && xdg-open /tmp/$file}
|
4
4
|
end
|
data/lib/geordi/version.rb
CHANGED
metadata
CHANGED
@@ -1,18 +1,20 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: geordi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.4
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Henning Koch
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2015-
|
12
|
+
date: 2015-05-18 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: thor
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
19
|
- - ! '>='
|
18
20
|
- !ruby/object:Gem::Version
|
@@ -20,6 +22,7 @@ dependencies:
|
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
27
|
- - ! '>='
|
25
28
|
- !ruby/object:Gem::Version
|
@@ -134,7 +137,6 @@ files:
|
|
134
137
|
homepage: http://makandra.com
|
135
138
|
licenses:
|
136
139
|
- MIT
|
137
|
-
metadata: {}
|
138
140
|
post_install_message: ! "\n ********************************************\n\n geordi
|
139
141
|
1.0 moves most of the scripts to\n the `geordi` binary. Run `geordi` and\n `geordi
|
140
142
|
help <cmd>` for further information.\n\n Tip: Create an alias for geordi for
|
@@ -144,20 +146,22 @@ rdoc_options: []
|
|
144
146
|
require_paths:
|
145
147
|
- lib
|
146
148
|
required_ruby_version: !ruby/object:Gem::Requirement
|
149
|
+
none: false
|
147
150
|
requirements:
|
148
151
|
- - ! '>='
|
149
152
|
- !ruby/object:Gem::Version
|
150
153
|
version: '0'
|
151
154
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
155
|
+
none: false
|
152
156
|
requirements:
|
153
157
|
- - ! '>='
|
154
158
|
- !ruby/object:Gem::Version
|
155
159
|
version: '0'
|
156
160
|
requirements: []
|
157
161
|
rubyforge_project: geordi
|
158
|
-
rubygems_version:
|
162
|
+
rubygems_version: 1.8.23.2
|
159
163
|
signing_key:
|
160
|
-
specification_version:
|
164
|
+
specification_version: 3
|
161
165
|
summary: Collection of command line tools we use in our daily work with Ruby, Rails
|
162
166
|
and Linux at makandra.
|
163
167
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
!binary "U0hBMQ==":
|
3
|
-
metadata.gz: !binary |-
|
4
|
-
MTIzMWZlYWIwMDA0MTEzNWQzM2IzOGYyYWJlNDRiOTZlMjIyZjNjOQ==
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
YWE2ZjI5NGU0OTE4NWM1NjExMTc1MTg3ZWIyOWQ0MjFjNDE2YzVjMA==
|
7
|
-
SHA512:
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
Y2IxODEwNDBhM2UwN2E3ODFkYWQ0OTI0N2M5Mjk5MWNkYTAxNmFmMTNmMzY1
|
10
|
-
YzYyNzA4MTFhM2NjMzMzNzQzYTUzODNlMTkxMGU5MGJiMTYyYWVmNmQ3ODFi
|
11
|
-
Njg1MTY5NTFhYzEzZTViZjA0MGQ3YWFhYzI3MWNhYjIyNDg3YjQ=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
MzczNDkzNjYyMGU5OGZkYjNjNWE2OGMzYjc0N2Q2ODNmMTM2ZmJmZTAzZDZj
|
14
|
-
NDRjZTRhYzk1ZDFhYWUzYzQ2Nzc0OGViNzRmNmNkODJmODVmMTdhOGJhNzY2
|
15
|
-
YTY3YTk2OWVlZGMxMjIyNGQxYTEyMDIxYzNiODIxMDcwNWIxNTA=
|