nxt_init 0.1.0 → 0.1.2
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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/nxt_init/version.rb +1 -1
- data/nxt_init.gemspec +2 -2
- 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: a114d10945b4542471672c3c8e33d58b3b1284c30bd005fb76ca91603ecb3d97
|
|
4
|
+
data.tar.gz: ce5041f6cc768f6bd2b672c909994d7938e78d082413091dd55e6b9de2e10508
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6aa8abb8314787aa77f187b91ec44ce7de339c0ab2b714488ce6c5d813796074d01864bcd3fd6220179a8b778bb1c4f269a5eec14f7b9557fafb7d232834a0f3
|
|
7
|
+
data.tar.gz: c726dc8306b2aa821f9dfc2e7d427f833c4923f9e96e35ebaeb65d57c46456aad285ac45a44a6a67c9c43ba5ff634d167833c006a8700043d03c0a2cf62f909a
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/lib/nxt_init/version.rb
CHANGED
data/nxt_init.gemspec
CHANGED
|
@@ -6,10 +6,10 @@ require "nxt_init/version"
|
|
|
6
6
|
Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "nxt_init"
|
|
8
8
|
spec.version = NxtInit::VERSION
|
|
9
|
-
spec.authors = ["Andreas Robecke"]
|
|
9
|
+
spec.authors = ["Andreas Robecke", "Nils Sommer", "Raphael Kallensee"]
|
|
10
10
|
spec.email = ["a.robecke@getsafe.de"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{nxt_init allows you to define an
|
|
12
|
+
spec.summary = %q{nxt_init allows you to define an initializer that takes option arguments and defines private readers for those on the fly}
|
|
13
13
|
spec.homepage = "https://github.com/nxt-insurance"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nxt_init
|
|
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
|
- Andreas Robecke
|
|
8
|
+
- Nils Sommer
|
|
9
|
+
- Raphael Kallensee
|
|
8
10
|
autorequire:
|
|
9
11
|
bindir: exe
|
|
10
12
|
cert_chain: []
|
|
@@ -126,6 +128,6 @@ requirements: []
|
|
|
126
128
|
rubygems_version: 3.0.1
|
|
127
129
|
signing_key:
|
|
128
130
|
specification_version: 4
|
|
129
|
-
summary: nxt_init allows you to define an
|
|
131
|
+
summary: nxt_init allows you to define an initializer that takes option arguments
|
|
130
132
|
and defines private readers for those on the fly
|
|
131
133
|
test_files: []
|