ruby_script_exporter 0.0.2 → 0.0.3

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: c519baa82ed0393d7b038669bf035a4bc05018a0ecb8da173ead0ad9d2b58d70
4
- data.tar.gz: '0876858a6b675cbc71f0c52f39584dfe3fd5b21850ec54080694416339780a20'
3
+ metadata.gz: 88837a91632cfcfb2f16988f4b173309b21fc9b9be3a30293fe19fbd4ea73943
4
+ data.tar.gz: f727e150aceb929705fe4e5d94cf791bdd0c31b68e6fbcfb98a48434dd81db6a
5
5
  SHA512:
6
- metadata.gz: e97359edfa445da493e7cf9a3fe75716aed59ecef67b387b2b9b733f2696d709e030e9b51fa56433ea1acddbb65abb0e3afeaae167ccb943b64b8f6214c598d8
7
- data.tar.gz: ab958039e3494ef2141bb10da35596368fd63957d92e4ce65013ba1ea9c18f9dd94a44106806404d009ac194bb9362ab0a6a19a577e8afc8789aa0a956b054a1
6
+ metadata.gz: 3952f1924fd00357a6d35ed78ed974a8d4b26da6ec1bde52e59bfc419e12217f18e754bcf3a9dbac2ba177211586540c356273e7d3fa2f203e98d6ec831eae57
7
+ data.tar.gz: bed7fb348412b2011e62fc0846978a8627b1654ee2c8451d9bd85776a1f03edf607b55e59bfda50d5fcf181ee4f3448849b47bac6880b72d5d74ee1931514139
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.0.3
2
+
3
+ * Add MIT license
4
+
1
5
  ## 0.0.2
2
6
 
3
7
  * Added specs
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_script_exporter (0.0.2)
4
+ ruby_script_exporter (0.0.3)
5
5
  rackup (~> 2.1.0)
6
6
  sinatra (~> 4.0.0)
7
7
 
data/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2024 Martin Schaflitzl
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module RubyScriptExporter
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_script_exporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Schaflitzl
@@ -93,6 +93,7 @@ files:
93
93
  - CHANGELOG.md
94
94
  - Gemfile
95
95
  - Gemfile.lock
96
+ - LICENSE
96
97
  - README.md
97
98
  - Rakefile
98
99
  - example_services/dummy.rb
@@ -110,10 +111,12 @@ files:
110
111
  - lib/ruby_script_exporter/util.rb
111
112
  - lib/ruby_script_exporter/version.rb
112
113
  homepage: https://rubygems.org/gems/ruby_script_exporter
113
- licenses: []
114
+ licenses:
115
+ - MIT
114
116
  metadata:
115
117
  homepage_uri: https://rubygems.org/gems/ruby_script_exporter
116
118
  source_code_uri: https://github.com/mschaf/ruby_script_exporter
119
+ changelog_uri: https://github.com/mschaf/ruby_script_exporter/blob/main/CHANGELOG.md
117
120
  post_install_message:
118
121
  rdoc_options: []
119
122
  require_paths: