geordi 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +8 -8
  2. data/geordi.gemspec +2 -1
  3. data/lib/geordi/version.rb +1 -1
  4. metadata +20 -6
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MzQ3MmZmN2YwNTRmNzU4ZjcxODQ0ODA0YjI1MTFhNzhlMmE0NTJmMg==
4
+ YThiMjA2MGUwNzA4OWJiMGMyZGRlOWEzNThlM2ZlZjFiYTQ2YmU0Ng==
5
5
  data.tar.gz: !binary |-
6
- YzUzMjYxYmRiMDgxOGFjNDU4MjBkZDQ2MWNiY2RiNDM3ZjU0N2U2Mg==
6
+ ZDIyN2Y2MTIzODZjZjhiZmUzMWRmNDVjODczYzFhNGZlYzM1MWI5NA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MWZlOGFhMzgyNzFmYzI3NTBkODFmMmZiOWYzZWE4ODBhZDZkN2UwOGRiNTAx
10
- YTUxYWFiMjhmODg1NDhmNDk0ZDU3YzJkMjNiNmNlZjBlOTMzMzE2OGZmMmRl
11
- MmI1Mjg3MGE1OTI0N2ZjOTkwMWJhMmJkMzhjMTA0MzAwNWYwYzY=
9
+ MWU0ZjMxNjVmMGI0MGUxZmM0OTA5N2ZkMDMyZTg1OGE1M2Y4NDgyZTNjOWJk
10
+ YTU2MWI1MGYxZjg4Mjc3NDBjM2YwMmY5YWNiNDBkOTc5M2Y5ZGY0ODAyZjAx
11
+ NzgyZDQzNTcyZjM4ZTU0OTY2MzllMzM5YjA3YmVhMDY3MDJhODE=
12
12
  data.tar.gz: !binary |-
13
- Y2ZiMDk1ZDZiNmMzNjE3NDE0YTVmYjRjYTUzNjg1YjNmOGY0NDQ0NzU2ZDU4
14
- NGVjNzFiN2FjNDgyNGM0ODIzZjc2YzdmOGMyODIzYzVkM2M1MGU2ZGY2YjJl
15
- OGZlOGE1MWM5YjhhYzE5ZGZlMjFmODVhZTgyOWY5NGE0YjM0ZTY=
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.0 moves most of the scripts to
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
 
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '1.0.1'
2
+ VERSION = '1.0.2'
3
3
  end
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.1
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-26 00:00:00.000000000 Z
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.0 moves most of the scripts to\n the `geordi` binary. Run `geordi` and\n
124
- \ `geordi help <cmd>` for further information.\n\n Tip: Create an alias for
125
- geordi for quick \n access. Add this to your ~/.bashrc:\n\n alias g=\"geordi\"\n\n
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: