methodchain 0.4.1 → 0.4.2

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 (4) hide show
  1. data/README +2 -3
  2. data/Rakefile +1 -1
  3. data/doc/created.rid +1 -1
  4. metadata +1 -1
data/README CHANGED
@@ -3,9 +3,8 @@ methodchain - ruby helpers for method chaining: chain, tap, then, else, and, or
3
3
  ===
4
4
  Easy ways to navigate around nil without creating local variables.
5
5
  ===
6
- <a href="http://blog.thoughtfolder.com/2008-03-16-navigating-nil-method-chaining-in-ruby.html#Object-chain">
7
- Initial blog post describing previous ideas
8
- </a>
6
+ Initial blog post describing previous ideas:
7
+ http://blog.thoughtfolder.com/2008-03-16-navigating-nil-method-chaining-in-ruby.html
9
8
 
10
9
  == Author and License
11
10
  Copyright (c) 2008 Greg Weber, http://gregweber.info
data/Rakefile CHANGED
@@ -54,7 +54,7 @@ require 'rake/gempackagetask'
54
54
  spec = Gem::Specification.new do |s|
55
55
  s.name = $project
56
56
  s.rubyforge_project = $project
57
- s.version = "0.4.1"
57
+ s.version = "0.4.2"
58
58
  s.author = "Greg Weber"
59
59
  s.email = "greg@gregweber.info"
60
60
  s.homepage = "http://projects.gregweber.info/#{$project}"
@@ -1 +1 @@
1
- Mon, 24 Mar 2008 14:21:47 -0500
1
+ Mon, 24 Mar 2008 14:26:21 -0500
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: methodchain
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.4.1
6
+ version: 0.4.2
7
7
  date: 2008-03-24 00:00:00 -05:00
8
8
  summary: convenience methods for method chaining
9
9
  require_paths: