geordi 0.3.1 → 0.3.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/.gitignore +1 -0
- data/README.md +2 -2
- data/bin/power-deploy +1 -1
- data/bin/tests +1 -1
- data/lib/geordi/version.rb +1 -1
- metadata +9 -7
- /data/bin/{cu → cuc} +0 -0
data/.gitignore
CHANGED
data/README.md
CHANGED
|
@@ -31,12 +31,12 @@ More information at http://makandra.com/notes/684-automatically-run-bundle-exec-
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
cuc
|
|
35
35
|
-----
|
|
36
36
|
|
|
37
37
|
Runs Cucumber with the arguments you want, bundle exec, cucumber_spinner detection, etc.:
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
cuc features/users.feature
|
|
40
40
|
|
|
41
41
|
More information at http://makandra.com/notes/1277-a-nicer-way-to-run-rspec-and-or-cucumber
|
|
42
42
|
|
data/bin/power-deploy
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
stage = ARGV[0]
|
|
4
4
|
puts "NOTE: This Script is considered legacy and will be removed eventually."
|
|
5
5
|
puts "NOTE: You should fix your deploy scripts (see http://makandra.com/notes/1176-which-capistrano-hooks-to-use-for-events-to-happen-on-both-cap-deploy-and-cap-deploy-migrations)"
|
|
6
|
-
puts "
|
|
6
|
+
puts "NOTE: and use `cap deploy:migrations` (see http://makandra.com/notes/1000-deploy-and-migrate-with-a-single-capistrano-command) instead."
|
|
7
7
|
puts
|
|
8
8
|
exec "cap #{stage} deploy && cap #{stage} deploy:migrate && cap #{stage} deploy:restart"
|
data/bin/tests
CHANGED
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: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.3.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Henning Koch
|
|
@@ -15,7 +15,8 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-06-
|
|
18
|
+
date: 2011-06-14 00:00:00 +02:00
|
|
19
|
+
default_executable:
|
|
19
20
|
dependencies: []
|
|
20
21
|
|
|
21
22
|
description: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
|
|
@@ -25,7 +26,7 @@ executables:
|
|
|
25
26
|
- apache-site
|
|
26
27
|
- b
|
|
27
28
|
- cleanup-directory
|
|
28
|
-
-
|
|
29
|
+
- cuc
|
|
29
30
|
- dump-for
|
|
30
31
|
- dumple
|
|
31
32
|
- install-gems-remotely
|
|
@@ -49,7 +50,7 @@ files:
|
|
|
49
50
|
- bin/apache-site
|
|
50
51
|
- bin/b
|
|
51
52
|
- bin/cleanup-directory
|
|
52
|
-
- bin/
|
|
53
|
+
- bin/cuc
|
|
53
54
|
- bin/dump-for
|
|
54
55
|
- bin/dumple
|
|
55
56
|
- bin/install-gems-remotely
|
|
@@ -63,6 +64,7 @@ files:
|
|
|
63
64
|
- bin/tests
|
|
64
65
|
- geordi.gemspec
|
|
65
66
|
- lib/geordi/version.rb
|
|
67
|
+
has_rdoc: true
|
|
66
68
|
homepage: http://makandra.com
|
|
67
69
|
licenses: []
|
|
68
70
|
|
|
@@ -92,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
92
94
|
requirements: []
|
|
93
95
|
|
|
94
96
|
rubyforge_project: geordi
|
|
95
|
-
rubygems_version: 1.
|
|
97
|
+
rubygems_version: 1.5.2
|
|
96
98
|
signing_key:
|
|
97
99
|
specification_version: 3
|
|
98
100
|
summary: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
|
/data/bin/{cu → cuc}
RENAMED
|
File without changes
|