redis-namespace 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of redis-namespace might be problematic. Click here for more details.

Files changed (2) hide show
  1. data/Rakefile +0 -24
  2. metadata +26 -25
data/Rakefile CHANGED
@@ -1,31 +1,7 @@
1
1
  task :default => :spec
2
2
  task :test => :spec
3
3
 
4
- desc "Build a gem"
5
- task :gem => [ :gemspec, :build ]
6
-
7
4
  desc "Run specs"
8
5
  task :spec do
9
6
  exec "spec spec/redis_spec.rb"
10
7
  end
11
-
12
- begin
13
- require 'jeweler'
14
- Jeweler::Tasks.new do |gemspec|
15
- gemspec.name = "redis-namespace"
16
- gemspec.summary = "Namespaces Redis commands."
17
- gemspec.email = "chris@ozmm.org"
18
- gemspec.homepage = "http://github.com/defunkt/redis-namespace"
19
- gemspec.authors = ["Chris Wanstrath"]
20
- gemspec.version = '0.4.2'
21
- gemspec.add_dependency 'redis'
22
- gemspec.description = <<description
23
- Adds a Redis::Namespace class which can be used to namespace calls
24
- to Redis. This is useful when using a single instance of Redis with
25
- multiple, different applications.
26
- description
27
- end
28
- rescue LoadError
29
- warn "Jeweler not available. Install it with:"
30
- warn "gem install jeweler"
31
- end
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redis-namespace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ hash: 9
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 4
9
+ - 3
10
+ version: 0.4.3
5
11
  platform: ruby
6
12
  authors:
7
13
  - Chris Wanstrath
@@ -9,19 +15,10 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2010-04-21 00:00:00 -07:00
18
+ date: 2010-05-17 00:00:00 -07:00
13
19
  default_executable:
14
- dependencies:
15
- - !ruby/object:Gem::Dependency
16
- name: redis
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
20
- requirements:
21
- - - ">="
22
- - !ruby/object:Gem::Version
23
- version: "0"
24
- version:
20
+ dependencies: []
21
+
25
22
  description: |
26
23
  Adds a Redis::Namespace class which can be used to namespace calls
27
24
  to Redis. This is useful when using a single instance of Redis with
@@ -32,13 +29,12 @@ executables: []
32
29
 
33
30
  extensions: []
34
31
 
35
- extra_rdoc_files:
36
- - LICENSE
37
- - README.md
32
+ extra_rdoc_files: []
33
+
38
34
  files:
39
- - LICENSE
40
35
  - README.md
41
36
  - Rakefile
37
+ - LICENSE
42
38
  - lib/redis/namespace.rb
43
39
  - spec/redis_spec.rb
44
40
  - spec/spec_helper.rb
@@ -47,29 +43,34 @@ homepage: http://github.com/defunkt/redis-namespace
47
43
  licenses: []
48
44
 
49
45
  post_install_message:
50
- rdoc_options:
51
- - --charset=UTF-8
46
+ rdoc_options: []
47
+
52
48
  require_paths:
53
49
  - lib
54
50
  required_ruby_version: !ruby/object:Gem::Requirement
51
+ none: false
55
52
  requirements:
56
53
  - - ">="
57
54
  - !ruby/object:Gem::Version
55
+ hash: 3
56
+ segments:
57
+ - 0
58
58
  version: "0"
59
- version:
60
59
  required_rubygems_version: !ruby/object:Gem::Requirement
60
+ none: false
61
61
  requirements:
62
62
  - - ">="
63
63
  - !ruby/object:Gem::Version
64
+ hash: 3
65
+ segments:
66
+ - 0
64
67
  version: "0"
65
- version:
66
68
  requirements: []
67
69
 
68
70
  rubyforge_project:
69
- rubygems_version: 1.3.5
71
+ rubygems_version: 1.3.7
70
72
  signing_key:
71
73
  specification_version: 3
72
74
  summary: Namespaces Redis commands.
73
- test_files:
74
- - spec/redis_spec.rb
75
- - spec/spec_helper.rb
75
+ test_files: []
76
+