logplex-client 0.1.7 → 0.1.8
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 +8 -8
- data/lib/logplex/client/version.rb +1 -1
- data/logplex-client.gemspec +2 -2
- metadata +8 -8
data/Gemfile.lock
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
logplex-client (0.1.
|
|
5
|
-
clamp
|
|
6
|
-
excon (~> 0.
|
|
4
|
+
logplex-client (0.1.8)
|
|
5
|
+
clamp
|
|
6
|
+
excon (~> 0.22.1)
|
|
7
7
|
multi_json
|
|
8
8
|
rest-client
|
|
9
9
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
12
12
|
specs:
|
|
13
|
-
clamp (0.
|
|
14
|
-
diff-lcs (1.2.
|
|
15
|
-
excon (0.
|
|
13
|
+
clamp (0.6.1)
|
|
14
|
+
diff-lcs (1.2.4)
|
|
15
|
+
excon (0.22.1)
|
|
16
16
|
insist (0.0.8)
|
|
17
|
-
mime-types (1.
|
|
18
|
-
multi_json (1.7.
|
|
17
|
+
mime-types (1.23)
|
|
18
|
+
multi_json (1.7.6)
|
|
19
19
|
rest-client (1.6.7)
|
|
20
20
|
mime-types (>= 1.16)
|
|
21
21
|
rspec (2.13.0)
|
data/logplex-client.gemspec
CHANGED
|
@@ -17,13 +17,13 @@ Gem::Specification.new do |gem|
|
|
|
17
17
|
gem.version = Logplex::Client::VERSION
|
|
18
18
|
|
|
19
19
|
# For command line flag parsing, etc.
|
|
20
|
-
gem.add_dependency "clamp"
|
|
20
|
+
gem.add_dependency "clamp"
|
|
21
21
|
|
|
22
22
|
# For json parsing
|
|
23
23
|
gem.add_dependency "multi_json"
|
|
24
24
|
|
|
25
25
|
# For HTTP stuff that RestClient can't handle
|
|
26
|
-
gem.add_dependency "excon", "~> 0.
|
|
26
|
+
gem.add_dependency "excon", "~> 0.22.1"
|
|
27
27
|
|
|
28
28
|
# For general HTTP access to REST-ish APIs
|
|
29
29
|
gem.add_dependency "rest-client"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logplex-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,24 +10,24 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-
|
|
13
|
+
date: 2013-06-10 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: clamp
|
|
17
17
|
requirement: !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
|
-
- -
|
|
20
|
+
- - ! '>='
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 0
|
|
22
|
+
version: '0'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
26
26
|
none: false
|
|
27
27
|
requirements:
|
|
28
|
-
- -
|
|
28
|
+
- - ! '>='
|
|
29
29
|
- !ruby/object:Gem::Version
|
|
30
|
-
version: 0
|
|
30
|
+
version: '0'
|
|
31
31
|
- !ruby/object:Gem::Dependency
|
|
32
32
|
name: multi_json
|
|
33
33
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -51,7 +51,7 @@ dependencies:
|
|
|
51
51
|
requirements:
|
|
52
52
|
- - ~>
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 0.
|
|
54
|
+
version: 0.22.1
|
|
55
55
|
type: :runtime
|
|
56
56
|
prerelease: false
|
|
57
57
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -59,7 +59,7 @@ dependencies:
|
|
|
59
59
|
requirements:
|
|
60
60
|
- - ~>
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 0.
|
|
62
|
+
version: 0.22.1
|
|
63
63
|
- !ruby/object:Gem::Dependency
|
|
64
64
|
name: rest-client
|
|
65
65
|
requirement: !ruby/object:Gem::Requirement
|