patir 0.8.0 → 0.8.1

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.
@@ -1,3 +1,5 @@
1
+ ==0.8.1 / 2012-11-28
2
+ * be a good citizen and do not require rubygems anywhere
1
3
  ==0.8.0 / 2012-11-28
2
4
  * Patir::ShellCommand now has a timeout option to terminate a command after a timeout passes.
3
5
  * Removed Ruby warnings
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2010 Vassilis Rizopoulos. All rights reserved.
1
+ # Copyright (c) 2007-2012 Vassilis Rizopoulos. All rights reserved.
2
2
  require 'logger'
3
3
  #This is the base module of the Patir system. It contains some usefull helper methods used by all child projects.
4
4
  module Patir
@@ -6,7 +6,7 @@ module Patir
6
6
  module Version
7
7
  MAJOR=0
8
8
  MINOR=8
9
- TINY=0
9
+ TINY=1
10
10
  STRING=[ MAJOR, MINOR, TINY ].join( "." )
11
11
  end
12
12
  #Error thrown usually in initialize methods when missing required parameters
@@ -1,7 +1,6 @@
1
- # Copyright (c) 2007-2010 Vassilis Rizopoulos. All rights reserved.
1
+ # Copyright (c) 2007-2012 Vassilis Rizopoulos. All rights reserved.
2
2
  require 'observer'
3
3
  require 'fileutils'
4
- require 'rubygems'
5
4
  require 'systemu'
6
5
  require 'patir/base'
7
6
 
@@ -1,4 +1,4 @@
1
- # Copyright (c) 2007-2010 Vassilis Rizopoulos. All rights reserved.
1
+ # Copyright (c) 2007-2012 Vassilis Rizopoulos. All rights reserved.
2
2
 
3
3
  require 'patir/base'
4
4
  module Patir
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: patir
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
108
  version: '0'
109
109
  segments:
110
110
  - 0
111
- hash: -219927578421724398
111
+ hash: 1807292447503911810
112
112
  required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  none: false
114
114
  requirements: