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 CHANGED
@@ -3,3 +3,4 @@
3
3
  .idea
4
4
  Gemfile.lock
5
5
  pkg/*
6
+ .DS_Store
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
- cu
34
+ cuc
35
35
  -----
36
36
 
37
37
  Runs Cucumber with the arguments you want, bundle exec, cucumber_spinner detection, etc.:
38
38
 
39
- cu features/users.feature
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 "Note: and use `cap deploy:migrations` (see http://makandra.com/notes/1000-deploy-and-migrate-with-a-single-capistrano-command) instead."
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
@@ -4,4 +4,4 @@
4
4
  File.delete 'rerun.txt' if File.exists? 'rerun.txt'
5
5
 
6
6
  # Run rspec and cucumber
7
- exec "rs && cu"
7
+ exec "rs && cuc"
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  end
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: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
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-10 00:00:00 Z
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
- - cu
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/cu
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.7.2
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