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'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
# Build and doc tools
|
# 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
|
gem 'yard', '~> 0.8.0', require: false
|
||||||
|
|
||||||
# Test tools
|
# Test tools
|
||||||
gem 'cucumber', '~> 1.3.15'
|
gem 'cucumber', '~> 1.3.15'
|
||||||
gem 'fivemat', '~> 1.3.1'
|
gem 'fivemat', '~> 1.3.1'
|
||||||
gem 'aruba', '~> 0.5.4'
|
gem 'aruba', '~> 0.6.0'
|
||||||
gem 'rspec', '~> 3.0'
|
gem 'rspec', '~> 3.0'
|
||||||
gem 'simplecov'
|
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
|
## Build & Dependency Status
|
||||||
|
|
||||||
[][gem]
|
[][gem]
|
||||||
[][travis]
|
[][license]
|
||||||
[][coveralls]
|
[][gemnasium]
|
||||||
[][gemnasium]
|
[][travis]
|
||||||
[][codeclimate]
|
[][coveralls]
|
||||||
|
[][codeclimate]
|
||||||
|
[][gittip]
|
||||||
|
|
||||||
## Community
|
## Community
|
||||||
|
|
||||||
|
@ -115,6 +117,7 @@ Copyright (c) 2010-2014 Thomas Reynolds. MIT Licensed, see [LICENSE] for details
|
||||||
[coveralls]: https://coveralls.io/r/middleman/middleman
|
[coveralls]: https://coveralls.io/r/middleman/middleman
|
||||||
[gemnasium]: https://gemnasium.com/middleman/middleman
|
[gemnasium]: https://gemnasium.com/middleman/middleman
|
||||||
[codeclimate]: https://codeclimate.com/github/middleman/middleman
|
[codeclimate]: https://codeclimate.com/github/middleman/middleman
|
||||||
|
[gittip]: https://www.gittip.com/middleman/
|
||||||
[rubyinstaller]: http://rubyinstaller.org/
|
[rubyinstaller]: http://rubyinstaller.org/
|
||||||
[rubydoc]: http://rubydoc.info/github/middleman/middleman
|
[rubydoc]: http://rubydoc.info/github/middleman/middleman
|
||||||
[LICENSE]: https://github.com/middleman/middleman/blob/master/LICENSE.md
|
[LICENSE]: https://github.com/middleman/middleman/blob/master/LICENSE.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue