fluent-plugin-couchbase 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -15,8 +15,8 @@ Jeweler::Tasks.new do |gem|
15
15
  gem.name = "fluent-plugin-couchbase"
16
16
  gem.homepage = "http://github.com/obieq/fluent-plugin-couchbase"
17
17
  gem.license = "MIT"
18
- gem.summary = %Q{Fluent output plugin for Couchbase}
19
- gem.description = %Q{Fluent output plugin for Couchbase via the waz-storage gem}
18
+ gem.summary = %Q{Fluent output plugin for Couchbase 2.0}
19
+ gem.description = %Q{Fluent output plugin for Couchbase 2.0}
20
20
  gem.email = "quelland@gmail.com"
21
21
  gem.authors = ["obie quelland"]
22
22
  # dependencies defined in Gemfile
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "fluent-plugin-couchbase"
8
- s.version = "0.0.1"
8
+ s.version = "0.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["obie quelland"]
12
12
  s.date = "2012-12-27"
13
- s.description = "Fluent output plugin for Couchbase via the waz-storage gem"
13
+ s.description = "Fluent output plugin for Couchbase 2.0"
14
14
  s.email = "quelland@gmail.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE.txt",
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
35
35
  s.licenses = ["MIT"]
36
36
  s.require_paths = ["lib"]
37
37
  s.rubygems_version = "1.8.24"
38
- s.summary = "Fluent output plugin for Couchbase"
38
+ s.summary = "Fluent output plugin for Couchbase 2.0"
39
39
 
40
40
  if s.respond_to? :specification_version then
41
41
  s.specification_version = 3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-couchbase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -139,7 +139,7 @@ dependencies:
139
139
  - - '='
140
140
  - !ruby/object:Gem::Version
141
141
  version: 0.5.4
142
- description: Fluent output plugin for Couchbase via the waz-storage gem
142
+ description: Fluent output plugin for Couchbase 2.0
143
143
  email: quelland@gmail.com
144
144
  executables: []
145
145
  extensions: []
@@ -175,7 +175,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
175
175
  version: '0'
176
176
  segments:
177
177
  - 0
178
- hash: -112864881918532391
178
+ hash: 958436059772576736
179
179
  required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  none: false
181
181
  requirements:
@@ -187,5 +187,5 @@ rubyforge_project:
187
187
  rubygems_version: 1.8.24
188
188
  signing_key:
189
189
  specification_version: 3
190
- summary: Fluent output plugin for Couchbase
190
+ summary: Fluent output plugin for Couchbase 2.0
191
191
  test_files: []