ActsAsEscaped 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +2 -1
  2. data/lib/acts_as_escaped.rb +1 -1
  3. metadata +5 -6
data/Rakefile CHANGED
@@ -5,11 +5,12 @@ require 'hoe'
5
5
  require './lib/acts_as_escaped.rb'
6
6
 
7
7
  Hoe.new('ActsAsEscaped', Adocca::Acts::ActsAsEscaped::VERSION) do |p|
8
- p.rubyforge_name = 'adocca_plugins'
9
8
  p.summary = 'Rails plugin to automagically escape string output from your models.'
10
9
  p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
11
10
  p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
12
11
  p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
12
+ p.author = 'adocca Entertainment AB'
13
+ p.rubyforge_name = "adocca-plugins"
13
14
  end
14
15
 
15
16
  # vim: syntax=Ruby
@@ -4,7 +4,7 @@ require 'cgi'
4
4
  module Adocca
5
5
  module Acts
6
6
  module ActsAsEscaped
7
- VERSION = "0.0.1"
7
+ VERSION = "0.0.2"
8
8
 
9
9
  def self.append_features(base)
10
10
  super
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.0
2
+ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: ActsAsEscaped
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.0.1
7
- date: 2006-11-13 00:00:00 +01:00
6
+ version: 0.0.2
7
+ date: 2006-12-22 00:00:00 +01:00
8
8
  summary: Rails plugin to automagically escape string output from your models.
9
9
  require_paths:
10
10
  - lib
11
11
  email: ryand-ruby@zenspider.com
12
12
  homepage: " by Adocca AB"
13
- rubyforge_project: adocca_plugins
13
+ rubyforge_project: adocca-plugins
14
14
  description: "== FEATURES/PROBLEMS: Hash access to attributes bypasses acts_as_cached == SYNOPSYS: Just add a method call in your AR class body: acts_as_cached == REQUIREMENTS:"
15
15
  autorequire:
16
16
  default_executable:
@@ -25,9 +25,8 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
25
25
  platform: ruby
26
26
  signing_key:
27
27
  cert_chain:
28
- post_install_message:
29
28
  authors:
30
- - Ryan Davis
29
+ - adocca Entertainment AB
31
30
  files:
32
31
  - History.txt
33
32
  - Manifest.txt