komoju 0.0.7 → 0.0.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.
- checksums.yaml +5 -5
- data/.gitignore +1 -0
- data/README.md +1 -1
- data/komoju.gemspec +1 -1
- data/lib/komoju/client.rb +741 -1336
- data/lib/komoju/version.rb +1 -1
- metadata +7 -9
- data/Gemfile.lock +0 -37
data/lib/komoju/version.rb
CHANGED
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: komoju
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Richard Ramsden
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-04-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: heroics
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0
|
19
|
+
version: '0'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0
|
26
|
+
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: moneta
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -105,7 +105,6 @@ files:
|
|
105
105
|
- ".gitignore"
|
106
106
|
- ".gitmodules"
|
107
107
|
- Gemfile
|
108
|
-
- Gemfile.lock
|
109
108
|
- LICENSE.txt
|
110
109
|
- README.md
|
111
110
|
- Rakefile
|
@@ -135,8 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
134
|
- !ruby/object:Gem::Version
|
136
135
|
version: '0'
|
137
136
|
requirements: []
|
138
|
-
|
139
|
-
rubygems_version: 2.5.1
|
137
|
+
rubygems_version: 3.0.3
|
140
138
|
signing_key:
|
141
139
|
specification_version: 4
|
142
140
|
summary: Komoju Ruby Bindings
|
data/Gemfile.lock
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
komoju (0.0.6)
|
5
|
-
heroics (= 0.0.21)
|
6
|
-
moneta
|
7
|
-
|
8
|
-
GEM
|
9
|
-
remote: https://rubygems.org/
|
10
|
-
specs:
|
11
|
-
ansi (1.5.0)
|
12
|
-
erubis (2.7.0)
|
13
|
-
excon (0.55.0)
|
14
|
-
heroics (0.0.21)
|
15
|
-
erubis (~> 2.0)
|
16
|
-
excon
|
17
|
-
multi_json (>= 1.9.2)
|
18
|
-
minitest (4.7.5)
|
19
|
-
moneta (1.0.0)
|
20
|
-
multi_json (1.12.1)
|
21
|
-
rake (10.5.0)
|
22
|
-
turn (0.9.7)
|
23
|
-
ansi
|
24
|
-
minitest (~> 4)
|
25
|
-
|
26
|
-
PLATFORMS
|
27
|
-
ruby
|
28
|
-
|
29
|
-
DEPENDENCIES
|
30
|
-
bundler (~> 1.7)
|
31
|
-
komoju!
|
32
|
-
minitest (= 4.7.5)
|
33
|
-
rake (~> 10.0)
|
34
|
-
turn
|
35
|
-
|
36
|
-
BUNDLED WITH
|
37
|
-
1.13.7
|