repltalk 4.4.0 → 4.5.0

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: 95d4d159cc45dc30677912ab1b44b9e9439fb12248119430334987a8a11275df
4
- data.tar.gz: 5faf5eeb5e8de1b0d87e17903fac87e178ca12aa5531bfae41a52a170fa7754b
3
+ metadata.gz: 229806852befc44d228b1cd9a9417c1a6db0aa57e7d009b73ed408a26eed66ca
4
+ data.tar.gz: dee45711ffa9ad54f90b2f6ecf001d4a4beb219c1e0639b1f91f90ad864841ec
5
5
  SHA512:
6
- metadata.gz: d4a6228db66bf89454a6587e4e4cdd470f3b3f38bc354b4ea37209acc8d9a5b7c01043800cddcd01dca6bafa28b9b3a042c80a6a748bf7c3b5aac50f6c5a1a45
7
- data.tar.gz: 00f21639a3fcf8f8294ac8b596817b548f216da6e75560629ebbac7a1f3098edbd5c94510eccf25176b26ab67587ac4a5ec3cf1178c62ff4177fc0229a5de254
6
+ metadata.gz: 2564f4af626f4945445f5d04aeb1142d1ec8768c3227363c6f5e665dab073def8e085d8232c4164141cc2cb132a020ff0fa53279d2f5cfcff2d154be8875e749
7
+ data.tar.gz: 9bb9cea224e617a1c23b9db38de0954b98686213493b665442e5842784735d4c95a5032fcb05fc024c27a3dabbbdf0a12c0701c24a192fd5ecb112a3be934d4b
@@ -43,9 +43,6 @@ module ReplTalk
43
43
 
44
44
  TAG = "
45
45
  id
46
- replCount
47
- replsTaggedTodayCount
48
- creatorCount
49
46
  "
50
47
 
51
48
  REPL = "
@@ -55,16 +55,12 @@ module ReplTalk
55
55
 
56
56
 
57
57
  class Tag
58
- attr_reader :id, :repl_count, :creator_count, :is_trending, :repls_tagged_today_count
58
+ attr_reader :id
59
59
 
60
60
  def initialize(client, tag)
61
61
  @client = client
62
62
 
63
63
  @id = tag["id"]
64
- @repl_count = tag["replCount"]
65
- @is_trending = tag["isTrending"]
66
- @creator_count = tag["creatorCount"]
67
- @repls_tagged_today_count = tag["replsTaggedTodayCount"]
68
64
  end
69
65
 
70
66
  def get_repls(count: nil, after: nil)
data/lib/repltalk.rb CHANGED
@@ -4,5 +4,5 @@ require_relative "repltalk/structures"
4
4
 
5
5
  module ReplTalk
6
6
  $BASE_URL = "https://replit.com"
7
- VERSION = "4.4.0"
7
+ VERSION = "4.5.0"
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repltalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.0
4
+ version: 4.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - CodingCactus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-23 00:00:00.000000000 Z
11
+ date: 2022-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http