memcached-northscale 0.19.5.3 → 0.19.5.4

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.19.5.4. (northscale) Remove scary warning since things look good.
2
+
1
3
  v0.19.5.3. (northscale) Don't barf on Rails::add.
2
4
 
3
5
  v0.19.5.2. (northscale) Make wording scarier so people don't accidentally use this gem.
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'echoe'
3
3
  Echoe.new("memcached-northscale") do |p|
4
4
  p.author = "Sean Lynch"
5
5
  p.project = "northscale"
6
- p.summary = "Test gem. Do not use unless you know what you're doing."
6
+ p.summary = "Fauna with some additional Rails compatibility fixes."
7
7
  p.url = "http://blog.evanweaver.com/files/doc/fauna/memcached/"
8
8
  p.docs_host = "blog.evanweaver.com:~/www/bax/public/files/doc/"
9
9
  p.rdoc_pattern = /README|TODO|LICENSE|CHANGELOG|BENCH|COMPAT|exceptions|behaviors|rails.rb|memcached.rb/
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{memcached-northscale}
5
- s.version = "0.19.5.3"
5
+ s.version = "0.19.5.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Sean Lynch"]
9
- s.date = %q{2010-06-30}
10
- s.description = %q{Test gem. Do not use unless you know what you're doing.}
9
+ s.date = %q{2010-09-08}
10
+ s.description = %q{Fauna with some additional Rails compatibility fixes.}
11
11
  s.email = %q{}
12
12
  s.extensions = ["ext/extconf.rb"]
13
13
  s.extra_rdoc_files = ["BENCHMARKS", "CHANGELOG", "LICENSE", "README", "TODO", "lib/memcached.rb", "lib/memcached/behaviors.rb", "lib/memcached/exceptions.rb", "lib/memcached/memcached.rb", "lib/memcached/rails.rb"]
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.require_paths = ["lib", "ext"]
18
18
  s.rubyforge_project = %q{northscale}
19
19
  s.rubygems_version = %q{1.3.7}
20
- s.summary = %q{Test gem. Do not use unless you know what you're doing.}
20
+ s.summary = %q{Fauna with some additional Rails compatibility fixes.}
21
21
  s.test_files = ["test/test_helper.rb", "test/unit/binding_test.rb", "test/unit/memcached_test.rb", "test/unit/rails_test.rb"]
22
22
 
23
23
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: memcached-northscale
3
3
  version: !ruby/object:Gem::Version
4
- hash: 197
4
+ hash: 203
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 19
9
9
  - 5
10
- - 3
11
- version: 0.19.5.3
10
+ - 4
11
+ version: 0.19.5.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Sean Lynch
@@ -16,11 +16,11 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-06-30 00:00:00 -07:00
19
+ date: 2010-09-08 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies: []
22
22
 
23
- description: Test gem. Do not use unless you know what you're doing.
23
+ description: Fauna with some additional Rails compatibility fixes.
24
24
  email: ""
25
25
  executables: []
26
26
 
@@ -108,7 +108,7 @@ rubyforge_project: northscale
108
108
  rubygems_version: 1.3.7
109
109
  signing_key:
110
110
  specification_version: 3
111
- summary: Test gem. Do not use unless you know what you're doing.
111
+ summary: Fauna with some additional Rails compatibility fixes.
112
112
  test_files:
113
113
  - test/test_helper.rb
114
114
  - test/unit/binding_test.rb