tagz 4.4.0 → 4.5.0

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.
Files changed (2) hide show
  1. data/lib/tagz.rb +2 -2
  2. metadata +2 -2
@@ -4,7 +4,7 @@ unless defined? Tagz
4
4
  unless defined?(Tagz::VERSION)
5
5
  Tagz::VERSION = [
6
6
  Tagz::VERSION_MAJOR = 4,
7
- Tagz::VERSION_MINOR = 2,
7
+ Tagz::VERSION_MINOR = 5,
8
8
  Tagz::VERSION_TEENY = 0
9
9
  ].join('.')
10
10
  def Tagz.version() Tagz::VERSION end
@@ -206,7 +206,7 @@ unless defined? Tagz
206
206
  when 'e'
207
207
  Element.new(*a, &b)
208
208
  when '__'
209
- tagz{ tagz << "\n" }
209
+ tagz{ tagz << "\n"; a.each{|s| tagz << s}; }
210
210
  else
211
211
  begin
212
212
  super
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tagz
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.0
4
+ version: 4.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ara T. Howard
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-24 00:00:00 -06:00
12
+ date: 2008-10-31 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency