wunderbar 0.16.10 → 0.16.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -50,7 +50,7 @@ else
50
50
  if RUBY_PLATFORM =~ /darwin/i
51
51
  user = $USER = `dscl . -search /Users UniqueID #{Process.uid}`.split.first
52
52
  elsif RUBY_PLATFORM =~ /linux/i
53
- $USER = `getent passwd #{Process.uid}`.split(':').first
53
+ user = $USER = `getent passwd #{Process.uid}`.split(':').first
54
54
  end
55
55
 
56
56
  ENV['USER'] ||= $USER
@@ -2,7 +2,7 @@ module Wunderbar
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 16
5
- TINY = 10
5
+ TINY = 11
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/wunderbar.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "wunderbar"
5
- s.version = "0.16.10"
5
+ s.version = "0.16.11"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Sam Ruby"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wunderbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.10
4
+ version: 0.16.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: