getto-initialize_with 1.0.0 → 1.0.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: 8390a1cecd529d261ee4739f6c6dcc4aab4aff3ace07d80bf543f3120bc269ad
4
- data.tar.gz: 5b06d90193937dd9884139557a62c5d6d65f143f389a4975b538f6cb98862258
3
+ metadata.gz: 284c4e41b0677af9606e38702d2a4e871a518a9acd1a51138181bd6c89940703
4
+ data.tar.gz: fc73b595575b45781d1e7eac6ffe9025dba383027d15a3fa53e797a2d5bc9fce
5
5
  SHA512:
6
- metadata.gz: d38396eabfd984069c8fd33de0660e1432a63ae5e3d2f11bb493bc8430e63c7cbce1cdb74665486fe24f905a829a1379289dbf9cba664e91893aed656fc57d84
7
- data.tar.gz: 44cb6a4aba0eb3454f1276a12f558ce334c8894b6b2c453cafba702ad3393f1f03fc8638435fa594cb07b88ee60b62b4b599afd7db32cd60de2e14f67dd79a0c
6
+ metadata.gz: 2498aae161706760f86355fbf3abefc90dd1ef1cc91506fe961b724819f6ccd6779a158c3b9c121de9065602670af6c1b5b1def2344d17d1d60259c717f1efa8
7
+ data.tar.gz: 051c33f5ec9051f059b8f0862c01c673c16ddb470951411609b79939fd5a369d6ac4cfc9610bbfed51b5c223883fbeb2a06387391fd87229f679f4c36c5e9663
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # Version : 1.0.1
2
+
3
+ fix: metadata
4
+
1
5
  # Version : 1.0.0
2
6
 
3
7
  version: 1.0.0
@@ -0,0 +1,11 @@
1
+ # Version : 1.0.1
2
+
3
+ fix: metadata
4
+
5
+ ## commits
6
+
7
+ * fix: metadata
8
+ * patch version up
9
+ * patch version
10
+ * fix: test-helper
11
+ * fix: test_helper
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getto-initialize_with (1.0.0)
4
+ getto-initialize_with (1.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -27,4 +27,4 @@ DEPENDENCIES
27
27
  simplecov (~> 0.16)
28
28
 
29
29
  BUNDLED WITH
30
- 1.16.2
30
+ 1.16.6
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.summary = %q{initialize_with helper}
14
14
  spec.description = %q{Define initialize method that require specific parameters}
15
- spec.homepage = "https://github.com/getto-systems/getto-initialize_with"
15
+ spec.homepage = "https://github.com/getto-systems/rubygems-getto-initialize_with"
16
16
  spec.license = "MIT"
17
17
 
18
18
  # Specify which files should be added to the gem when it is released.
@@ -1,5 +1,5 @@
1
1
  module Getto
2
2
  module InitializeWith
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getto-initialize_with
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - shun@getto.systems
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-10-27 00:00:00.000000000 Z
11
+ date: 2018-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,6 +86,7 @@ files:
86
86
  - CHANGELOG/0.4.0.md
87
87
  - CHANGELOG/0.5.0.md
88
88
  - CHANGELOG/1.0.0.md
89
+ - CHANGELOG/1.0.1.md
89
90
  - Gemfile
90
91
  - Gemfile.lock
91
92
  - LICENSE
@@ -94,7 +95,7 @@ files:
94
95
  - getto-initialize_with.gemspec
95
96
  - lib/getto/initialize_with.rb
96
97
  - lib/getto/initialize_with/version.rb
97
- homepage: https://github.com/getto-systems/getto-initialize_with
98
+ homepage: https://github.com/getto-systems/rubygems-getto-initialize_with
98
99
  licenses:
99
100
  - MIT
100
101
  metadata: {}