fluent-plugin-amqp 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +13 -5
  2. data/LICENSE.txt +1 -1
  3. metadata +36 -19
  4. data/README.rdoc +0 -19
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: eef8bc33986f21193cd21ba5c24fc4dbee37acf6
4
- data.tar.gz: 64e2b306228f5e9c0bb01c02f8e6c69bd116b3e9
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZTZlY2ZiZjgxZjEyZmY5NDA4ZGE4OTBiYzJjMjAzMDBmYWIwMGFmZg==
5
+ data.tar.gz: !binary |-
6
+ OTBmOTUzOGVkNDljYmFkNTQ5OWY3OTE4NDRiMTUyMzQ3Yjc0MGE1ZA==
5
7
  SHA512:
6
- metadata.gz: 82b65b1bb57b83f7ed42e87a6d1ce09c9677899f7bf0f8e16788ec95da5127f60361825dfe1210f7b0c16f083e4c3c49c6d2588cd23223c2cd178d6bfa2f64c0
7
- data.tar.gz: f90d37341d01a3e9ec2de90b44f1c916e89d981ca09ebfc7dbbf9a4c8ea72618a2d9ad65794de90e47dd93e5e4735a44c24d84f391bb3986c25871ad18a32f90
8
+ metadata.gz: !binary |-
9
+ MDQ0MWJkZTBhYzZhNTM3ZTZlZGNkMDZlNjg0MDVlM2RlMmMyZmFkODQ4MDEw
10
+ M2E5MzE4ZDBlNzY5NWFiNmU4MmQyNjJjY2NmZjFhYjY2NTcyNTlkNjQ2ODc0
11
+ ZWIzZWNjOWQ2ZDVmMDYwN2MwNDg5ZjkyNTA1MzUxN2JjZmFlMGQ=
12
+ data.tar.gz: !binary |-
13
+ MDBkMmRiNzU2YTUwODYwNzg5M2M4MGU3YTgyMTkyOTljMmFjYjExNTk5Mzk0
14
+ YzBhMWFkMzg3OTI4ZWMxMzEyNTc5ZDcwMWNmMjZkMGJiMjYyOTM0NWZjNWI5
15
+ NmM1YWNjNDAzZmZlMzJhZTVmZDAxNzViYTU2MTdmNTg3YTYxNTk=
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011 Hiromi Ishii
1
+ Copyright (c) 2011 Hiromi Ishii, 2013- github/giraffi
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-amqp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiromi Ishii
@@ -16,84 +16,104 @@ dependencies:
16
16
  name: fluentd
17
17
  requirement: !ruby/object:Gem::Requirement
18
18
  requirements:
19
- - - "~>"
19
+ - - ~>
20
20
  - !ruby/object:Gem::Version
21
21
  version: 0.10.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
- - - "~>"
26
+ - - ~>
27
27
  - !ruby/object:Gem::Version
28
28
  version: 0.10.0
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: bunny
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
- - - "~>"
33
+ - - ~>
34
34
  - !ruby/object:Gem::Version
35
35
  version: 1.1.0
36
+ - - <
37
+ - !ruby/object:Gem::Version
38
+ version: '2.0'
36
39
  type: :runtime
37
40
  prerelease: false
38
41
  version_requirements: !ruby/object:Gem::Requirement
39
42
  requirements:
40
- - - "~>"
43
+ - - ~>
41
44
  - !ruby/object:Gem::Version
42
45
  version: 1.1.0
46
+ - - <
47
+ - !ruby/object:Gem::Version
48
+ version: '2.0'
49
+ - !ruby/object:Gem::Dependency
50
+ name: amq-protocol
51
+ requirement: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - <
54
+ - !ruby/object:Gem::Version
55
+ version: '2.0'
56
+ type: :runtime
57
+ prerelease: false
58
+ version_requirements: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - <
61
+ - !ruby/object:Gem::Version
62
+ version: '2.0'
43
63
  - !ruby/object:Gem::Dependency
44
64
  name: shoulda
45
65
  requirement: !ruby/object:Gem::Requirement
46
66
  requirements:
