iconify-ruby 0.1.0 → 0.2.0

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: 903df1f0248d6d7341470e11ad5044109eb65b8f6090ca4dbf8dbbc2d6bf2ea9
4
- data.tar.gz: b3841600316aef8a39c4b1f8a73bc895eaa19de0d4aa6dc7a4659dd45c294494
3
+ metadata.gz: 1f51aa03ff5f1e0791344286844016bb9f4ef12c0321a2c783b4b17a67b6631c
4
+ data.tar.gz: 075d7729f85c1e099e008a291fde0df1872e980b7ec88589cc4af13a54bb8220
5
5
  SHA512:
6
- metadata.gz: 4e0ba75d29a5e45b467046359c1f9874d53e52c864aeb5978ac0894f897f9fd350b35fac3816a6cc73d621357b6dd653c495204bcb225bbb0e0db4b32ab2333c
7
- data.tar.gz: 6a234edca246336bbba1b178d496c55114b7572ef8ac46d98b40ac71e73434559cad19d7403f76e7dd650b68b445b9bbf57cdcf520b9379e9af998db8d551fc9
6
+ metadata.gz: d8f2f04656833886d2cafddbdca6d23d2d6e8876196851e727b69590d7de05ff4873285e1a0988dd515af72be9a45daa2719b58295089a82c143ace800f93d5c
7
+ data.tar.gz: 8d6d7c931878f98c04f0556f8fd3ea753694305c34b255a07a3257deea121f19fae0be9f2eaf79566959a8e6f158dbc2e228474b4d24259b70cdfdbca03e227b
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2021 doabit
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.
data/iconify-ruby.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require_relative "lib/iconify/ruby/version"
4
- require 'pry'
4
+
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "iconify-ruby"
7
7
  spec.version = Iconify::Ruby::VERSION
@@ -10,12 +10,12 @@ Gem::Specification.new do |spec|
10
10
 
11
11
  spec.summary = "Iconify ruby tools."
12
12
  spec.description = "Iconify ruby tools."
13
- spec.homepage = "https://github.com/doabit/iconify-ruby"
13
+ spec.homepage = "https://github.com/ruby-gems/iconify-ruby"
14
14
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
15
15
 
16
16
  spec.metadata["homepage_uri"] = spec.homepage
17
- spec.metadata["source_code_uri"] = "https://github.com/doabit/iconify-ruby"
18
- spec.metadata["changelog_uri"] = "https://github.com/doabit/iconify-ruby"
17
+ spec.metadata["source_code_uri"] = "https://github.com/ruby-gems/iconify-ruby"
18
+ spec.metadata["changelog_uri"] = "https://github.com/ruby-gems/iconify-ruby"
19
19
 
20
20
  # Specify which files should be added to the gem when it is released.
21
21
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Iconify
4
4
  module Ruby
5
- VERSION = "0.1.0"
5
+ VERSION = "0.2.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iconify-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - doabit
@@ -49,6 +49,7 @@ files:
49
49
  - ".gitmodules"
50
50
  - Gemfile
51
51
  - Gemfile.lock
52
+ - LICENSE.txt
52
53
  - README.md
53
54
  - Rakefile
54
55
  - bin/console
@@ -176,12 +177,12 @@ files:
176
177
  - iconify-ruby.gemspec
177
178
  - lib/iconify/ruby.rb
178
179
  - lib/iconify/ruby/version.rb
179
- homepage: https://github.com/doabit/iconify-ruby
180
+ homepage: https://github.com/ruby-gems/iconify-ruby
180
181
  licenses: []
181
182
  metadata:
182
- homepage_uri: https://github.com/doabit/iconify-ruby
183
- source_code_uri: https://github.com/doabit/iconify-ruby
184
- changelog_uri: https://github.com/doabit/iconify-ruby
183
+ homepage_uri: https://github.com/ruby-gems/iconify-ruby
184
+ source_code_uri: https://github.com/ruby-gems/iconify-ruby
185
+ changelog_uri: https://github.com/ruby-gems/iconify-ruby
185
186
  post_install_message:
186
187
  rdoc_options: []
187
188
  require_paths: