lookout-ahoy 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 +4 -4
- data/README.md +2 -2
- data/lib/lookout/version.rb +1 -1
- data/lib/lookout-ahoy.rb +4 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a8b6e0e134ea29778c254bf634bd950e460f2cbc3e5f428e96c67138a6a1cba
|
|
4
|
+
data.tar.gz: 6a699869f8f0c53f2acdc86c84370e70127880ace8cf97325d25095b4ee912f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ac2252cefd0b6237489614b741540678009439d24eb0ec7fbdb34b32b623308fc57f1ae15df45b97c8cb47b6377b33c6adec0b76154edc177fb844c13c9df0f
|
|
7
|
+
data.tar.gz: 27d8946dfc98e28266aefc0a308924c44a8ab251e7d28bcbbc6aedc0564a14f6b2f4145ee8bb3f20e136c1ae1e339a1b38d3a5286072b0a98be20bc9feac7aad
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Lookout
|
|
1
|
+
# Lookout [Ahoy](https://github.com/ankane/ahoy)
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/lookout)
|
|
4
4
|
[](coverage/index.html)
|
|
@@ -96,4 +96,4 @@ All are welcome to contribute.
|
|
|
96
96
|
|
|
97
97
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
98
98
|
|
|
99
|
-
<img src="logo.png" style="max-height:100px" />
|
|
99
|
+
<img src="logo.png" style="max-height:100px" />
|
data/lib/lookout/version.rb
CHANGED
data/lib/lookout-ahoy.rb
ADDED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lookout-ahoy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nativestranger
|
|
@@ -629,6 +629,7 @@ files:
|
|
|
629
629
|
- lib/generators/lookout/migration_generator.rb
|
|
630
630
|
- lib/generators/lookout/templates/config.rb.tt
|
|
631
631
|
- lib/generators/lookout/templates/migration.rb.tt
|
|
632
|
+
- lib/lookout-ahoy.rb
|
|
632
633
|
- lib/lookout.rb
|
|
633
634
|
- lib/lookout/active_record.rb
|
|
634
635
|
- lib/lookout/ahoy/event_methods.rb
|
|
@@ -666,7 +667,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
666
667
|
- !ruby/object:Gem::Version
|
|
667
668
|
version: '0'
|
|
668
669
|
requirements: []
|
|
669
|
-
rubygems_version: 3.
|
|
670
|
+
rubygems_version: 3.7.2
|
|
670
671
|
specification_version: 4
|
|
671
672
|
summary: A full-featured, mountable analytics dashboard for Rails, powered by Ahoy.
|
|
672
673
|
SQLite & PostgreSQL support.
|