genki-texvc 0.1.1 → 0.1.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.
- data/Rakefile +3 -3
- data/lib/texvc.rb +1 -1
- metadata +6 -6
data/Rakefile
CHANGED
|
@@ -14,8 +14,8 @@ include FileUtils
|
|
|
14
14
|
NAME = "texvc"
|
|
15
15
|
AUTHOR = "Genki Takiuchi"
|
|
16
16
|
EMAIL = "genki@s21g.com"
|
|
17
|
-
DESCRIPTION = ""
|
|
18
|
-
RUBYFORGE_PROJECT = "
|
|
17
|
+
DESCRIPTION = "The wrapper utility for texvc command"
|
|
18
|
+
RUBYFORGE_PROJECT = "cocktail-party"
|
|
19
19
|
HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org"
|
|
20
20
|
BIN_FILES = %w( )
|
|
21
21
|
VERS = Texvc::VERSION
|
|
@@ -117,7 +117,7 @@ task :release => [:clean, :package] do |t|
|
|
|
117
117
|
pkg = "pkg/#{NAME}-#{VERS}"
|
|
118
118
|
|
|
119
119
|
require 'rubyforge'
|
|
120
|
-
rf = RubyForge.new
|
|
120
|
+
rf = RubyForge.new.configure
|
|
121
121
|
puts "Logging in"
|
|
122
122
|
rf.login
|
|
123
123
|
|
data/lib/texvc.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: genki-texvc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.1
|
|
4
|
+
version: 0.1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Genki Takiuchi
|
|
@@ -9,7 +9,7 @@ autorequire: ""
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-07-
|
|
12
|
+
date: 2008-07-21 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -48,7 +48,7 @@ dependencies:
|
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
49
|
version: 1.2.2
|
|
50
50
|
version:
|
|
51
|
-
description:
|
|
51
|
+
description: The wrapper utility for texvc command
|
|
52
52
|
email: genki@s21g.com
|
|
53
53
|
executables: []
|
|
54
54
|
|
|
@@ -65,7 +65,7 @@ files:
|
|
|
65
65
|
- test/texvc_test.rb
|
|
66
66
|
- lib/texvc.rb
|
|
67
67
|
has_rdoc: true
|
|
68
|
-
homepage: http://
|
|
68
|
+
homepage: http://cocktail-party.rubyforge.org
|
|
69
69
|
post_install_message:
|
|
70
70
|
rdoc_options:
|
|
71
71
|
- --title
|
|
@@ -96,10 +96,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
96
96
|
version:
|
|
97
97
|
requirements: []
|
|
98
98
|
|
|
99
|
-
rubyforge_project:
|
|
99
|
+
rubyforge_project: cocktail-party
|
|
100
100
|
rubygems_version: 1.2.0
|
|
101
101
|
signing_key:
|
|
102
102
|
specification_version: 2
|
|
103
|
-
summary:
|
|
103
|
+
summary: The wrapper utility for texvc command
|
|
104
104
|
test_files:
|
|
105
105
|
- test/texvc_test.rb
|