alog 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43c7de3f9d98a68c65cabf1753dc625cc6c22ff67f949c597a59510e251c0535
4
- data.tar.gz: 6ddad7d190c8b4af445bc0957673e9439b991cf62ea120b712c2f425a1b51eae
3
+ metadata.gz: e0d14f984b887c5ac5ee5992a4552983d319e5267dd9443595a3f5576b5965c9
4
+ data.tar.gz: d2ffbdfe49d1b6e2627a36eb5725a2100d4d369ffbec89f4aec4b277f41ac55c
5
5
  SHA512:
6
- metadata.gz: f2d61ba517582eb874c8a79348f090b44fdc2cc3a729bc96879633b80f672a97fb27d4910b7c677bfcd9757f39b2fa937f114bc80c9c21c386bf2b281892bf42
7
- data.tar.gz: 30d8ca5326ab13300f4c73b348fdf1a74e00e8ed00ff805fb82c2cc465117026002a4c9a54106dcb4109c6ac3552fa24ea44ebf9e03e5cbbca3bf95ca96edd7a
6
+ metadata.gz: 4ccda1143b99674fcf141df8708a818b5f965abc70c3fb716042d17ca8854f39444664e500d059aa8ec38ec340e5808e162851758314d9817b978acfd97d0251
7
+ data.tar.gz: 7cf95b8ffd75e1a1057dbb67cf07a1d8148f598f22db79693a78a86e9e2566571253a860e06abce30cb13a4bda36bef7dc1de7a5f7f9ca9464297d5311da3922
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- alog (0.4.0)
4
+ alog (1.0.1)
5
5
 
6
6
  PATH
7
7
  remote: /Volumes/Stash/08.Dev/01.Workspaces/incu-2019/butler
data/lib/alog/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Alog
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/lib/alog.rb CHANGED
@@ -81,6 +81,18 @@ module Alog
81
81
  end
82
82
  end
83
83
 
84
+ def no_active_tags
85
+ @active_tag = []
86
+ end
87
+
88
+ def show_all_tags
89
+ @active_tag << :all
90
+ end
91
+
92
+ def selected_tags_only
93
+ @active_tag.delete(:all)
94
+ end
95
+
84
96
  def method_missing(mtd, *args, &block)
85
97
  if @myMethods.include?(mtd)
86
98
  params = {}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Liaw
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-03-22 00:00:00.000000000 Z
11
+ date: 2019-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler