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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09732b73be290a847dc49ab5ac90061eec63c5702559800f9b561201312b3f2c'
4
- data.tar.gz: 924b2e532d384108b238caa4e015fbc5582c25ee9a082476da6ff6e8a78d2828
3
+ metadata.gz: 5a8b6e0e134ea29778c254bf634bd950e460f2cbc3e5f428e96c67138a6a1cba
4
+ data.tar.gz: 6a699869f8f0c53f2acdc86c84370e70127880ace8cf97325d25095b4ee912f9
5
5
  SHA512:
6
- metadata.gz: 5d600f3b4ed18feeffee889a87daf5b29db4fbaede5bedd2e72c871bcf300b916e467e6c394e3fe0497d7544016accaf53e35a13a338e7af284d8274616befc9
7
- data.tar.gz: 81f588c659786ee8638374bde83adddefe3ce7238ed6a83187c44b67b7a2744d907898630ba839a85e9c9052a22fe7c3202a3447594ff0b7e755d33d3e42ebc9
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
  [![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-height:100px" />
@@ -1,3 +1,3 @@
1
1
  module Lookout
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.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.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.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.