lazylead 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lazylead.gemspec +2 -2
- data/lib/lazylead/model.rb +1 -1
- data/lib/lazylead/opts.rb +1 -1
- data/lib/lazylead/version.rb +1 -1
- data/test/lazylead/opts_test.rb +4 -0
- 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: 4834917c8eacf27d7514a99f4a8eb9f2c9dd7a19735c3ae9653105ecf8cd7463
|
4
|
+
data.tar.gz: f7d5c5f19e7be4c11de364a27099382b78d748ee091ed0c2c6de47d5b95b21bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29bd5bdaed8330d9de652ab9d11126a1af79a84acc08b415db14f3a389592ac08e2c0ce1c35bd6733302aca808571a3f65d68183ceba20a7847cbb8e766eb921
|
7
|
+
data.tar.gz: b80e43c020c05b8b26d3745916934e737f2b7176515ff82fa40f901cd7a8e8a7eb81c2cc016bb845289f22b38eb65854e1c59080f58be6ae584f1f40f5a95e5e
|
data/lazylead.gemspec
CHANGED
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
|
|
32
32
|
s.rubygems_version = "2.2"
|
33
33
|
s.required_ruby_version = ">=2.6.5"
|
34
34
|
s.name = "lazylead"
|
35
|
-
s.version = "0.4.
|
35
|
+
s.version = "0.4.2"
|
36
36
|
s.license = "MIT"
|
37
37
|
s.summary = "Eliminate the annoying work within bug-trackers."
|
38
38
|
s.description = "Ticketing systems (Github, Jira, etc.) are strongly
|
@@ -45,7 +45,7 @@ tasks instead of solving technical problems."
|
|
45
45
|
s.authors = ["Yurii Dubinka"]
|
46
46
|
s.email = "yurii.dubinka@gmail.com"
|
47
47
|
s.homepage = "http://github.com/dgroup/lazylead"
|
48
|
-
s.post_install_message = "Thanks for installing Lazylead v0.4.
|
48
|
+
s.post_install_message = "Thanks for installing Lazylead v0.4.2!
|
49
49
|
Read our blog posts: https://lazylead.org
|
50
50
|
Stay in touch with the community in Telegram: https://t.me/lazylead
|
51
51
|
Follow us on Twitter: https://twitter.com/lazylead
|
data/lib/lazylead/model.rb
CHANGED
data/lib/lazylead/opts.rb
CHANGED
@@ -33,7 +33,7 @@ module Lazylead
|
|
33
33
|
# License:: MIT
|
34
34
|
class Opts
|
35
35
|
extend Forwardable
|
36
|
-
def_delegators :@origin, :[], :[]=, :to_s, :key?, :fetch, :merge
|
36
|
+
def_delegators :@origin, :[], :[]=, :to_s, :key?, :fetch, :merge, :except
|
37
37
|
|
38
38
|
def initialize(origin = {})
|
39
39
|
@origin = origin
|
data/lib/lazylead/version.rb
CHANGED
data/test/lazylead/opts_test.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lazylead
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yurii Dubinka
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-08-
|
11
|
+
date: 2020-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -643,7 +643,7 @@ licenses:
|
|
643
643
|
- MIT
|
644
644
|
metadata: {}
|
645
645
|
post_install_message: |-
|
646
|
-
Thanks for installing Lazylead v0.4.
|
646
|
+
Thanks for installing Lazylead v0.4.2!
|
647
647
|
Read our blog posts: https://lazylead.org
|
648
648
|
Stay in touch with the community in Telegram: https://t.me/lazylead
|
649
649
|
Follow us on Twitter: https://twitter.com/lazylead
|