output_attributes 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce95c3e145cbb064006475a13246457cd712813712a829647c673bdb5e6da028
4
- data.tar.gz: 810b0218d4921f9e9601246a0156b4651559443da3ac299a2c55da96260d1b84
3
+ metadata.gz: 91f4fea67d9417ffbcf7c0fbdbc2f6be2c13894cd8b81962355c567f3eeeb6d0
4
+ data.tar.gz: 382b93f03aef75626e9b447be83e9c0a7d9c59f7ddc721cd7ebae0bbad40f0bb
5
5
  SHA512:
6
- metadata.gz: ddb53106bd1da30aab7994e0f9a975ae5b1153bc811bbf0130cea17e7506cf32d35faae016cd20b4c7beaa149d6b346e7d35e8bfff0ba59f8cde08220e85d830
7
- data.tar.gz: 619c74712d9332cd075379f6641f570c09af82118b99a3979d97dcf174de941e53f75506718551f5a559eb25b3cd3fe81ac3e2fdd1fc45ae540f7c6edc40dbf6
6
+ metadata.gz: 618479de4e71f0df7f19cf77470f7eb37cbf59618e9b8735a65f1a336e4b9f693bdcd82ff4746aa6554e454ee2e34a7bd8399092a7d3ad4334b6ccf65e4b1517
7
+ data.tar.gz: 797c14e81a3b164a08eb33d6de97b04919879d36fe3d7713f905702a6bd90b0b6e68331bd58d2d3dae388e3caf82b0689905b23898649cf021714437cf3e92f2
@@ -1,3 +1,3 @@
1
1
  module OutputAttributes
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -7,6 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.version = OutputAttributes::VERSION
8
8
  spec.authors = ["Tim Tilberg"]
9
9
  spec.email = ["ttilberg@gmail.com"]
10
+ spec.licenses = ['MIT']
10
11
 
11
12
  spec.summary = %q{Easily declare a hash to represent your object using `output` attributes}
12
13
  spec.description = <<~DESC
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: output_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Tilberg
@@ -88,7 +88,8 @@ files:
88
88
  - lib/output_attributes/version.rb
89
89
  - output_attributes.gemspec
90
90
  homepage: https://www.github.com/ttilberg/output_attributes
91
- licenses: []
91
+ licenses:
92
+ - MIT
92
93
  metadata:
93
94
  allowed_push_host: https://rubygems.org
94
95
  homepage_uri: https://www.github.com/ttilberg/output_attributes