fluent-plugin-google-cloud 0.5.3.grpc.alpha.3 → 0.5.3.grpc.alpha.4

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.
data/Gemfile.lock DELETED
@@ -1,131 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- fluent-plugin-google-cloud (0.5.3.grpc.alpha.3)
5
- fluentd (~> 0.10, <= 0.13)
6
- google-api-client (> 0.9)
7
- googleapis-common-protos (~> 1.3)
8
- googleauth (~> 0.4)
9
- grpc (~> 1.0)
10
- json (~> 1.8)
11
-
12
- GEM
13
- remote: https://rubygems.org/
14
- specs:
15
- addressable (2.5.0)
16
- public_suffix (~> 2.0, >= 2.0.2)
17
- ast (2.3.0)
18
- astrolabe (1.3.1)
19
- parser (~> 2.2)
20
- cool.io (1.4.5)
21
- crack (0.4.3)
22
- safe_yaml (~> 1.0.0)
23
- faraday (0.9.2)
24
- multipart-post (>= 1.2, < 3)
25
- fluentd (0.12.29)
26
- cool.io (>= 1.2.2, < 2.0.0)
27
- http_parser.rb (>= 0.5.1, < 0.7.0)
28
- json (>= 1.4.3)
29
- msgpack (>= 0.5.11, < 0.6.0)
30
- sigdump (~> 0.2.2)
31
- string-scrub (>= 0.0.3, <= 0.0.5)
32
- tzinfo (>= 1.0.0)
33
- tzinfo-data (>= 1.0.0)
34
- yajl-ruby (~> 1.0)
35
- google-api-client (0.9.20)
36
- addressable (~> 2.3)
37
- googleauth (~> 0.5)
38
- httpclient (~> 2.7)
39
- hurley (~> 0.1)
40
- memoist (~> 0.11)
41
- mime-types (>= 1.6)
42
- representable (~> 2.3.0)
43
- retriable (~> 2.0)
44
- google-protobuf (3.0.2)
45
- googleapis-common-protos (1.3.4)
46
- google-protobuf (~> 3.0)
47
- grpc (~> 1.0)
48
- googleauth (0.5.1)
49
- faraday (~> 0.9)
50
- jwt (~> 1.4)
51
- logging (~> 2.0)
52
- memoist (~> 0.12)
53
- multi_json (~> 1.11)
54
- os (~> 0.9)
55
- signet (~> 0.7)
56
- grpc (1.0.1)
57
- google-protobuf (~> 3.0.2)
58
- googleauth (~> 0.5.1)
59
- hashdiff (0.3.0)
60
- http_parser.rb (0.6.0)
61
- httpclient (2.8.2.4)
62
- hurley (0.2)
63
- json (1.8.3)
64
- jwt (1.5.6)
65
- little-plugger (1.1.4)
66
- logging (2.1.0)
67
- little-plugger (~> 1.1)
68
- multi_json (~> 1.10)
69
- memoist (0.15.0)
70
- metaclass (0.0.4)
71
- mime-types (3.1)
72
- mime-types-data (~> 3.2015)
73
- mime-types-data (3.2016.0521)
74
- mocha (1.2.1)
75
- metaclass (~> 0.0.1)
76
- msgpack (0.5.12)
77
- multi_json (1.12.1)
78
- multipart-post (2.0.0)
79
- os (0.9.6)
80
- parser (2.3.1.4)
81
- ast (~> 2.2)
82
- power_assert (0.3.1)
83
- powerpack (0.1.1)
84
- public_suffix (2.0.4)
85
- rainbow (2.1.0)
86
- rake (10.5.0)
87
- representable (2.3.0)
88
- uber (~> 0.0.7)
89
- retriable (2.1.0)
90
- rubocop (0.35.0)
91
- astrolabe (~> 1.3)
92
- parser (>= 2.2.3.0, < 3.0)
93
- powerpack (~> 0.1)
94
- rainbow (>= 1.99.1, < 3.0)
95
- ruby-progressbar (~> 1.7)
96
- ruby-progressbar (1.8.1)
97
- safe_yaml (1.0.4)
98
- sigdump (0.2.4)
99
- signet (0.7.3)
100
- addressable (~> 2.3)
101
- faraday (~> 0.9)
102
- jwt (~> 1.5)
103
- multi_json (~> 1.10)
104
- string-scrub (0.0.5)
105
- test-unit (3.2.2)
106
- power_assert
107
- thread_safe (0.3.5)
108
- tzinfo (1.2.2)
109
- thread_safe (~> 0.1)
110
- tzinfo-data (1.2016.9)
111
- tzinfo (>= 1.0.0)
112
- uber (0.0.15)
113
- webmock (1.24.6)
114
- addressable (>= 2.3.6)
115
- crack (>= 0.3.2)
116
- hashdiff
117
- yajl-ruby (1.3.0)
118
-
119
- PLATFORMS
120
- ruby
121
-
122
- DEPENDENCIES
123
- fluent-plugin-google-cloud!
124
- mocha (~> 1.1)
125
- rake (~> 10.3)
126
- rubocop (= 0.35.0)
127
- test-unit (~> 3.0)
128
- webmock (~> 1.17)
129
-
130
- BUNDLED WITH
131
- 1.13.6