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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09732b73be290a847dc49ab5ac90061eec63c5702559800f9b561201312b3f2c'
4
- data.tar.gz: 924b2e532d384108b238caa4e015fbc5582c25ee9a082476da6ff6e8a78d2828
3
+ metadata.gz: 75077b5e6e9eb3feb7fba72812710274b7ec77ae808f0b92a53c721775d722fd
4
+ data.tar.gz: 6e44b0fd6d77e14cb380499b0ccea91e710e4dd9c83cc23e9728551777248f77
5
5
  SHA512:
6
- metadata.gz: 5d600f3b4ed18feeffee889a87daf5b29db4fbaede5bedd2e72c871bcf300b916e467e6c394e3fe0497d7544016accaf53e35a13a338e7af284d8274616befc9
7
- data.tar.gz: 81f588c659786ee8638374bde83adddefe3ce7238ed6a83187c44b67b7a2744d907898630ba839a85e9c9052a22fe7c3202a3447594ff0b7e755d33d3e42ebc9
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
  [![Gem Version](https://badge.fury.io/rb/lookout.svg)](https://badge.fury.io/rb/lookout)
4
4
  [![Test Coverage](https://img.shields.io/badge/coverage-4.05%25-brightgreen.svg)](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-width:90vw; width:auto; display:block; margin: 0 auto;" />
@@ -1,3 +1,3 @@
1
1
  module Lookout
2
- VERSION = "0.1.0"
2
+ VERSION = "0.3.0"
3
3
  end
@@ -0,0 +1,4 @@
1
+ # Bridge file for gem name 'lookout-ahoy' -> module Lookout
2
+ # When bundler auto-requires 'lookout-ahoy', this file loads the actual gem
3
+ require 'lookout'
4
+
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.1.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.6.9
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.