xpost 0.1.3.2 → 0.1.3.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: d53b5036d879ad363041c6f2cfb8d9971348274e
4
- data.tar.gz: 8d5fabbb2d8acc355d508b7958cbd2bf1fa2d1d0
2
+ SHA256:
3
+ metadata.gz: fc907dfe9463a9ae1ddf666c99137575baa7bbac8eab8d4c86f14c4d204037c2
4
+ data.tar.gz: f0470ed297ea5c84c30c0a0e39ce34cbce9c4aec46c293fe4729674143a3b460
5
5
  SHA512:
6
- metadata.gz: e9e56b6f038b60194296aa9c6599927878a934357c6bd368cf6d53621566bf95378ea6d47058b3ce0208d10bb70cd9b5422d0aaee35e11321f890d7191767cf9
7
- data.tar.gz: 5568190538ba950bb0a7f2f7da8b2a4a20c622134e23a9ff5228f8f1bd0d7b435728f4e54d88a9626f20aba4a841ffd001e7d5ff54501f4763bbc7f11c62056c
6
+ metadata.gz: 85c5b2c753f3c9845f9efc472dd7633f8b549cea7077e0fa40bb016a1ca0aaac5cb0e9086cff3ca1e2ca009eb75513fe7f61f49f43836dce007da8b8415d79b2
7
+ data.tar.gz: f83068498e50f178ca74b0c93a7d2f8d5056ed34128869452208e6b92670fbc30da85abc5cb7f987dd0e599627e5f43236bdfe95f26385a9bc503c0794c4af79
data/.DS_Store CHANGED
File without changes
data/.gitignore CHANGED
File without changes
data/.rspec CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
data/TODO.md CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module Xpost
2
- VERSION = "0.1.3.2"
2
+ VERSION = "0.1.3.3"
3
3
  end
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -17,7 +17,8 @@ Gem::Specification.new do |s|
17
17
  s.files = `git ls-files`.split("\n")
18
18
  s.require_paths = ["lib"]
19
19
 
20
- s.add_dependency 'activemodel', '~> 5.1'
20
+ s.add_runtime_dependency 'activemodel', '~> 5.1'
21
+
21
22
  s.add_dependency 'typhoeus', '~> 1.3'
22
23
  s.add_dependency 'factory_bot', '~> 4.8'
23
24
  s.add_dependency 'fast_jsonapi', '~> 1.3'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xpost
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.2
4
+ version: 0.1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Marquez
@@ -201,8 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  - !ruby/object:Gem::Version
202
202
  version: '0'
203
203
  requirements: []
204
- rubyforge_project:
205
- rubygems_version: 2.6.14
204
+ rubygems_version: 3.0.1
206
205
  signing_key:
207
206
  specification_version: 4
208
207
  summary: xpost Ruby API