Skip to content

Commit

Permalink
Merge pull request rtomayko#75 from sons-of-mars/feature/adding-gemfile
Browse files Browse the repository at this point in the history
Gemfile, bundler gitignore, and redcarpet version
  • Loading branch information
rtomayko committed Jan 9, 2012
2 parents f2e91e5 + 20e43c9 commit a4c2529
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
18 changes: 17 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
/docs
*.gem
*.rbc
.bundle
.config
.yardoc
Gemfile.lock
InstalledFiles
_yardoc
coverage
doc/
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source :rubygems

gemspec
2 changes: 1 addition & 1 deletion rocco.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Gem::Specification.new do |s|
s.executables = ["rocco"]

s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/}
s.add_dependency 'redcarpet'
s.add_dependency 'redcarpet', '~> 1.17'
s.add_dependency 'mustache'

s.has_rdoc = false
Expand Down

0 comments on commit a4c2529

Please sign in to comment.