portvcs 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -9,16 +9,17 @@ require 'rake/testtask'
9
9
  spec = Gem::Specification.new() {|i|
10
10
  i.name = "portvcs"
11
11
  i.version = `bin/#{i.name} -V`
12
- i.summary = "FreeBSD ports commits history viewer that doesn't require neither local ports tree nor CVS checkouts."
12
+ i.summary = "FreeBSD ports commits history viewer that doesn't require neither local ports tree nor CVS checkouts"
13
+ i.description = i.summary + '.'
13
14
  i.author = 'Alexander Gromnitsky'
14
15
  i.email = 'alexander.gromnitsky@gmail.com'
15
16
  i.homepage = "http://github.com/gromnitsky/#{i.name}"
17
+
16
18
  i.platform = Gem::Platform::RUBY
17
19
  i.required_ruby_version = '>= 1.9.2'
18
20
  i.files = FileList['lib/**/*', 'bin/*', 'doc/*', 'etc/*', '[A-Z]*', 'test/**/*']
19
21
 
20
22
  i.executables = FileList['bin/*'].gsub(/^bin\//, '')
21
- i.default_executable = i.name
22
23
 
23
24
  i.test_files = FileList['test/test_*.rb']
24
25
 
@@ -3,7 +3,6 @@
3
3
 
4
4
  require 'date'
5
5
  require 'optparse'
6
- require 'yaml'
7
6
  require 'shellwords.rb'
8
7
 
9
8
  require_relative '../lib/portvcs/portvcs.rb'
@@ -1,6 +1,6 @@
1
1
  module PortVCS
2
2
  module Meta
3
3
  NAME = 'portvcs'
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
6
6
  end
@@ -1,3 +1,4 @@
1
+ require 'yaml'
1
2
  require 'pp'
2
3
  require_relative 'meta'
3
4
 
metadata CHANGED
@@ -1,12 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: portvcs
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 0
8
- - 2
9
- version: 0.0.2
4
+ prerelease:
5
+ version: 0.0.3
10
6
  platform: ruby
11
7
  authors:
12
8
  - Alexander Gromnitsky
@@ -14,8 +10,7 @@ autorequire:
14
10
  bindir: bin
15
11
  cert_chain: []
16
12
 
17
- date: 2010-12-15 00:00:00 +02:00
18
- default_executable: portvcs
13
+ date: 2011-04-29 00:00:00 Z
19
14
  dependencies:
20
15
  - !ruby/object:Gem::Dependency
21
16
  name: open4
@@ -25,14 +20,10 @@ dependencies:
25
20
  requirements:
26
21
  - - ">="
27
22
  - !ruby/object:Gem::Version
28
- segments:
29
- - 1
30
- - 0
31
- - 1
32
23
  version: 1.0.1
33
24
  type: :development
34
25
  version_requirements: *id001
35
- description:
26
+ description: FreeBSD ports commits history viewer that doesn't require neither local ports tree nor CVS checkouts.
36
27
  email: alexander.gromnitsky@gmail.com
37
28
  executables:
38
29
  - portvcs
@@ -40,32 +31,31 @@ extensions: []
40
31
 
41
32
  extra_rdoc_files:
42
33
  - doc/TODO
43
- - doc/README.rdoc
44
34
  - doc/LICENSE
45
35
  - doc/NEWS
36
+ - doc/README.rdoc
46
37
  files:
47
- - lib/portvcs/portvcs.rb
48
38
  - lib/portvcs/utils.rb
49
39
  - lib/portvcs/meta.rb
40
+ - lib/portvcs/portvcs.rb
50
41
  - bin/portvcs
51
42
  - doc/TODO
52
- - doc/README.rdoc
53
43
  - doc/LICENSE
54
44
  - doc/NEWS
45
+ - doc/README.rdoc
55
46
  - etc/portvcs.yaml
56
47
  - etc/fr.FreeBSD.org.yaml
57
- - README.rdoc
58
48
  - Rakefile
59
- - test/ports/category/program/files/patch-aa
60
- - test/ports/category/program/Makefile
61
- - test/ports/category/program/pkg-descr
49
+ - README.rdoc
50
+ - test/test_cvsdumb.rb
51
+ - test/test_utils.rb
62
52
  - test/helper.rb
63
- - test/semis/localhost_cvs.yaml
64
53
  - test/semis/localhost_cvs_incomplete.yaml
65
54
  - test/semis/cvstest/portvcs/Makefile
66
- - test/test_utils.rb
67
- - test/test_cvsdumb.rb
68
- has_rdoc: true
55
+ - test/semis/localhost_cvs.yaml
56
+ - test/ports/category/program/Makefile
57
+ - test/ports/category/program/files/patch-aa
58
+ - test/ports/category/program/pkg-descr
69
59
  homepage: http://github.com/gromnitsky/portvcs
70
60
  licenses: []
71
61
 
@@ -80,26 +70,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
80
70
  requirements:
81
71
  - - ">="
82
72
  - !ruby/object:Gem::Version
83
- segments:
84
- - 1
85
- - 9
86
- - 2
87
73
  version: 1.9.2
88
74
  required_rubygems_version: !ruby/object:Gem::Requirement
89
75
  none: false
90
76
  requirements:
91
77
  - - ">="
92
78
  - !ruby/object:Gem::Version
93
- segments:
94
- - 0
95
79
  version: "0"
96
80
  requirements: []
97
81
 
98
82
  rubyforge_project:
99
- rubygems_version: 1.3.7
83
+ rubygems_version: 1.8.0
100
84
  signing_key:
101
85
  specification_version: 3
102
- summary: FreeBSD ports commits history viewer that doesn't require neither local ports tree nor CVS checkouts.
86
+ summary: FreeBSD ports commits history viewer that doesn't require neither local ports tree nor CVS checkouts
103
87
  test_files:
104
- - test/test_utils.rb
105
88
  - test/test_cvsdumb.rb
89
+ - test/test_utils.rb