add coveralls to gemfile and add bin folder to git

This commit is contained in:
Petr Korolev
2015-03-27 01:18:44 +02:00
parent 1494fcdd8f
commit 6350cdf39c
20 changed files with 319 additions and 0 deletions
Executable
+16
View File
@@ -0,0 +1,16 @@
#!/usr/bin/env ruby
#
# This file was generated by Bundler.
#
# The application 'thor' 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('thor', 'thor')