lookout-ahoy 0.1.0 → 0.3.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 +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75077b5e6e9eb3feb7fba72812710274b7ec77ae808f0b92a53c721775d722fd
|
|
4
|
+
data.tar.gz: 6e44b0fd6d77e14cb380499b0ccea91e710e4dd9c83cc23e9728551777248f77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ca610b8206dfcf496a4c358b3798c98e44dc6a47b3a1e110c266645746ece81ab8e83e77c6d7ca913a154606728191da1dc0a3d15070cf6de2cdc1404bd8d9e8
|
|
7
|
+
data.tar.gz: e34086e64d897c810d4eb66eedd0f9681ff62960e367aefd97e670f55d87b18f6dd80f6a8fe192e6edc0e36647e7413b6706040381b52480ced3b449c6f9d4d3
|
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-
|
|
99
|
+
<img src="logo.png" style="max-width:90vw; width:auto; display:block; margin: 0 auto;" />
|
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.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nativestranger
|
|
@@ -125,14 +125,14 @@ dependencies:
|
|
|
125
125
|
name: pagy
|
|
126
126
|
requirement: !ruby/object:Gem::Requirement
|
|
127
127
|
requirements:
|
|
128
|
-
- - "
|
|
128
|
+
- - ">="
|
|
129
129
|
- !ruby/object:Gem::Version
|
|
130
130
|
version: '9.0'
|
|
131
131
|
type: :runtime
|
|
132
132
|
prerelease: false
|
|
133
133
|
version_requirements: !ruby/object:Gem::Requirement
|
|
134
134
|
requirements:
|
|
135
|
-
- - "
|
|
135
|
+
- - ">="
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
137
|
version: '9.0'
|
|
138
138
|
- !ruby/object:Gem::Dependency
|
|
@@ -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.
|