lxc 0.2.9 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/lxc.rb +0 -5
  2. data/lib/lxc/version.rb +1 -1
  3. metadata +2 -8
data/lib/lxc.rb CHANGED
@@ -46,11 +46,6 @@ class LXC
46
46
  # output.
47
47
  REGEX_VERSION = /^lxc version:\s+([\w\W]+)$/
48
48
 
49
- # SED command for removing ANSI colors
50
- #
51
- # @see http://www.commandlinefu.com/commands/view/3584/remove-color-codes-special-characters-with-sed CommandLineFu - Remove Color Codes (Special Characters) with SED
52
- SED_REMOVE_ANSI = %q(sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g")
53
-
54
49
  # @param [Hash] options Options hash.
55
50
  # @option options [Boolean] :use_sudo (false) Whether or not to prefix all
56
51
  # commands with 'sudo'.
data/lib/lxc/version.rb CHANGED
@@ -2,7 +2,7 @@ class LXC
2
2
 
3
3
  unless const_defined?(:VERSION)
4
4
  # LXC Gem Version
5
- VERSION = "0.2.9"
5
+ VERSION = "0.2.10"
6
6
  end
7
7
 
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lxc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-22 00:00:00.000000000 Z
12
+ date: 2013-06-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ztk
@@ -214,18 +214,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
214
214
  - - ! '>='
215
215
  - !ruby/object:Gem::Version
216
216
  version: '0'
217
- segments:
218
- - 0
219
- hash: 3536406914803373150
220
217
  required_rubygems_version: !ruby/object:Gem::Requirement
221
218
  none: false
222
219
  requirements:
223
220
  - - ! '>='
224
221
  - !ruby/object:Gem::Version
225
222
  version: '0'
226
- segments:
227
- - 0
228
- hash: 3536406914803373150
229
223
  requirements: []
230
224
  rubyforge_project:
231
225
  rubygems_version: 1.8.25