circuit_switch 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/circuit_switch.gemspec +1 -1
- data/lib/circuit_switch/configuration.rb +1 -1
- data/lib/circuit_switch/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b729bf949fe4ac1ac72d71ddd5610aa0dfc2a10baed31dd72d13bb36540c1181
|
4
|
+
data.tar.gz: c2e9135c66f0c7b4bfe45d9984e3e111c852ea83a63eebd71d2d3deb3ebeb9e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4a00c89177c4ea5efd74da1019ba37b18e06ecf241b428d7a45b31eec20d5040e39f6f0e5549f38ffad8f39f287014ba5922913e13d6dd56e1abd1661028d79
|
7
|
+
data.tar.gz: 9d010114e183f72c769f97967d69d4271d00f242e758535a418dc5401cf8f42696a372ef1f89e16ecb7760d2d280fc8d6a2f8c8208bf5146969a664a11a8e452
|
data/CHANGELOG.md
ADDED
data/circuit_switch.gemspec
CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|
14
14
|
|
15
15
|
spec.metadata["homepage_uri"] = spec.homepage
|
16
16
|
spec.metadata["source_code_uri"] = 'https://github.com/makicamel/circuit_switch'
|
17
|
-
|
17
|
+
spec.metadata["changelog_uri"] = 'https://github.com/makicamel/circuit_switch/CHANGELOG.md'
|
18
18
|
|
19
19
|
# Specify which files should be added to the gem when it is released.
|
20
20
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: circuit_switch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- makicamel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activejob
|
@@ -103,6 +103,7 @@ extensions: []
|
|
103
103
|
extra_rdoc_files: []
|
104
104
|
files:
|
105
105
|
- ".gitignore"
|
106
|
+
- CHANGELOG.md
|
106
107
|
- CODE_OF_CONDUCT.md
|
107
108
|
- Gemfile
|
108
109
|
- LICENSE.txt
|
@@ -134,6 +135,7 @@ licenses:
|
|
134
135
|
metadata:
|
135
136
|
homepage_uri: https://github.com/makicamel/circuit_switch
|
136
137
|
source_code_uri: https://github.com/makicamel/circuit_switch
|
138
|
+
changelog_uri: https://github.com/makicamel/circuit_switch/CHANGELOG.md
|
137
139
|
post_install_message:
|
138
140
|
rdoc_options: []
|
139
141
|
require_paths:
|