starcall 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 747f4858cbdbfc589afaea575efb50a1ab13cb6b17ea4c8a00e7d8531372ff45
4
- data.tar.gz: 7343bf8040d4a954f7f9c28724053bfad8d97ea4c145d1a028607b900d539bb3
3
+ metadata.gz: f7a09d7f7d91682427ed719d214c309eb2ea0b26689ffca6f4975b4740b92b9d
4
+ data.tar.gz: abd5c5c07f1106297b7d7f5715067b50ee8dfc1ec3f64bdc3892eac7b1404480
5
5
  SHA512:
6
- metadata.gz: 7d648c379749197d1c35f5a18ffffa6661741a12b704cb1ca10ab27df84c81640c2f56650ee7feb32363276beb222a0bedec5806702a5dc0b19d6c66dad64e7f
7
- data.tar.gz: cd19a5a3963fc1a6240877ebba5f2020c76165b56f12d9d887ee2d3a961c75ec70134252227626527b6b5be0844c951e037facf95a2ab92d5b44d22752db7d29
6
+ metadata.gz: 660f783e08ec030e856886580cc6d4da2161f77ce719a62a997079586410a69edd970f6bd541507cf42015a1a1046461d8b9f9061aaa1d3fc528ed2fcf042b2f
7
+ data.tar.gz: c66145ff56e10d8051d500a4b059315ccd65cb1e970907268c8635b123ee9fa9c2c1c2823a280288c77e197b435669c00c8592a7598cde9ba67f7ab6fdbc391a
@@ -13,8 +13,22 @@ None
13
13
 
14
14
  ---
15
15
 
