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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +1 -1
  3. data/README.md +9 -10
  4. data/evil-struct.gemspec +2 -2
  5. metadata +2 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f83443166df4c93a0697048a1bb7a6c0757ff9b
4
- data.tar.gz: a6942c1bda0626e51fdd0163cfe23d3e0098767c
3
+ metadata.gz: 76c9257157a79cbad182f58d41631bfd789e976c
4
+ data.tar.gz: 2dd06f599e56d8fd601118b142328e698862389d
5
5
  SHA512:
6
- metadata.gz: a887a24df325459ea5bdd6b0ce655a7c07d038a65272268ce281e3b62d1304689dc134d57c5cc704cee84dce6a122d359781090c3c0ef5b8ba98227549c2c7e5
7
- data.tar.gz: 8dfc7556f97bb308624d9755074b16273fda5bea610e4f599b0e0a98c6305c721638a32b785659ed1d4085d6a2109a3e46619955af27e09fcdd219a8121526e9
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 (aka nepalez)
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][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.1"
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-client"
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.1
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-client
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: