theleafnode 0.1.0 → 0.1.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 +4 -4
- data/lib/theleafnode/version.rb +1 -1
- data/theleafnode.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6604d1ecc811ed283a74d18c259967c60a89e917a47df50df66e368677c2e581
|
4
|
+
data.tar.gz: 247fbc8a49438ecba150369db289976f315d823907eca6d1cd5050f4f0f80e58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 147219ce7b3c8a6f0f4e5f8b9708cb6c1b925bdfffc28d46ffe238edf7ab9d616bf2c40ac579f3e5fcfc7098da1ffed70f75ee879358a6310be1a24ff6aa9ea9
|
7
|
+
data.tar.gz: b7becd22212f4925ccc0f553e45d7572c6bc2700b30cf7c4dffa7e4ed434da623b7ad2109c51a5fb8c8c97bd601628be56e85bb8d5d79068771afb905900bc68
|
data/lib/theleafnode/version.rb
CHANGED
data/theleafnode.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.authors = ["Bhumi Shah"]
|
9
9
|
spec.email = ["bhumi@theleafnode.com"]
|
10
10
|
|
11
|
-
spec.summary = "
|
12
|
-
spec.description = "
|
11
|
+
spec.summary = "Hello from The Leaf Node blog and newsletter at https://blog.theleafnode.com/"
|
12
|
+
spec.description = "Hello World gem for a post about RubyGem, Bundler, and Gemfiles"
|
13
13
|
spec.homepage = "https://blog.theleafnode.com/"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = ">= 2.6.0"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: theleafnode
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bhumi Shah
|
@@ -10,7 +10,7 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: Hello World gem for a post about RubyGem, Bundler, and Gemfiles
|
14
14
|
email:
|
15
15
|
- bhumi@theleafnode.com
|
16
16
|
executables: []
|
@@ -50,5 +50,5 @@ requirements: []
|
|
50
50
|
rubygems_version: 3.2.15
|
51
51
|
signing_key:
|
52
52
|
specification_version: 4
|
53
|
-
summary:
|
53
|
+
summary: Hello from The Leaf Node blog and newsletter at https://blog.theleafnode.com/
|
54
54
|
test_files: []
|