json_schematize 0.1.0 → 0.2.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: cba47a2b20c23bb096ad36a9f71c0ebb8608da8b5ecf42746dcb7c1c223b4aeb
4
- data.tar.gz: 227345574280f3dc5de25990b600976393e2bb6f970370b90cf00d1a371913e4
3
+ metadata.gz: 6003a56233d3d53c7eb0000e6c96b93a6c4ce737eb810a894fb4096ee1890dcf
4
+ data.tar.gz: def4f9ac3e80f7562ac8a71bd15846d281013b973a9daa3ea2ca32ac16d32121
5
5
  SHA512:
6
- metadata.gz: d53863642a7b6b1fec0e22917508ee6c9a0a8a6452ea36955f3d8349878edf42487d267978d4175f3da72b0fc87651b66f4f4a28a3c1a98b7cc8c61858b0eb1e
7
- data.tar.gz: 639c2eabdcabb64fbbcc89aa83e8e6f9e314424d2bcc31a44b710aef887e98fda3a2120edae8952c2ff3d34caacbaf450a5a40ed06417397d68743c7883c9a60
6
+ metadata.gz: a2aadc534091f64fd84b031c97030f4e6739c8ea65ab0d2280644ccff147ec3002ced4236d0ef9d65f4b5ae43ab7fe2e902b336a3f7ee7ababe5e2710e88fafc
7
+ data.tar.gz: b6b0382a87707bb66a4e57b804401213914f7792a903d98d61fa3ad4d2c640326822135cc3b435972a36bab38bd6752e27a6447d44ef03fe0200eb522c6245c4
data/.circleci/config.yml CHANGED
@@ -182,8 +182,8 @@ workflows:
182
182
  - publish-rubygems:
183
183
  requires:
184
184
  - required-matrix-tests
185
- # filters:
186
- # branches:
187
- # only:
188
- # - main
185
+ filters:
186
+ branches:
187
+ only:
188
+ - main
189
189
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- json_schematize (0.1.0)
4
+ json_schematize (0.2.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Matt Taylor"]
9
9
  spec.email = ["mattius.taylor@gmail.com"]
10
10
 
11
- spec.summary = "Describe the gem here"
12
- spec.description = "Describe the gem here"
11
+ spec.summary = "This gem gives you the ability to turn API results into a standardized schema's that can be easily grocked"
12
+ spec.description = "Take standardized API results and turn them into a Schema"
13
13
  spec.homepage = "https://github.com/matt-taylor/json_schematize"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JsonSchematize
4
- VERSION = "0.1.0"
4
+ VERSION = "0.2.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json_schematize
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Taylor
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 0.17.0
69
- description: Describe the gem here
69
+ description: Take standardized API results and turn them into a Schema
70
70
  email:
71
71
  - mattius.taylor@gmail.com
72
72
  executables: []
@@ -117,5 +117,6 @@ requirements: []
117
117
  rubygems_version: 3.2.3
118
118
  signing_key:
119
119
  specification_version: 4
120
- summary: Describe the gem here
120
+ summary: This gem gives you the ability to turn API results into a standardized schema's
121
+ that can be easily grocked
121
122
  test_files: []