protoboard 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 3724f36f72e98c1dbb8fd27ee43700e8b878da75
4
- data.tar.gz: 01aee471ca195a9b014cb3a2edd9888a381db783
3
+ metadata.gz: 175b3b992b54ff76843bfe76a7620697cd23e9bd
4
+ data.tar.gz: cd9019c9ca9d549a474a5c81f5a1589007d4d771
5
5
  SHA512:
6
- metadata.gz: 4e81f442a9d343e41cb861cd6bcb2500fead4ab51e24ba3c9375a1cfa8c99979421ab7b10b8bdd582469d648b085795cb2547caaca87a50fb3974d8e7f516a15
7
- data.tar.gz: 6f74eda66ac8b853881201e614d59e3dd0fd4699e2382ceac90c6cbb50b0d33b3e914410d7d4675baacb094ee18b21e9177616c3b36e07cc4e355949f19c651f
6
+ metadata.gz: bcd43fe58d6220e9aac388a51554b588c7cefd741466d0a2b6574c0b678fc324552974a4df3d4b90b7285a9e947c1dcc3b577dde73182bec670c30a47f1e44c2
7
+ data.tar.gz: f1cf6e3833ceac3ef295c424dcd3932769a6888340bf04b389237a915ac162388b24ac78567c530ebeed7fd480ece6bbe07fa662e140a08c42295f3aecf83879
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- protoboard (0.1.0)
4
+ protoboard (0.1.2)
5
5
  dry-configurable (~> 0.7.0)
6
6
  stoplight (~> 2.1.3)
7
7
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Protoboard
4
- VERSION = '0.1.1'
4
+ VERSION = '0.1.2'
5
5
  end
data/protoboard.gemspec CHANGED
@@ -11,10 +11,10 @@ Gem::Specification.new do |spec|
11
11
  spec.authors = ['Carlos Atkinson', 'Kelly Bhering']
12
12
  spec.email = ['carlos.atks@gmail.com', 'kellybhering@hotmail.com']
13
13
 
14
- spec.summary = 'Protoboard abstracts the way you use Circuit Breaker' \
15
- 'allowing you to easily use it with any Ruby Object'
14
+ spec.summary = 'Protoboard abstracts the way you use Circuit Breaker allowing you to easily use it with any Ruby Object'
15
+ spec.homepage = 'https://github.com/VAGAScom/protoboard'
16
+
16
17
  # spec.description = %q{TODO: Write a longer description or delete this line.}
17
- # spec.homepage = "TODO: Put your gem's website or public repo URL here."
18
18
  spec.license = 'MIT'
19
19
 
20
20
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: protoboard
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
  - Carlos Atkinson
@@ -143,7 +143,7 @@ files:
143
143
  - lib/protoboard/refinements/string_extensions.rb
144
144
  - lib/protoboard/version.rb
145
145
  - protoboard.gemspec
146
- homepage:
146
+ homepage: https://github.com/VAGAScom/protoboard
147
147
  licenses:
148
148
  - MIT
149
149
  metadata: {}
@@ -163,9 +163,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
163
  version: '0'
164
164
  requirements: []
165
165
  rubyforge_project:
166
- rubygems_version: 2.6.14
166
+ rubygems_version: 2.6.8
167
167
  signing_key:
168
168
  specification_version: 4
169
- summary: Protoboard abstracts the way you use Circuit Breakerallowing you to easily
169
+ summary: Protoboard abstracts the way you use Circuit Breaker allowing you to easily
170
170
  use it with any Ruby Object
171
171
  test_files: []