trello_client 0.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/trello/client.rb +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e5c779e36114f2309f9e980b8d43575b55833a27
4
- data.tar.gz: c38c51619feccd92c41acc5f5bdc55f5d827a3f6
3
+ metadata.gz: a70de229170704d52d9be69475041d06a8f2cbaf
4
+ data.tar.gz: 8dee3272710f1e460cd65c766d249d7393947604
5
5
  SHA512:
6
- metadata.gz: e8a3a827c01cf51635758a0f28b536b46371c925ecb38353fcb80b0ac90fc63f48ada965592ae2aeb0b844a600b5f02a67213ff0e59f1b9bfc5e4fdbe0b1143c
7
- data.tar.gz: e1a931da0a13a7317b574fc56ac380ae301a56ac74ab498e6abe98d7dbd31a91f4a38d22e9a3e77b461979fa146b50fcc461fb01312cfe09797656e79142a850
6
+ metadata.gz: b16c87ab510cb28325f4e4183e05fec8ee973faae67c7339293997f6272304409e14b0aed29c687bc921f9c69fb79030cb2d89a4d2345aadbf50bd4bdff829ce
7
+ data.tar.gz: 43731b7d855ebc392efa9197ba652476ff4d8b7c134dbaf76268603c3725c5ce913eb02b034684c325e1a9f4250ca3062c177cf6a04d04e8c8b05128fda7733f
data/lib/trello/client.rb CHANGED
@@ -3,7 +3,7 @@ require "trello/net_http_client"
3
3
  module Trello
4
4
  class Client
5
5
  BASE_URL = "https://api.trello.com"
6
- VERSION = "0.0.1"
6
+ VERSION = "0.1.1"
7
7
 
8
8
  def initialize(key:, token:)
9
9
  raise unless key && token
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trello_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chen Huang