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.
- data/History.txt +2 -0
- data/lib/patir/base.rb +2 -2
- data/lib/patir/command.rb +1 -2
- data/lib/patir/configuration.rb +1 -1
- metadata +2 -2
data/History.txt
CHANGED
data/lib/patir/base.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c) 2007-
|
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=
|
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
|
data/lib/patir/command.rb
CHANGED
data/lib/patir/configuration.rb
CHANGED
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.
|
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:
|
111
|
+
hash: 1807292447503911810
|
112
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
113
113
|
none: false
|
114
114
|
requirements:
|