geordi 1.0.1 → 1.0.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.
- checksums.yaml +8 -8
- data/geordi.gemspec +2 -1
- data/lib/geordi/version.rb +1 -1
- metadata +20 -6
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YThiMjA2MGUwNzA4OWJiMGMyZGRlOWEzNThlM2ZlZjFiYTQ2YmU0Ng==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZDIyN2Y2MTIzODZjZjhiZmUzMWRmNDVjODczYzFhNGZlYzM1MWI5NA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MWU0ZjMxNjVmMGI0MGUxZmM0OTA5N2ZkMDMyZTg1OGE1M2Y4NDgyZTNjOWJk
|
|
10
|
+
YTU2MWI1MGYxZjg4Mjc3NDBjM2YwMmY5YWNiNDBkOTc5M2Y5ZGY0ODAyZjAx
|
|
11
|
+
NzgyZDQzNTcyZjM4ZTU0OTY2MzllMzM5YjA3YmVhMDY3MDJhODE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NGNjNmUxOGU5MzIyNmM0NWZlN2U0MGUzYmNlNDlmNzM2MjAxOTgzMzE1MmMw
|
|
14
|
+
MDIyNDZmOTZiMDIxOTBiM2Y4ZjI0YWE2ZTg2MDM5ZmMxNmIzMjA1YzYzOGY0
|
|
15
|
+
YzhiNmMyOTgwYTY3NDBlNzI1NjhjMTQ0NjRiMzc2MzVhNmQ0YTY=
|
data/geordi.gemspec
CHANGED
|
@@ -20,13 +20,14 @@ Gem::Specification.new do |s|
|
|
|
20
20
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
21
21
|
s.require_paths = ["lib"]
|
|
22
22
|
|
|
23
|
+
s.add_runtime_dependency 'thor', '>= 0.18.0'
|
|
23
24
|
# s.add_development_dependency 'debugger'
|
|
24
25
|
|
|
25
26
|
s.post_install_message = <<-ATTENTION
|
|
26
27
|
|
|
27
28
|
********************************************
|
|
28
29
|
|
|
29
|
-
geordi 1.0
|
|
30
|
+
geordi 1.0 moves most of the scripts to
|
|
30
31
|
the `geordi` binary. Run `geordi` and
|
|
31
32
|
`geordi help <cmd>` for further information.
|
|
32
33
|
|
data/lib/geordi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: geordi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Henning Koch
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
12
|
-
dependencies:
|
|
11
|
+
date: 2015-01-28 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: thor
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ! '>='
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: 0.18.0
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ! '>='
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: 0.18.0
|
|
13
27
|
description: Collection of command line tools we use in our daily work with Ruby,
|
|
14
28
|
Rails and Linux at makandra.
|
|
15
29
|
email:
|
|
@@ -120,9 +134,9 @@ licenses:
|
|
|
120
134
|
- MIT
|
|
121
135
|
metadata: {}
|
|
122
136
|
post_install_message: ! "\n ********************************************\n\n geordi
|
|
123
|
-
1.0
|
|
124
|
-
|
|
125
|
-
|
|
137
|
+
1.0 moves most of the scripts to\n the `geordi` binary. Run `geordi` and\n `geordi
|
|
138
|
+
help <cmd>` for further information.\n\n Tip: Create an alias for geordi for
|
|
139
|
+
quick \n access. Add this to your ~/.bashrc:\n\n alias g=\"geordi\"\n\n
|
|
126
140
|
\ ********************************************\n\n"
|
|
127
141
|
rdoc_options: []
|
|
128
142
|
require_paths:
|