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 +4 -4
- data/CHANGELOG.md +4 -0
- data/CHANGELOG/1.0.1.md +11 -0
- data/Gemfile.lock +2 -2
- data/getto-initialize_with.gemspec +1 -1
- data/lib/getto/initialize_with/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 284c4e41b0677af9606e38702d2a4e871a518a9acd1a51138181bd6c89940703
|
4
|
+
data.tar.gz: fc73b595575b45781d1e7eac6ffe9025dba383027d15a3fa53e797a2d5bc9fce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2498aae161706760f86355fbf3abefc90dd1ef1cc91506fe961b724819f6ccd6779a158c3b9c121de9065602670af6c1b5b1def2344d17d1d60259c717f1efa8
|
7
|
+
data.tar.gz: 051c33f5ec9051f059b8f0862c01c673c16ddb470951411609b79939fd5a369d6ac4cfc9610bbfed51b5c223883fbeb2a06387391fd87229f679f4c36c5e9663
|
data/CHANGELOG.md
CHANGED
data/CHANGELOG/1.0.1.md
ADDED
data/Gemfile.lock
CHANGED
@@ -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.
|
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.
|
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-
|
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: {}
|