16
+ ## v0.2.1 - Akali
17
+ ![Akali](http://ddragon.leagueoflegends.com/cdn/10.12.1/img/champion/Akali.png)
18
+
19
+ ### New features
20
+ None
21
+
22
+ ### Changes
23
+ None
24
+
25
+ ### Bug fixes
26
+ - The program now functions correctly with the details in the read me.
27
+
28
+ ---
29
+
16
30
  ## v0.2.0 - Ahri
17
- ![Aatrox](http://ddragon.leagueoflegends.com/cdn/10.12.1/img/champion/Ahri.png)
31
+ ![Ahri](http://ddragon.leagueoflegends.com/cdn/10.12.1/img/champion/Ahri.png)
18
32
 
19
33
  ### New features
20
34
  - Regions
@@ -1,68 +1,68 @@
1
- PATH
2
- remote: .
3
- specs:
4
- starcall (0.2.0)
5
- httparty (~> 0.17)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- ast (2.4.1)
11
- diff-lcs (1.3)
12
- httparty (0.18.1)
13
- mime-types (~> 3.0)
14
- multi_xml (>= 0.5.2)
15
- mime-types (3.3.1)
16
- mime-types-data (~> 3.2015)
17
- mime-types-data (3.2020.0512)
18
- multi_xml (0.6.0)
19
- parallel (1.19.2)
20
- parser (2.7.1.4)
21
- ast (~> 2.4.1)
22
- rainbow (3.0.0)
23
- rake (12.3.3)
24
- regexp_parser (1.7.1)
25
- rexml (3.2.4)
26
- rspec (3.9.0)
27
- rspec-core (~> 3.9.0)
28
- rspec-expectations (~> 3.9.0)
29
- rspec-mocks (~> 3.9.0)
30
- rspec-core (3.9.2)
31
- rspec-support (~> 3.9.3)
32
- rspec-expectations (3.9.2)
33
- diff-lcs (>= 1.2.0, < 2.0)
34
- rspec-support (~> 3.9.0)
35
- rspec-mocks (3.9.1)
36
- diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.9.0)
38
- rspec-support (3.9.3)
39
- rubocop (0.86.0)
40
- parallel (~> 1.10)
41
- parser (>= 2.7.0.1)
42
- rainbow (>= 2.2.2, < 4.0)
43
- regexp_parser (>= 1.7)
44
- rexml
45
- rubocop-ast (>= 0.0.3, < 1.0)
46
- ruby-progressbar (~> 1.7)
47
- unicode-display_width (>= 1.4.0, < 2.0)
48
- rubocop-ast (0.0.3)
49
- parser (>= 2.7.0.1)
50
- rubocop-rspec (1.40.0)
51
- rubocop (>= 0.68.1)
52
- ruby-progressbar (1.10.1)
53
- unicode-display_width (1.7.0)
54
-
55
- PLATFORMS
56
- ruby
57
- x64-mingw32
58
-
59
- DEPENDENCIES
60
- bundler (~> 2.0)
61
- rake (~> 12.3)
62
- rspec (~> 3.0)
63
- rubocop (~> 0.86)
64
- rubocop-rspec (~> 1.40)
65
- starcall!
66
-
67
- BUNDLED WITH
68
- 2.0.2
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ starcall (0.2.1)
5
+ httparty (~> 0.17)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ ast (2.4.1)
11
+ diff-lcs (1.3)
12
+ httparty (0.18.1)
13
+ mime-types (~> 3.0)
14
+ multi_xml (>= 0.5.2)
15
+ mime-types (3.3.1)
16
+ mime-types-data (~> 3.2015)
17
+ mime-types-data (3.2020.0512)
18
+ multi_xml (0.6.0)
19
+ parallel (1.19.2)
20
+ parser (2.7.1.4)
21
+ ast (~> 2.4.1)
22
+ rainbow (3.0.0)
23
+ rake (12.3.3)
24
+ regexp_parser (1.7.1)
25
+ rexml (3.2.4)
26
+ rspec (3.9.0)
27
+ rspec-core (~> 3.9.0)
28
+ rspec-expectations (~> 3.9.0)
29
+ rspec-mocks (~> 3.9.0)
30
+ rspec-core (3.9.2)
31
+ rspec-support (~> 3.9.3)
32
+ rspec-expectations (3.9.2)
33
+ diff-lcs (>= 1.2.0, < 2.0)
34
+ rspec-support (~> 3.9.0)
35
+ rspec-mocks (3.9.1)
36
+ diff-lcs (>= 1.2.0, < 2.0)
37
+ rspec-support (~> 3.9.0)
38
+ rspec-support (3.9.3)
39
+ rubocop (0.86.0)
40
+ parallel (~> 1.10)
41
+ parser (>= 2.7.0.1)
42
+ rainbow (>= 2.2.2, < 4.0)
43
+ regexp_parser (>= 1.7)
44
+ rexml
45
+ rubocop-ast (>= 0.0.3, < 1.0)
46
+ ruby-progressbar (~> 1.7)
47
+ unicode-display_width (>= 1.4.0, < 2.0)
48
+ rubocop-ast (0.0.3)
49
+ parser (>= 2.7.0.1)
50
+ rubocop-rspec (1.40.0)
51
+ rubocop (>= 0.68.1)
52
+ ruby-progressbar (1.10.1)
53
+ unicode-display_width (1.7.0)
54
+
55
+ PLATFORMS
56
+ ruby
57
+ x64-mingw32
58
+
59
+ DEPENDENCIES
60
+ bundler (~> 2.0)
61
+ rake (~> 12.3)
62
+ rspec (~> 3.0)
63
+ rubocop (~> 0.86)
64
+ rubocop-rspec (~> 1.40)
65
+ starcall!
66
+
67
+ BUNDLED WITH
68
+ 2.0.2
@@ -1,7 +1,12 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require 'starcall/api_requests'
4
+ require 'starcall/error'
5
+ require 'starcall/languages'
6
+ require 'starcall/regions'
7
+ require 'starcall/static_data'
3
8
  require 'starcall/version'
4
9
 
10
+ # The root of it all
5
11
  module Starcall
6
- class Error < StandardError; end
7
12
  end
@@ -1,7 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'starcall/error'
4
-
5
3
  module Starcall
6
4
  # This class is used to list and validate languages.
7
5
  class Languages
@@ -1,7 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'starcall/error'
4
-
5
3
  module Starcall
6
4
  # This class is used to list and validate regions.
7
5
  class Regions
@@ -1,9 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'starcall/api_requests'
4
- require 'starcall/regions'
5
- require 'starcall/languages'
6
-
7
3
  module Starcall
8
4
  # This class is used for all things Static Data related.
9
5
  # Using Riots Static data and Data Dragon.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Starcall
4
- VERSION = '0.2.0'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: starcall
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kelvin Samuel