Skip to content

Commit

Permalink
Add YARD dependencies to the gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Dec 29, 2015
1 parent 4e04513 commit b53b216
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bin/yard
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env ruby
#
# This file was generated by Bundler.
#
# The application 'yard' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'pathname'
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)

require 'rubygems'
require 'bundler/setup'

load Gem.bin_path('yard', 'yard')
2 changes: 2 additions & 0 deletions scenic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pg'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'ammeter', '>= 1.1.3'
spec.add_development_dependency 'yard'
spec.add_development_dependency 'redcarpet'

spec.add_dependency 'activerecord', '>= 4.0.0'
spec.add_dependency 'railties', '>= 4.0.0'
Expand Down

0 comments on commit b53b216

Please sign in to comment.