tweetkit 0.1.1 → 0.1.2

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: c9fe5ece4cef00bc50ac604a61d38321fb9aeeef648f6586696d0c1b1e14391c
4
- data.tar.gz: bafdeeda01397333a669aa4dc5eb9021b3c934995a82b1116de74e5f8a7202f9
3
+ metadata.gz: bbe5383237873cc70fc690eae61657b0641dc028dd7111d075ec3e69ec02655d
4
+ data.tar.gz: a24ddbb318a39976f38efbc96d6819d2504f883a991774aa6d42c657a86d551b
5
5
  SHA512:
6
- metadata.gz: e832b0ac7583b4604eca6db1a79615ea86d984191cdd03efcae7fa44215b5a8d1bd78b760312d7e544c595f6c24843983b54e87b4d8f58dfee6e4fa828ea6f9f
7
- data.tar.gz: '045117388ada745f039095a51a0e59583509d984eb8bdab308366b14e27dc8908a5849d7f5da436c480ea1fd1b415e87201ee0174298d6ce2f150f4bc7925bd8'
6
+ metadata.gz: d6d7b9ac9f3b053d03fc722c30c110a818ebe8d8775df5ffa616751fdfcd0cb7d689c1f9d0e28a8e03e38ceff6ef322d7c05b15e48d3815b0e94482261eaa636
7
+ data.tar.gz: c22139dfd9c9a8d79fc71b760645bfe9da4654da9bf136e64ef97a9d048396a240294e27547910fb6a0e9f8f9c1f96c0d1bc179491de7ca61aa7257dd2a018f9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tweetkit (0.1.0)
4
+ tweetkit (0.1.1)
5
5
  faraday (>= 0.9)
6
6
  faraday_middleware (~> 1.0.0)
7
7
  simple_oauth (~> 0.3.0)
@@ -10,19 +10,23 @@ GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
12
  coderay (1.1.3)
13
- faraday (1.4.2)
13
+ faraday (1.5.1)
14
14
  faraday-em_http (~> 1.0)
15
15
  faraday-em_synchrony (~> 1.0)
16
16
  faraday-excon (~> 1.1)
17
+ faraday-httpclient (~> 1.0.1)
17
18
  faraday-net_http (~> 1.0)
18
19
  faraday-net_http_persistent (~> 1.1)
20
+ faraday-patron (~> 1.0)
19
21
  multipart-post (>= 1.2, < 3)
20
22
  ruby2_keywords (>= 0.0.4)
21
23
  faraday-em_http (1.0.0)
22
24
  faraday-em_synchrony (1.0.0)
23
25
  faraday-excon (1.1.0)
26
+ faraday-httpclient (1.0.1)
24
27
  faraday-net_http (1.0.1)
25
28
  faraday-net_http_persistent (1.1.0)
29
+ faraday-patron (1.0.0)
26
30
  faraday_middleware (1.0.0)
27
31
  faraday (~> 1.0)
28
32
  method_source (1.0.0)
@@ -1,5 +1,4 @@
1
1
  require 'json'
2
- require 'pry'
3
2
 
4
3
  module Tweetkit
5
4
  class Response
@@ -1,3 +1,3 @@
1
1
  module Tweetkit
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tweetkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Foo