v 0.1.0 → 0.1.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.
@@ -131,7 +131,7 @@ Note on Patches/Pull Requests
131
131
  Required
132
132
  --------
133
133
 
134
- * git 1.6+
134
+ * git 1.6.3+
135
135
  * fastthread
136
136
 
137
137
  Thanks
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -78,8 +78,9 @@ module V
78
78
  end
79
79
 
80
80
  # TODO: replace this stub
81
+
81
82
  require 'logger'
82
- @@logger = Logger.new STDERR
83
+ @@logger = Logger.new $stdout
83
84
  @@logger.level = Logger::INFO
84
85
 
85
86
  def self.logger
@@ -12,7 +12,7 @@ module V
12
12
  end
13
13
 
14
14
  at_exit {
15
- if defined? Test::Unit
15
+ if defined? Test::Unit::AutoRunner
16
16
  unless $! or Test::Unit.respond_to?(:run?) && Test::Unit.run?
17
17
  test_result = Test::Unit::AutoRunner.run
18
18
  instance.enclose
data/v.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{v}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Florian A\303\237mann"]
12
- s.date = %q{2009-11-18}
12
+ s.date = %q{2009-12-06}
13
13
  s.description = %q{v is for versioned. It's is currently only a threaded wrapper for the git commands or procedures. In the future it should provide a generic interface for diverse VCSs.}
14
14
  s.email = %q{florian.assmann@email.de}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: v
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Florian A\xC3\x9Fmann"
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-18 00:00:00 +01:00
12
+ date: 2009-12-06 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency