Skip to content

Commit 7924a75

Browse files
committed
install skylight
1 parent c17ffe1 commit 7924a75

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ gem 'redcarpet' #markdown formatting
5757
# Analytics
5858
gem 'mixpanel-ruby'
5959
gem 'barnes'
60+
gem 'skylight'
6061

6162
# Apps
6263
#gem 'easy_translate'

Gemfile.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,10 @@ GEM
449449
json (>= 1.8, < 3)
450450
simplecov-html (~> 0.10.0)
451451
simplecov-html (0.10.2)
452+
skylight (3.1.2)
453+
skylight-core (= 3.1.2)
454+
skylight-core (3.1.2)
455+
activesupport (>= 4.2.0)
452456
slack-notifier (2.3.2)
453457
sprockets (3.7.2)
454458
concurrent-ruby (~> 1.0)
@@ -582,6 +586,7 @@ DEPENDENCIES
582586
serendipitous!
583587
shoulda-matchers (~> 3.1)
584588
simplecov
589+
skylight
585590
slack-notifier
586591
sqlite3
587592
stackprof

config/initializers/social_share_button.rb

Lines changed: 0 additions & 5 deletions
This file was deleted.

config/skylight.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
# The authentication token for the application.
3+
# I think this is actually ignored if the ENV var is set, but this is fine for reference / dummy data.
4+
authentication: ENV['SKYLIGHT_AUTHENTICATION']

0 commit comments

Comments
 (0)