geordi 0.4.5 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ if [ -z "$1" ]; then
5
5
  fi
6
6
  mkdir -p tmp
7
7
  if ls vendor/gems/*/*.gemspec > /dev/null 2>&1; then
8
- tar cf tmp/gemfiles_for_remote_install Gemfile Gemfile.lock vendor/gems/*/*.gemspec
8
+ tar cf tmp/gemfiles_for_remote_install Gemfile Gemfile.lock vendor/gems
9
9
  else
10
10
  tar cf tmp/gemfiles_for_remote_install Gemfile Gemfile.lock
11
11
  fi
@@ -13,4 +13,4 @@ scp tmp/gemfiles_for_remote_install $1:~
13
13
  stty_orig=`stty -g`
14
14
  stty -echo
15
15
  ssh -t $1 "mkdir /tmp/install_gems; mv gemfiles_for_remote_install /tmp/install_gems; cd /tmp/install_gems; tar xf gemfiles_for_remote_install; bundle install; rm -rf /tmp/install_gems"
16
- stty $stty_orig
16
+ stty $stty_orig
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '0.4.5'
2
+ VERSION = '0.4.6'
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: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 5
10
- version: 0.4.5
9
+ - 6
10
+ version: 0.4.6
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-07-26 00:00:00 Z
18
+ date: 2011-08-11 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.
@@ -66,6 +67,7 @@ files:
66
67
  - geordi.gemspec
67
68
  - lib/geordi.rb
68
69
  - lib/geordi/version.rb
70
+ has_rdoc: true
69
71
  homepage: http://makandra.com
70
72
  licenses: []
71
73
 
@@ -95,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
97
  requirements: []
96
98
 
97
99
  rubyforge_project: geordi
98
- rubygems_version: 1.7.2
100
+ rubygems_version: 1.6.0
99
101
  signing_key:
100
102
  specification_version: 3
101
103
  summary: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.