anmo 0.0.23 → 0.0.24

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.
@@ -52,7 +52,7 @@ module Anmo
52
52
 
53
53
  private
54
54
  def self.server
55
- @server ||= Dalli::Client.new "localhost:11211", {:namespace => Process.pid.to_s}
55
+ @server ||= Dalli::Client.new "127.0.0.1:11211", {:namespace => Process.pid.to_s}
56
56
  end
57
57
  end
58
58
 
data/lib/anmo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Anmo
2
- VERSION = "0.0.23"
2
+ VERSION = "0.0.24"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anmo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
4
+ version: 0.0.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-09 00:00:00.000000000 Z
12
+ date: 2012-10-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rack
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
197
197
  version: '0'
198
198
  requirements: []
199
199
  rubyforge_project: anmo
200
- rubygems_version: 1.8.23
200
+ rubygems_version: 1.8.24
201
201
  signing_key:
202
202
  specification_version: 3
203
203
  summary: ''
@@ -206,4 +206,3 @@ test_files:
206
206
  - features/step_definitions/api_steps.rb
207
207
  - features/support/env.rb
208
208
  - test/anmo/application_test.rb
209
- has_rdoc: