harukizaemon-stripper 2.0.0 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ == 2.0.2 released 2009-01-14
2
+
3
+ * Change package structure.
4
+
1
5
  == 2.0.0 released 2009-01-05
2
6
 
3
7
  * Rails 2.2.2 compatible.
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2007 RedHill Consulting, Pty. Ltd.
1
+ Copyright (c) 2009 Simon Harris
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.rdoc CHANGED
@@ -25,7 +25,7 @@ Here's an example of what happens when the plugin is installed:
25
25
 
26
26
  You have two choices for installation. The first uses a gem (recommended):
27
27
 
28
- $ sudo gem install harukizaemon-stripper
28
+ config.gem "harukizaemon-stripper", :lib => "stripper", :source => "http://gems.github.com"
29
29
 
30
30
  Or you can use the Rails plugin
31
31
 
@@ -33,4 +33,4 @@ Or you can use the Rails plugin
33
33
 
34
34
  === License
35
35
 
36
- This plugin is copyright 2006 by RedHill Consulting, Pty. Ltd. and is released under the MIT license.
36
+ This plugin is copyright 2009 Simon Harris and is released under the MIT license.
@@ -1,4 +1,4 @@
1
- module RedHillConsulting::Stripper::ActiveRecord
1
+ module HarukiZaemon::Stripper::ActiveRecord
2
2
  module Base
3
3
  def self.included(base)
4
4
  base.alias_method_chain :write_attribute, :stripper
data/lib/stripper.rb CHANGED
@@ -1 +1 @@
1
- ActiveRecord::Base.send(:include, RedHillConsulting::Stripper::ActiveRecord::Base)
1
+ ActiveRecord::Base.send(:include, HarukiZaemon::Stripper::ActiveRecord::Base)
data/stripper.gemspec CHANGED
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "stripper"
3
- s.version = "2.0.0"
4
- s.date = "2009-01-05"
3
+ s.version = "2.0.2"
4
+ s.date = "2009-01-14"
5
5
  s.summary = "Remove leading and trailing blanks from attribute values in your Ruby on Rails models."
6
- s.email = "simon.harris@redhillconsulting.com.au"
6
+ s.email = "haruki.zaemon@gmail.com"
7
7
  s.homepage = "http://github.com/harukizaemon/stripper"
8
8
  s.description = "Stripper is a Ruby on Rails plugin that removes leading and trailing blanks from attribute values in your models."
9
9
  s.has_rdoc = true
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  "README.rdoc",
14
14
  "stripper.gemspec",
15
15
  "lib/stripper.rb",
16
- "lib/red_hill_consulting/stripper/active_record/base.rb"]
16
+ "lib/haruki_zaemon/stripper/active_record/base.rb"]
17
17
  s.rdoc_options = ["--main", "README.rdoc"]
18
18
  s.extra_rdoc_files = ["CHANGELOG.rdoc", "README.rdoc"]
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harukizaemon-stripper
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Harris
@@ -9,12 +9,12 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-05 00:00:00 -08:00
12
+ date: 2009-01-14 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
16
  description: Stripper is a Ruby on Rails plugin that removes leading and trailing blanks from attribute values in your models.
17
- email: simon.harris@redhillconsulting.com.au
17
+ email: haruki.zaemon@gmail.com
18
18
  executables: []
19
19
 
20
20
  extensions: []
@@ -28,7 +28,7 @@ files:
28
28
  - README.rdoc
29
29
  - stripper.gemspec
30
30
  - lib/stripper.rb
31
- - lib/red_hill_consulting/stripper/active_record/base.rb
31
+ - lib/haruki_zaemon/stripper/active_record/base.rb
32
32
  has_rdoc: true
33
33
  homepage: http://github.com/harukizaemon/stripper
34
34
  post_install_message: