w2tags 0.9.61 → 0.9.62
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/History.rdoc +5 -0
- data/lib/w2tags/parser.rb +1 -1
- data/tasks/setup.rb +1 -1
- metadata +2 -2
data/doc/History.rdoc
CHANGED
data/lib/w2tags/parser.rb
CHANGED
data/tasks/setup.rb
CHANGED
@@ -17,7 +17,7 @@ PROJ = OpenStruct.new(
|
|
17
17
|
:authors => 'Widi Harsojo',
|
18
18
|
:email => 'wharsojo@gmail.com',
|
19
19
|
:url => "\000",
|
20
|
-
:version => ENV['VERSION'] || '0.9.
|
20
|
+
:version => ENV['VERSION'] || '0.9.62',
|
21
21
|
:exclude => %w(tmp$ bak$ ~$ CVS \.svn/ \.git/ ^pkg/),
|
22
22
|
:release_name => ENV['RELEASE'],
|
23
23
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: w2tags
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.62
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- widi harsojo
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2010-01-31 00:00:00 +07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|