klenotiw_gem 0.1.1 → 0.1.2

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: 3517fa39cdc5f0dd0acf90d4eed432f9d9908632876a14c445a50532880011f4
4
- data.tar.gz: af194d8c259dc38351b832c49fbb5c65d39f4d850d5904a601902b230b02372f
3
+ metadata.gz: b28b209bc5867dec49706c41ae519ff98d2adb68e814faf326b086a95cd4f439
4
+ data.tar.gz: 522ab81e91f54919fa69c25872857f4a8f302a29fd74bfe9c32970cac6eeb6cf
5
5
  SHA512:
6
- metadata.gz: 4b59b8621ec3b837829a855d6721092e6b1d32317d93055d1ce78638eaf95ca112a504bf53cf92a5a13040d7a561604253b25ee7e3e082b100204ce591fa287f
7
- data.tar.gz: 90a144cf2c5803d71406bddab9dc605cc793ba0f2a3a31ded611a75b6c68d19526c3bca9fece991cf6d544d295e1a19542cb8eb58c6e3b92364d065df61642b3
6
+ metadata.gz: 188c0631ff016d2dc10752439ec6695495e5e95660b0aa6ffcb5806eba5f005702fc8e72c9ef08d926b3c27140cdec6fd724a1ea929a204720bda977c2c90cf5
7
+ data.tar.gz: b24d815529cb584f1275c47e85d15ea065e1f072c05d2b81bb94c80168303c673cecac4635546fd0f28b853c5d8d9320176d476170aab156592d654af41b00fd
data/Rakefile CHANGED
@@ -13,3 +13,5 @@ task :default => :test
13
13
  task :my_task do
14
14
  puts "HELLO WORLD"
15
15
  end
16
+
17
+ import "./lib/tasks/klenotiw.rake"
@@ -1,3 +1,3 @@
1
1
  module KlenotiwGem
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -0,0 +1,7 @@
1
+
2
+
3
+
4
+
5
+ task :my_test_task do
6
+ puts "This is from the klenotiw_gem, its a test task 😁"
7
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: klenotiw_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bill Klenotiz
@@ -72,6 +72,7 @@ files:
72
72
  - klenotiw_gem.gemspec
73
73
  - lib/klenotiw_gem.rb
74
74
  - lib/klenotiw_gem/version.rb
75
+ - lib/tasks/klenotiw.rake
75
76
  homepage:
76
77
  licenses:
77
78
  - MIT