merge
This commit is contained in:
commit
7e47006f4f
2 changed files with 10 additions and 7 deletions
4
Gemfile
4
Gemfile
|
@ -1,13 +1,13 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
# Build and doc tools
|
||||
gem 'rake', '~> 10.0.3', require: false
|
||||
gem 'rake', '~> 10.3.2', require: false
|
||||
gem 'yard', '~> 0.8.0', require: false
|
||||
|
||||
# Test tools
|
||||
gem 'cucumber', '~> 1.3.15'
|
||||
gem 'fivemat', '~> 1.3.1'
|
||||
gem 'aruba', '~> 0.5.4'
|
||||
gem 'aruba', '~> 0.6.0'
|
||||
gem 'rspec', '~> 3.0'
|
||||
gem 'simplecov'
|
||||
|
||||
|
|
13
README.md
13
README.md
|
@ -62,11 +62,13 @@ Additionally, up-to-date generated code documentation is available on [RubyDoc].
|
|||
|
||||
## Build & Dependency Status
|
||||
|
||||
[][gem]
|
||||
[][travis]
|
||||
[][coveralls]
|
||||
[][gemnasium]
|
||||
[][codeclimate]
|
||||
[][gem]
|
||||
[][license]
|
||||
[][gemnasium]
|
||||
[][travis]
|
||||
[][coveralls]
|
||||
[][codeclimate]
|
||||
[][gittip]
|
||||
|
||||
## Community
|
||||
|
||||
|
@ -115,6 +117,7 @@ Copyright (c) 2010-2014 Thomas Reynolds. MIT Licensed, see [LICENSE] for details
|
|||
[coveralls]: https://coveralls.io/r/middleman/middleman
|
||||
[gemnasium]: https://gemnasium.com/middleman/middleman
|
||||
[codeclimate]: https://codeclimate.com/github/middleman/middleman
|
||||
[gittip]: https://www.gittip.com/middleman/
|
||||
[rubyinstaller]: http://rubyinstaller.org/
|
||||
[rubydoc]: http://rubydoc.info/github/middleman/middleman
|
||||
[LICENSE]: https://github.com/middleman/middleman/blob/master/LICENSE.md
|
||||
|
|
Loading…
Add table
Reference in a new issue