protoboard 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/protoboard/version.rb +1 -1
- data/protoboard.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 175b3b992b54ff76843bfe76a7620697cd23e9bd
|
4
|
+
data.tar.gz: cd9019c9ca9d549a474a5c81f5a1589007d4d771
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bcd43fe58d6220e9aac388a51554b588c7cefd741466d0a2b6574c0b678fc324552974a4df3d4b90b7285a9e947c1dcc3b577dde73182bec670c30a47f1e44c2
|
7
|
+
data.tar.gz: f1cf6e3833ceac3ef295c424dcd3932769a6888340bf04b389237a915ac162388b24ac78567c530ebeed7fd480ece6bbe07fa662e140a08c42295f3aecf83879
|
data/Gemfile.lock
CHANGED
data/lib/protoboard/version.rb
CHANGED
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
|
-
|
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.
|
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.
|
166
|
+
rubygems_version: 2.6.8
|
167
167
|
signing_key:
|
168
168
|
specification_version: 4
|
169
|
-
summary: Protoboard abstracts the way you use Circuit
|
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: []
|