47
- - - ">="
67
+ - - ! '>='
48
68
  - !ruby/object:Gem::Version
49
69
  version: '0'
50
70
  type: :development
51
71
  prerelease: false
52
72
  version_requirements: !ruby/object:Gem::Requirement
53
73
  requirements:
54
- - - ">="
74
+ - - ! '>='
55
75
  - !ruby/object:Gem::Version
56
76
  version: '0'
57
77
  - !ruby/object:Gem::Dependency
58
78
  name: rake
59
79
  requirement: !ruby/object:Gem::Requirement
60
80
  requirements:
61
- - - ">="
81
+ - - ! '>='
62
82
  - !ruby/object:Gem::Version
63
83
  version: '0'
64
84
  type: :development
65
85
  prerelease: false
66
86
  version_requirements: !ruby/object:Gem::Requirement
67
87
  requirements:
68
- - - ">="
88
+ - - ! '>='
69
89
  - !ruby/object:Gem::Version
70
90
  version: '0'
71
91
  - !ruby/object:Gem::Dependency
72
92
  name: minitest
73
93
  requirement: !ruby/object:Gem::Requirement
74
94
  requirements:
75
- - - "<"
95
+ - - <
76
96
  - !ruby/object:Gem::Version
77
97
  version: 5.0.0
78
98
  type: :development
79
99
  prerelease: false
80
100
  version_requirements: !ruby/object:Gem::Requirement
81
101
  requirements:
82
- - - "<"
102
+ - - <
83
103
  - !ruby/object:Gem::Version
84
104
  version: 5.0.0
85
105
  - !ruby/object:Gem::Dependency
86
106
  name: test-unit
87
107
  requirement: !ruby/object:Gem::Requirement
88
108
  requirements:
89
- - - ">="
109
+ - - ! '>='
90
110
  - !ruby/object:Gem::Version
91
111
  version: 3.1.0
92
112
  type: :development
93
113
  prerelease: false
94
114
  version_requirements: !ruby/object:Gem::Requirement
95
115
  requirements:
96
- - - ">="
116
+ - - ! '>='
97
117
  - !ruby/object:Gem::Version
98
118
  version: 3.1.0
99
119
  description: AMQP input/output plugin for fluentd
@@ -102,10 +122,8 @@ executables: []
102
122
  extensions: []
103
123
  extra_rdoc_files:
104
124
  - LICENSE.txt
105
- - README.rdoc
106
125
  files:
107
126
  - LICENSE.txt
108
- - README.rdoc
109
127
  - lib/fluent/plugin/in_amqp.rb
110
128
  - lib/fluent/plugin/out_amqp.rb
111
129
  homepage: http://github.com/giraffi/fluent-plugin-amqp
@@ -118,19 +136,18 @@ require_paths:
118
136
  - lib
119
137
  required_ruby_version: !ruby/object:Gem::Requirement
120
138
  requirements:
121
- - - ">="
139
+ - - ! '>='
122
140
  - !ruby/object:Gem::Version
123
141
  version: '0'
124
142
  required_rubygems_version: !ruby/object:Gem::Requirement
125
143
  requirements:
126
- - - ">="
144
+ - - ! '>='
127
145
  - !ruby/object:Gem::Version
128
146
  version: '0'
129
147
  requirements: []
130
148
  rubyforge_project:
131
- rubygems_version: 2.4.6
149
+ rubygems_version: 2.4.8
132
150
  signing_key:
133
151
  specification_version: 4
134
152
  summary: AMQP input/output plugin or fluentd
135
153
  test_files: []
136
- has_rdoc:
data/README.rdoc DELETED
@@ -1,19 +0,0 @@
1
- = fluent-plugin-amqp
2
-
3
- Description goes here.
4
-
5
- == Contributing to fluent-plugin-amqp
6
-
7
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
8
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
9
- * Fork the project
10
- * Start a feature/bugfix branch
11
- * Commit and push until you are happy with your contribution
12
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14
-
15
- == Copyright
16
-
17
- Copyright (c) 2011 Hiromi Ishii. See LICENSE.txt for
18
- further details.
19
-