output_attributes 0.1.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ca0d8769aa2e316843cad1728211dbc7d0fb35165927b04a7c6d99d00cd2046
4
- data.tar.gz: f8ee1ee5cd330c5deca707dcf34456a3d771f2a2456428c0e17cd3e96edff40f
3
+ metadata.gz: ce95c3e145cbb064006475a13246457cd712813712a829647c673bdb5e6da028
4
+ data.tar.gz: 810b0218d4921f9e9601246a0156b4651559443da3ac299a2c55da96260d1b84
5
5
  SHA512:
6
- metadata.gz: d8c06caab668a52cd446b8e045f9add37e3d141bb630745ea7aacf59f9d0fc31ef62aefa0cd6c334d13d3c8ab7da142cdaee9b0d994c817f988811541a089ffa
7
- data.tar.gz: 4601bc74afad5daf820795bd65438113a9d92722eb398ac26546916294317aaed3eab7407c4d8c364343b0d3ab3b26bed8ae1891e9b8e04dcd3b85232cce97a3
6
+ metadata.gz: ddb53106bd1da30aab7994e0f9a975ae5b1153bc811bbf0130cea17e7506cf32d35faae016cd20b4c7beaa149d6b346e7d35e8bfff0ba59f8cde08220e85d830
7
+ data.tar.gz: 619c74712d9332cd075379f6641f570c09af82118b99a3979d97dcf174de941e53f75506718551f5a559eb25b3cd3fe81ac3e2fdd1fc45ae540f7c6edc40dbf6
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- output_attributes (0.1.0)
4
+ output_attributes (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  coderay (1.1.2)
10
10
  method_source (0.9.2)
11
- minitest (5.13.0)
11
+ minitest (5.14.4)
12
12
  pry (0.12.2)
13
13
  coderay (~> 1.1.0)
14
14
  method_source (~> 0.9.0)
@@ -25,4 +25,4 @@ DEPENDENCIES
25
25
  rake (~> 13.0)
26
26
 
27
27
  BUNDLED WITH
28
- 2.0.2
28
+ 2.2.22
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2021 Tim Tilberg
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -225,4 +225,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
225
225
 
226
226
  ## Contributing
227
227
 
228
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/output_attributes.
228
+ Bug reports and pull requests are welcome on GitHub at https://github.com/ttilberg/output_attributes.
@@ -1,3 +1,3 @@
1
1
  module OutputAttributes
2
- VERSION = "0.1.1"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: output_attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Tilberg
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-02 00:00:00.000000000 Z
11
+ date: 2021-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -79,6 +79,7 @@ files:
79
79
  - ".gitignore"
80
80
  - Gemfile
81
81
  - Gemfile.lock
82
+ - LICENSE
82
83
  - README.md
83
84
  - Rakefile
84
85
  - bin/console
@@ -92,7 +93,7 @@ metadata:
92
93
  allowed_push_host: https://rubygems.org
93
94
  homepage_uri: https://www.github.com/ttilberg/output_attributes
94
95
  source_code_uri: https://www.github.com/ttilberg/output_attributes
95
- post_install_message:
96
+ post_install_message:
96
97
  rdoc_options: []
97
98
  require_paths:
98
99
  - lib
@@ -107,8 +108,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
108
  - !ruby/object:Gem::Version
108
109
  version: '0'
109
110
  requirements: []
110
- rubygems_version: 3.0.3
111
- signing_key:
111
+ rubygems_version: 3.2.22
112
+ signing_key:
112
113
  specification_version: 4
113
114
  summary: Easily declare a hash to represent your object using `output` attributes
114
115
  test_files: []