AdoccaMemcache 0.1.0 → 0.1.1

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 (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/am_memcache.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'rubygems'
4
4
  require 'hoe'
5
5
  require './lib/adocca_memcache.rb'
6
6
 
7
- Hoe.new('AdoccaMemcache', '0.1.0') do |p|
7
+ Hoe.new('AdoccaMemcache', '0.1.1') do |p|
8
8
  p.rubyforge_name = 'adocca-plugins'
9
9
  p.summary = 'A client library to simplify using memcached with Ruby on Rails projects.'
10
10
  p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
@@ -134,7 +134,7 @@ module Adocca
134
134
  end
135
135
  end
136
136
 
137
- if rval.strip.match(/^\d+$/)
137
+ if rval.strip.match(/\A\d+\z/)
138
138
  rval.strip.to_i
139
139
  else
140
140
  # Return the unmarshaled value.
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: AdoccaMemcache
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
7
- date: 2006-11-13 00:00:00 +01:00
6
+ version: 0.1.1
7
+ date: 2006-11-16 00:00:00 +01:00
8
8
  summary: A client library to simplify using memcached with Ruby on Rails projects.
9
9
  require_paths:
10
10
  - lib