socialfred 0.2.2 → 0.2.3

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: b559cfec32ea0140e747b97aee8f920e08c8ed01871c48247086ac4579153c2e
4
- data.tar.gz: c134c68092d6bce0560781f3460be1b793cd8f1bf5287a68eba27f0a96d94c20
3
+ metadata.gz: ca6fb91232f5dac4b42a2b06b16ba6df4fae263e2c514f2d70d57ffe4f19bfbb
4
+ data.tar.gz: dee8f2c59bbb32bcf8011d0295d6559503ff12f33c364ccca945325a3b27861c
5
5
  SHA512:
6
- metadata.gz: 1c797cf6b9d3f41621ba72ff80da5c14df24d6d71aeab8534a0e9b4948f17f5426c9661faff9bf300f49c22ea7ca69ee7b1072505a5f55a5ad5bc7133882fce3
7
- data.tar.gz: 53b5c11d5db48e048db96dd45cd86455233bdfe93d16c5422cd3ef70fdd02119747d021c4bb961fcb3c8f2fe0a3b28f406404268beac4b164b99a411374b1034
6
+ metadata.gz: c237e66fee876ddeff3c1c2c8b5725d9262e92cd6bcd653e7c2141d1fd51b49f77ddc34a49eff6aea99f682c43f323c1abfa476618d56e41f17a22f2453e3caa
7
+ data.tar.gz: 8575e1944034484d44d90fc3708c62492f4a2351d6c025e7b035a3611846856db70f7c1ee997a8bc237d20f88a7929123fc50b741571dd35bcf83fd9d1c32316
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- socialfred (0.2.2)
4
+ socialfred (0.2.3)
5
5
  faraday (>= 0.9.0)
6
6
  json (~> 2.2)
7
7
 
@@ -42,7 +42,7 @@ module Socialfred
42
42
  JSON.parse(response.body)
43
43
  end
44
44
 
45
- def update(social_post_id, publish_at: nil, text:, images: nil, options: nil)
45
+ def update(social_post_id, publish_at: nil, text: nil, images: nil, options: nil)
46
46
  check_images(images) if images
47
47
 
48
48
  publish_at = Time.parse(publish_at.to_s).iso8601 if publish_at
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Socialfred
4
- VERSION = '0.2.2'
4
+ VERSION = '0.2.3'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: socialfred
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Krasnoperov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-03 00:00:00.000000000 Z
11
+ date: 2019-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday