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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4083d4d1fb38f7710efe56b73885d80c4a17162972a5f612c6f823c99dcd929e
4
- data.tar.gz: 35f436cf95fc2ece798d72adbf752f2cf0f7589c942ecaa4b284dda86ab45694
3
+ metadata.gz: a114d10945b4542471672c3c8e33d58b3b1284c30bd005fb76ca91603ecb3d97
4
+ data.tar.gz: ce5041f6cc768f6bd2b672c909994d7938e78d082413091dd55e6b9de2e10508
5
5
  SHA512:
6
- metadata.gz: 96b94320915b5537e2900abaff80ae834c8ee4b6040a50fb0714bc2d68a722267972ed0263f0a2f6852f4c840defc3010abe50ca530247b9e1770e673b75019a
7
- data.tar.gz: 589a450168492b34faf948b3a724ecd86f7b35aaf699753ad8192638d773633ac12ad9fa0f0eb985516462de2f86e6321da40eb70c54d9cc7fba5b3374c0607e
6
+ metadata.gz: 6aa8abb8314787aa77f187b91ec44ce7de339c0ab2b714488ce6c5d813796074d01864bcd3fd6220179a8b778bb1c4f269a5eec14f7b9557fafb7d232834a0f3
7
+ data.tar.gz: c726dc8306b2aa821f9dfc2e7d427f833c4923f9e96e35ebaeb65d57c46456aad285ac45a44a6a67c9c43ba5ff634d167833c006a8700043d03c0a2cf62f909a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nxt_init (0.1.1)
4
+ nxt_init (0.1.0)
5
5
  activesupport
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -17,7 +17,7 @@ And then execute:
17
17
 
18
18
  Or install it yourself as:
19
19
 
20
- $ gem install attrinit
20
+ $ gem install nxt_init
21
21
 
22
22
  ## Usage
23
23
 
@@ -1,3 +1,3 @@
1
1
  module NxtInit
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
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 initializers that takes option arguments and defines private readers for those on the fly}
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.0
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 initializers that takes option arguments
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: []