circuit_switch 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: 8e327f0f981b9690cd6115067a3ede6d399d3ea25fb905da56629c58954b7db4
4
- data.tar.gz: 75b1a01d86987a360a0e898180d382d56358efe14f681156ed3d4f60998bdfea
3
+ metadata.gz: b729bf949fe4ac1ac72d71ddd5610aa0dfc2a10baed31dd72d13bb36540c1181
4
+ data.tar.gz: c2e9135c66f0c7b4bfe45d9984e3e111c852ea83a63eebd71d2d3deb3ebeb9e7
5
5
  SHA512:
6
- metadata.gz: 403ae1fd2a6e17d2834b07ce745ecf5787342bb6177544ac15c9e53d09d4b1782dbc50311e78519b0298f8a644af2d4b9ff14d4eb976ea90418c0a8c008bd907
7
- data.tar.gz: fa0a9770084140cdc794b39b15d60f5694a8f1cc98b8146e3ee0a7a6d7eb9c08117206208f3b019ec39c18ce11bfeaaa158fcd9c2d5e9ee0fa9d37d07f2c9b49
6
+ metadata.gz: a4a00c89177c4ea5efd74da1019ba37b18e06ecf241b428d7a45b31eec20d5040e39f6f0e5549f38ffad8f39f287014ba5922913e13d6dd56e1abd1661028d79
7
+ data.tar.gz: 9d010114e183f72c769f97967d69d4271d00f242e758535a418dc5401cf8f42696a372ef1f89e16ecb7760d2d280fc8d6a2f8c8208bf5146969a664a11a8e452
data/CHANGELOG.md ADDED
@@ -0,0 +1,3 @@
1
+ ## 0.1.1
2
+
3
+ * Fix bug due_date is not set.
@@ -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
- # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
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.
@@ -26,7 +26,7 @@ module CircuitSwitch
26
26
  end
27
27
 
28
28
  def due_date
29
- @due_date = Date.today + 10
29
+ @due_date ||= Date.today + 10
30
30
  end
31
31
 
32
32
  def with_backtrace
@@ -1,3 +1,3 @@
1
1
  module CircuitSwitch
2
- VERSION = "0.1.0"
2
+ VERSION = '0.1.1'
3
3
  end
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.0
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-04 00:00:00.000000000 Z
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: