evil-struct 0.0.1 → 0.0.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/LICENSE.txt +1 -1
- data/README.md +9 -10
- data/evil-struct.gemspec +2 -2
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76c9257157a79cbad182f58d41631bfd789e976c
|
|
4
|
+
data.tar.gz: 2dd06f599e56d8fd601118b142328e698862389d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6b59bf33f32dc0714cff1568ae715c514798b06328dc04a34cce10b3c875379ec6b1085e4ae05cdf4bc2993fc85ffad652c07937a481f652d690947036e318b
|
|
7
|
+
data.tar.gz: 2d434f1a059afabf5b8ecf56ea8959c66614d83e52967b6c4b2de94f59391771fe9f6a910406550447c83d837698be236fadf638fbb239f38daca68c75af5e54
|
data/LICENSE.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2016 Andrew Kozin (
|
|
3
|
+
Copyright (c) 2016 Andrew Kozin (nepalez), Evil Martians
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
data/README.md
CHANGED
|
@@ -10,15 +10,6 @@ Nested structure with type constraints, based on the [dry-initializer][dry-initi
|
|
|
10
10
|
[![Dependency Status][gemnasium-badger]][gemnasium]
|
|
11
11
|
[![Inline docs][inch-badger]][inch]
|
|
12
12
|
|
|
13
|
-
[gem-badger]: https://img.shields.io/gem/v/evil-struct.svg?style=flat
|
|
14
|
-
[gem]: https://rubygems.org/gems/evil-struct
|
|
15
|
-
[gemnasium-badger]: https://img.shields.io/gemnasium/nepalez/evil-struct.svg?style=flat
|
|
16
|
-
[gemnasium]: https://gemnasium.com/nepalez/evil-struct
|
|
17
|
-
[inch-badger]: http://inch-ci.org/github/nepalez/evil-struct.svg
|
|
18
|
-
[inch]: https://inch-ci.org/github/nepalez/evil-struct
|
|
19
|
-
[travis-badger]: https://img.shields.io/travis/nepalez/evil-struct/master.svg?style=flat
|
|
20
|
-
[travis]: https://travis-ci.org/nepalez/evil-struct
|
|
21
|
-
|
|
22
13
|
## Installation
|
|
23
14
|
|
|
24
15
|
Add this line to your application's Gemfile:
|
|
@@ -98,7 +89,15 @@ Tested under rubies [compatible to MRI 2.2+](.travis.yml).
|
|
|
98
89
|
|
|
99
90
|
## License
|
|
100
91
|
|
|
101
|
-
The gem is available as open source under the terms of the [MIT License]
|
|
92
|
+
The gem is available as open source under the terms of the [MIT License](./LICENSE.txt).
|
|
102
93
|
|
|
103
94
|
[dry-initializer]: https://rom-rb.org/gems/dry-initializer
|
|
104
95
|
[dry-struct]: https://rom-rb.org/gems/dry-struct
|
|
96
|
+
[gem-badger]: https://img.shields.io/gem/v/evil-struct.svg?style=flat
|
|
97
|
+
[gem]: https://rubygems.org/gems/evil-struct
|
|
98
|
+
[gemnasium-badger]: https://img.shields.io/gemnasium/evilmartians/evil-struct.svg?style=flat
|
|
99
|
+
[gemnasium]: https://gemnasium.com/evilmartians/evil-struct
|
|
100
|
+
[inch-badger]: http://inch-ci.org/github/evilmartians/evil-struct.svg
|
|
101
|
+
[inch]: https://inch-ci.org/github/evilmartians/evil-struct
|
|
102
|
+
[travis-badger]: https://img.shields.io/travis/evilmartians/evil-struct/master.svg?style=flat
|
|
103
|
+
[travis]: https://travis-ci.org/evilmartians/evil-struct
|
data/evil-struct.gemspec
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Gem::Specification.new do |gem|
|
|
2
2
|
gem.name = "evil-struct"
|
|
3
|
-
gem.version = "0.0.
|
|
3
|
+
gem.version = "0.0.2"
|
|
4
4
|
gem.author = "Andrew Kozin (nepalez)"
|
|
5
5
|
gem.email = "andrew.kozin@gmail.com"
|
|
6
|
-
gem.homepage = "https://github.com/evilmartians/evil-
|
|
6
|
+
gem.homepage = "https://github.com/evilmartians/evil-struct"
|
|
7
7
|
gem.summary = "Structure with type constraints based on dry-initializer"
|
|
8
8
|
gem.license = "MIT"
|
|
9
9
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: evil-struct
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Kozin (nepalez)
|
|
@@ -108,7 +108,7 @@ files:
|
|
|
108
108
|
- spec/features/hashifier_spec.rb
|
|
109
109
|
- spec/features/shared_options_spec.rb
|
|
110
110
|
- spec/spec_helper.rb
|
|
111
|
-
homepage: https://github.com/evilmartians/evil-
|
|
111
|
+
homepage: https://github.com/evilmartians/evil-struct
|
|
112
112
|
licenses:
|
|
113
113
|
- MIT
|
|
114
114
|
metadata: {}
|
|
@@ -140,4 +140,3 @@ test_files:
|
|
|
140
140
|
- spec/features/hashifier_spec.rb
|
|
141
141
|
- spec/features/shared_options_spec.rb
|
|
142
142
|
- spec/spec_helper.rb
|
|
143
|
-
has_rdoc:
|