geordi 0.4.4 → 0.4.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/console-for +3 -3
- data/lib/geordi/version.rb +1 -1
- metadata +5 -7
data/bin/console-for
CHANGED
|
@@ -6,8 +6,8 @@ catching_errors do
|
|
|
6
6
|
retrieve_data!
|
|
7
7
|
|
|
8
8
|
if File.exists? "#{root}/script/console" # => Rails 2
|
|
9
|
-
system "shell-for #{
|
|
9
|
+
system "shell-for #{stage} --no-bash script/console #{env}"
|
|
10
10
|
else
|
|
11
|
-
system "shell-for #{
|
|
11
|
+
system "shell-for #{stage} --no-bash bundle exec rails console #{env}"
|
|
12
12
|
end
|
|
13
|
-
end
|
|
13
|
+
end
|
data/lib/geordi/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: geordi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 5
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.4.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Henning Koch
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-07-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2011-07-26 00:00:00 Z
|
|
20
19
|
dependencies: []
|
|
21
20
|
|
|
22
21
|
description: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
|
|
@@ -67,7 +66,6 @@ files:
|
|
|
67
66
|
- geordi.gemspec
|
|
68
67
|
- lib/geordi.rb
|
|
69
68
|
- lib/geordi/version.rb
|
|
70
|
-
has_rdoc: true
|
|
71
69
|
homepage: http://makandra.com
|
|
72
70
|
licenses: []
|
|
73
71
|
|
|
@@ -97,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
97
95
|
requirements: []
|
|
98
96
|
|
|
99
97
|
rubyforge_project: geordi
|
|
100
|
-
rubygems_version: 1.
|
|
98
|
+
rubygems_version: 1.7.2
|
|
101
99
|
signing_key:
|
|
102
100
|
specification_version: 3
|
|
103
101
|
summary: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
|