lolreplay 0.1 → 0.1.1
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/lolreplay-0.1.gem +0 -0
- data/lolreplay.gemspec +2 -1
- metadata +13 -2
data/lolreplay-0.1.gem
ADDED
|
Binary file
|
data/lolreplay.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = %q{lolreplay}
|
|
3
|
-
s.version = "0.1"
|
|
3
|
+
s.version = "0.1.1"
|
|
4
4
|
s.date = %q{2011-12-11}
|
|
5
5
|
s.authors = ["Sam Rose"]
|
|
6
6
|
s.email = %q{samwho@lbak.co.uk}
|
|
@@ -9,6 +9,7 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.description = %q{Allows for access of the metadata in a LoL Replay .lrf file.}
|
|
10
10
|
s.required_ruby_version = '>= 1.9.2'
|
|
11
11
|
s.license = 'GPL-2'
|
|
12
|
+
s.add_dependency "json"
|
|
12
13
|
|
|
13
14
|
# Add all files to the files parameter.
|
|
14
15
|
s.files = []
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lolreplay
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,18 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2011-12-11 00:00:00.000000000Z
|
|
13
|
-
dependencies:
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: json
|
|
16
|
+
requirement: &77463390 !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '0'
|
|
22
|
+
type: :runtime
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: *77463390
|
|
14
25
|
description: Allows for access of the metadata in a LoL Replay .lrf file.
|
|
15
26
|
email: samwho@lbak.co.uk
|
|
16
27
|
executables: []
|