tagz 7.2.3 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/lib/tagz.rb +1 -7
  2. data/lib/tagz/rails.rb +5 -0
  3. data/tagz.gemspec +2 -2
  4. metadata +18 -5
@@ -4,7 +4,7 @@ unless defined? Tagz
4
4
  #
5
5
  module Tagz
6
6
  def Tagz.version()
7
- '7.2.3'
7
+ '8.0.0'
8
8
  end
9
9
 
10
10
  def Tagz.description()
@@ -447,11 +447,5 @@ unless defined? Tagz
447
447
  (argv.empty? and block.nil?) ? ::Tagz : Tagz.tagz(*argv, &block)
448
448
  end
449
449
 
450
- if defined?(Rails)
451
- _=ActionView,ActionView::Base,ActionController,ActionController::Base
452
- ActionView::Base.send(:include, Tagz.globally)
453
- ActionController::Base.send(:include, Tagz)
454
- end
455
-
456
450
  Tagz.html_mode!
457
451
  end
@@ -0,0 +1,5 @@
1
+ if defined?(Rails)
2
+ _ = ActionView, ActionView::Base, ActionController, ActionController::Base
3
+ ActionView::Base.send(:include, Tagz.globally)
4
+ ActionController::Base.send(:include, Tagz)
5
+ end
@@ -3,12 +3,12 @@
3
3
 
4
4
  Gem::Specification::new do |spec|
5
5
  spec.name = "tagz"
6
- spec.version = "7.2.3"
6
+ spec.version = "8.0.0"
7
7
  spec.platform = Gem::Platform::RUBY
8
8
  spec.summary = "tagz"
9
9
  spec.description = " tagz.rb is generates html, xml, or any sgml variant like a small ninja\n running across the backs of a herd of giraffes swatting of heads like\n a mark-up weedwacker. weighing in at less than 300 lines of code\n tagz.rb adds an html/xml/sgml syntax to ruby that is both unobtrusive,\n safe, and available globally to objects without the need for any\n builder or superfluous objects. tagz.rb is designed for applications\n that generate html to be able to do so easily in any context without\n heavyweight syntax or scoping issues, like a ninja sword through\n butter.\n"
10
10
 
11
- spec.files = ["lib", "lib/tagz.rb", "Rakefile", "README", "readme.erb", "samples", "samples/a.rb", "samples/b.rb", "samples/c.rb", "samples/d.rb", "samples/e.rb", "samples/f.rb", "samples/g.rb", "tagz.gemspec", "test", "test/tagz.rb"]
11
+ spec.files = ["lib", "lib/tagz", "lib/tagz/rails.rb", "lib/tagz.rb", "Rakefile", "README", "readme.erb", "samples", "samples/a.rb", "samples/b.rb", "samples/c.rb", "samples/d.rb", "samples/e.rb", "samples/f.rb", "samples/g.rb", "tagz.gemspec", "test", "test/tagz.rb"]
12
12
  spec.executables = []
13
13
 
14
14
  spec.require_path = "lib"
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tagz
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.3
4
+ hash: 95
5
+ prerelease: false
6
+ segments:
7
+ - 8
8
+ - 0
9
+ - 0
10
+ version: 8.0.0
5
11
  platform: ruby
6
12
  authors:
7
13
  - Ara T. Howard
@@ -9,7 +15,7 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2009-11-30 00:00:00 -07:00
18
+ date: 2010-10-09 00:00:00 -06:00
13
19
  default_executable:
14
20
  dependencies: []
15
21
 
@@ -22,6 +28,7 @@ extensions: []
22
28
  extra_rdoc_files: []
23
29
 
24
30
  files:
31
+ - lib/tagz/rails.rb
25
32
  - lib/tagz.rb
26
33
  - Rakefile
27
34
  - README
@@ -45,21 +52,27 @@ rdoc_options: []
45
52
  require_paths:
46
53
  - lib
47
54
  required_ruby_version: !ruby/object:Gem::Requirement
55
+ none: false
48
56
  requirements:
49
57
  - - ">="
50
58
  - !ruby/object:Gem::Version
59
+ hash: 3
60
+ segments:
61
+ - 0
51
62
  version: "0"
52
- version:
53
63
  required_rubygems_version: !ruby/object:Gem::Requirement
64
+ none: false
54
65
  requirements:
55
66
  - - ">="
56
67
  - !ruby/object:Gem::Version
68
+ hash: 3
69
+ segments:
70
+ - 0
57
71
  version: "0"
58
- version:
59
72
  requirements: []
60
73
 
61
74
  rubyforge_project: codeforpeople
62
- rubygems_version: 1.3.5
75
+ rubygems_version: 1.3.7
63
76
  signing_key:
64
77
  specification_version: 3
65
78
  summary: tagz