mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Add Skylight
This commit is contained in:
parent
7a0069f1d6
commit
34522e9a33
2
Gemfile
2
Gemfile
@ -85,4 +85,6 @@ gem 'dragonfly-s3_data_store'
|
|||||||
gem 'unf'
|
gem 'unf'
|
||||||
gem 'haml'
|
gem 'haml'
|
||||||
|
|
||||||
|
gem 'skylight'
|
||||||
|
|
||||||
gem 'slugtastic'
|
gem 'slugtastic'
|
||||||
|
|||||||
23
Gemfile.lock
23
Gemfile.lock
@ -4,6 +4,16 @@ GIT
|
|||||||
specs:
|
specs:
|
||||||
exception_notification (1.0.0)
|
exception_notification (1.0.0)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: https://github.com/tmm1/rbtrace
|
||||||
|
revision: 5830d1fd91f1338250316ff867ce1aadb73ac52d
|
||||||
|
branch: master
|
||||||
|
specs:
|
||||||
|
rbtrace (0.4.7)
|
||||||
|
ffi (>= 1.0.6)
|
||||||
|
msgpack (>= 0.4.3)
|
||||||
|
trollop (>= 1.16.2)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@ -103,6 +113,7 @@ GEM
|
|||||||
factory_girl_rails (4.5.0)
|
factory_girl_rails (4.5.0)
|
||||||
factory_girl (~> 4.5.0)
|
factory_girl (~> 4.5.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 3.0.0)
|
||||||
|
ffi (1.9.10)
|
||||||
fivemat (1.3.1)
|
fivemat (1.3.1)
|
||||||
fog-aws (0.7.6)
|
fog-aws (0.7.6)
|
||||||
fog-core (~> 1.27)
|
fog-core (~> 1.27)
|
||||||
@ -122,6 +133,8 @@ GEM
|
|||||||
fog-xml (0.1.2)
|
fog-xml (0.1.2)
|
||||||
fog-core
|
fog-core
|
||||||
nokogiri (~> 1.5, >= 1.5.11)
|
nokogiri (~> 1.5, >= 1.5.11)
|
||||||
|
foreman (0.78.0)
|
||||||
|
thor (~> 0.19.1)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
haml (4.0.7)
|
haml (4.0.7)
|
||||||
tilt
|
tilt
|
||||||
@ -144,6 +157,7 @@ GEM
|
|||||||
mime-types (2.6.2)
|
mime-types (2.6.2)
|
||||||
mini_portile (0.6.2)
|
mini_portile (0.6.2)
|
||||||
minitest (5.8.1)
|
minitest (5.8.1)
|
||||||
|
msgpack (0.6.2)
|
||||||
multi_json (1.11.2)
|
multi_json (1.11.2)
|
||||||
net-scp (1.2.1)
|
net-scp (1.2.1)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
@ -246,6 +260,8 @@ GEM
|
|||||||
json (~> 1.8)
|
json (~> 1.8)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.0)
|
simplecov-html (0.10.0)
|
||||||
|
skylight (0.8.1)
|
||||||
|
activesupport (>= 3.0.0)
|
||||||
slop (3.6.0)
|
slop (3.6.0)
|
||||||
slugtastic (1.2.1)
|
slugtastic (1.2.1)
|
||||||
sprockets (3.4.0)
|
sprockets (3.4.0)
|
||||||
@ -262,6 +278,7 @@ GEM
|
|||||||
thor (0.19.1)
|
thor (0.19.1)
|
||||||
thread_safe (0.3.5)
|
thread_safe (0.3.5)
|
||||||
tilt (2.0.1)
|
tilt (2.0.1)
|
||||||
|
trollop (2.1.2)
|
||||||
tunnel (0.0.3)
|
tunnel (0.0.3)
|
||||||
highline (~> 1.6)
|
highline (~> 1.6)
|
||||||
thor
|
thor
|
||||||
@ -300,6 +317,7 @@ DEPENDENCIES
|
|||||||
exception_notification!
|
exception_notification!
|
||||||
factory_girl_rails
|
factory_girl_rails
|
||||||
fivemat
|
fivemat
|
||||||
|
foreman
|
||||||
haml
|
haml
|
||||||
hpricot
|
hpricot
|
||||||
jquery-rails
|
jquery-rails
|
||||||
@ -312,6 +330,7 @@ DEPENDENCIES
|
|||||||
puma
|
puma
|
||||||
rails (~> 4.1.0)
|
rails (~> 4.1.0)
|
||||||
rails_12factor
|
rails_12factor
|
||||||
|
rbtrace!
|
||||||
redcarpet
|
redcarpet
|
||||||
rspec-rails
|
rspec-rails
|
||||||
rubocop
|
rubocop
|
||||||
@ -322,6 +341,7 @@ DEPENDENCIES
|
|||||||
shoulda-matchers
|
shoulda-matchers
|
||||||
simple_form
|
simple_form
|
||||||
simplecov
|
simplecov
|
||||||
|
skylight
|
||||||
slugtastic
|
slugtastic
|
||||||
sqlite3
|
sqlite3
|
||||||
squeel
|
squeel
|
||||||
@ -329,3 +349,6 @@ DEPENDENCIES
|
|||||||
uglifier
|
uglifier
|
||||||
unf
|
unf
|
||||||
will_paginate
|
will_paginate
|
||||||
|
|
||||||
|
BUNDLED WITH
|
||||||
|
1.10.6
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user