onlinesim 1.0.10 → 1.0.12

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: 60e7e8d4aa181ad4fd6c00fb400393fac26d2fa9ba7e53c69049b28b3e5998e4
4
- data.tar.gz: 28cdf576b19450b672f3ddd9b849696f920a661dc142aa4d661538d7f4f25da4
3
+ metadata.gz: dc609c7fa536bec1b39a92a5d72f970b01670914c22bc9fbd39e1f8d5a2d4370
4
+ data.tar.gz: 4f3b5c50ddc9e8bcf61c98e5d4baddac9abacdc242663d9cac6c3d1db38fee30
5
5
  SHA512:
6
- metadata.gz: 55cac28abd8ddc8de97b9b09d93150d1f7c3bb72bee1780e67f0a166bec2053019c56f42c3e65ccec14ca0208e04edc4d265c5588025045365dab02d1fb6e1ec
7
- data.tar.gz: 328451d812965b56450ab78dc0c409df62f2959d221eee5e02e8607a7dfc3e8dbf3e5758ae08c571c4907d42c698795a39fa311055c4164ba7a61c18dff9d86b
6
+ metadata.gz: 906b569f8269e12de1a036d7dced1f08bdb776230c97fd6e2884b5fca5232c6e85112540860a46e660c7dde58fce85d11ed2d52a7bf329c8e2ed23c12143d32a
7
+ data.tar.gz: 97b36badfc2a693deac34fe0494b1714f6027cdf7d4c1d93a2b412f15ccd82b1b12ef2b956c2f0aac2f9d0452f497f1d68e7c29e8ddf411adae147a116f72af5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- onlinesim (1.0.9)
4
+ onlinesim (1.0.11)
5
5
  faraday (~> 1.0)
6
6
  oj (~> 3.10)
7
7
  thor
@@ -6,7 +6,7 @@ module FaradayOverrides
6
6
  def initialize *args
7
7
  options = args.last
8
8
  options[:ssl] = {verify: false}
9
- options[:proxy] = "http://127.0.0.1:4034"
9
+ # options[:proxy] = "http://127.0.0.1:4034"
10
10
  super
11
11
  end
12
12
  end
@@ -26,7 +26,7 @@ module OnlineSim
26
26
 
27
27
  private
28
28
  def client
29
- @_client ||= Faraday.new('https://onlinesim.ru') do |client|
29
+ @_client ||= Faraday.new('https://onlinesim.host') do |client|
30
30
  client.request :url_encoded
31
31
  client.adapter Faraday.default_adapter
32
32
  client.headers['User-agent'] = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36"
@@ -1,3 +1,3 @@
1
1
  module Onlinesim
2
- VERSION = "1.0.10"
2
+ VERSION = "1.0.12"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onlinesim
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.10
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - s00d
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-18 00:00:00.000000000 Z
11
+ date: 2023-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  - !ruby/object:Gem::Version
117
117
  version: '0'
118
118
  requirements: []
119
- rubygems_version: 3.2.27
119
+ rubygems_version: 3.3.26
120
120
  signing_key:
121
121
  specification_version: 4
122
122
  summary: onlinesim.ru Ruby API wrapper