url_builder 0.1.0 → 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b8b72829b787ec5055b35e86442c636ec2ac0a407df01d3ab42b5c886fda301
4
- data.tar.gz: c2974c6ca969693e7c7d6f9de9007d6c3f4a0e71d558cd106777fea66d7e0707
3
+ metadata.gz: b35feec63b5a02cd7ac051972820da990002de9d2c180f0e42b060639a3e1bbb
4
+ data.tar.gz: 8af43fd58b07f189ec6ec1af9c58f5f1990aecd2390bbdce4fbbf011502b74d4
5
5
  SHA512:
6
- metadata.gz: fca4e15976d4a029a08d1319fa3b23851cc83fbf609ecac9db84d6cd9a5fd53cf7f8db0afab03db6f07d38743bf75913c6c697ce37e8618c7171650e210ff649
7
- data.tar.gz: acaa931863a6557d83e998400f487ab67bd9c49baa59b43b9a15035c8ee1b1179d34492b59c83ba083ce7fc78da0e8e71c6ae15fbdfc3832b2daae6cbad634b5
6
+ metadata.gz: ebf4a5ac2805174e6a7a52074d5384bbc8973c189d246a2e4b409fa9de817875987f78785a787ce46142d9aceca267bd9cf5fb04affa38f6711fb654b3e6ebe5
7
+ data.tar.gz: a0865fc25860d03a19b430863fa0de9cafefb0a3115391897ee7f43383d1435a5d63eefb1a30b2a09145691d7ab081cd1bd08d65cb745c76307568b2a9078c1b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- url_builder (0.1.0)
4
+ url_builder (0.1.1)
5
5
  activesupport (~> 7.0)
6
6
 
7
7
  GEM
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UrlBuilder
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/url_builder.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Sean Dickinson"]
9
9
  spec.email = ["contact@seandickinson.dev"]
10
10
 
11
- spec.summary = "A Ruby Class to create URLs using the builder pattern"
12
- spec.description = "See the github page for more details"
11
+ spec.summary = "A Ruby class to create URLs using the builder pattern"
12
+ spec.description = "An implementation of the builder design pattern in Ruby to create URLs"
13
13
  spec.homepage = "https://github.com/atinybeardedman/url-builder"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.6.0"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: url_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Dickinson
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '7.0'
41
- description: See the github page for more details
41
+ description: An implementation of the builder design pattern in Ruby to create URLs
42
42
  email:
43
43
  - contact@seandickinson.dev
44
44
  executables: []
@@ -83,5 +83,5 @@ requirements: []
83
83
  rubygems_version: 3.3.3
84
84
  signing_key:
85
85
  specification_version: 4
86
- summary: A Ruby Class to create URLs using the builder pattern
86
+ summary: A Ruby class to create URLs using the builder pattern
87
87
  test_files: []