use better version of Travis / Coverwall / etc. badges + trying to make Steam built with Travis
did
committed Feb 02, 2015
commit 19687fa2b0fb96ab056bfd195d938a16ef33de18
Showing 5
changed files with
12 additions
and 25 deletions
Gemfile
+1
-1
| @@ | @@ -3,7 +3,7 @@ source 'https://rubygems.org' |
| gemspec | |
| group :development do | |
| - | gem 'locomotivecms_common', '~> 0.0.2', path: '../common' |
| + | # gem 'locomotivecms_common', '~> 0.0.2', path: '../common' |
| # gem 'locomotivecms_models', '~> 0.0.1', path: '../models' | |
| # gem 'locomotivecms_models', '0.0.1.pre.alpha' | |
| gem 'thin' | |
Gemfile.lock
+5
-9
| @@ | @@ -4,7 +4,7 @@ PATH |
| locomotivecms_steam (0.2.0.pre.beta) | |
| RedCloth (~> 4.2.9) | |
| activesupport (~> 4.2.0) | |
| - | coffee-script (~> 2.2.0) |
| + | coffee-script (~> 2.3.0) |
| compass (~> 1.0.3) | |
| dragonfly (~> 1.0.7) | |
| haml (~> 4.0.6) | |
| @@ | @@ -12,6 +12,7 @@ PATH |
| kaminari (~> 0.16.2) | |
| kramdown (~> 1.5.0) | |
| locomotivecms-solid (~> 4.0.0.alpha) | |
| + | locomotivecms_common (~> 0.0.2) |
| mimetype-fu (~> 0.1.2) | |
| moneta (~> 0.8.0) | |
| morphine (~> 0.1.1) | |
| @@ | @@ -19,12 +20,6 @@ PATH |
| sprockets (~> 2.12.3) | |
| sprockets-sass (~> 1.3.1) | |
| - | PATH |
| - | remote: ../common |
| - | specs: |
| - | locomotivecms_common (0.0.2) |
| - | colorize |
| - | |
| GEM | |
| remote: https://rubygems.org/ | |
| specs: | |
| @@ | @@ -52,7 +47,7 @@ GEM |
| builder (3.2.2) | |
| chunky_png (1.3.3) | |
| coderay (1.1.0) | |
| - | coffee-script (2.2.0) |
| + | coffee-script (2.3.0) |
| coffee-script-source | |
| execjs | |
| coffee-script-source (1.9.0) | |
| @@ | @@ -108,6 +103,8 @@ GEM |
| locomotivecms-liquid (4.0.0.alpha) | |
| locomotivecms-solid (4.0.0.alpha) | |
| locomotivecms-liquid (= 4.0.0.alpha) | |
| + | locomotivecms_common (0.0.2) |
| + | colorize |
| loofah (2.0.1) | |
| nokogiri (>= 1.5.9) | |
| method_source (0.8.2) | |
| @@ | @@ -194,7 +191,6 @@ DEPENDENCIES |
| coveralls | |
| i18n-spec (~> 0.6.0) | |
| json_spec (~> 1.1.4) | |
| - | locomotivecms_common (~> 0.0.2)! |
| locomotivecms_steam! | |
| pry | |
| rake (~> 10.4.2) | |
LICENSE
+1
-1
| @@ | @@ -1,6 +1,6 @@ |
| The MIT License (MIT) | |
| - | Copyright (c) 2013 LocomotiveCMS |
| + | Copyright (c) 2015 LocomotiveCMS |
| Permission is hereby granted, free of charge, to any person obtaining a copy of | |
| this software and associated documentation files (the "Software"), to deal in | |
README.md
+3
-12
| @@ | @@ -1,17 +1,8 @@ |
| - | Steam |
| - | ====== |
| + | # Steam |
| - | The rendering stack used by both Wagon and Engine. It includes the rack stack and the liquid drops/filters/tags. |
| - | |
| - | [](http://badge.fury.io/rb/locomotivecms_steam) |
| - | |
| - | [](https://codeclimate.com/github/locomotivecms/steam) |
| + | [](https://codeclimate.com/github/locomotivecms/steam) [](https://gemnasium.com/locomotivecms/steam) [](https://travis-ci.org/locomotivecms/steam) [](https://coveralls.io/r/locomotivecms/steam?branch=master) |
| - | [](https://gemnasium.com/locomotivecms/steam) |
| - | |
| - | [](https://travis-ci.org/locomotivecms/steam) (Travis CI) |
| - | |
| - | [](https://coveralls.io/r/locomotivecms/steam) |
| + | The rendering stack used by both Wagon and Engine. It includes the rack stack and the liquid drops/filters/tags. |
| ## Installation | |
locomotivecms_steam.gemspec
+2
-2
| @@ | @@ -37,7 +37,7 @@ Gem::Specification.new do |spec| |
| spec.add_dependency 'kaminari', '~> 0.16.2' | |
| spec.add_dependency 'kramdown', '~> 1.5.0' | |
| spec.add_dependency 'RedCloth', '~> 4.2.9' | |
| - | spec.add_dependency 'coffee-script', '~> 2.2.0' |
| + | spec.add_dependency 'coffee-script', '~> 2.3.0' |
| spec.add_dependency 'haml', '~> 4.0.6' | |
| spec.add_dependency 'compass', '~> 1.0.3' | |
| spec.add_dependency 'mimetype-fu', '~> 0.1.2' | |
| @@ | @@ -45,7 +45,7 @@ Gem::Specification.new do |spec| |
| # spec.add_dependency 'locomotivecms_models', '~> 0.0.1.pre.alpha' | |
| spec.add_dependency 'locomotivecms-solid', '~> 4.0.0.alpha' | |
| - | # spec.add_dependency 'locomotivecms_common', '~> 0.0.2' |
| + | spec.add_dependency 'locomotivecms_common', '~> 0.0.2' |
| # spec.required_ruby_version = '~> 2.0' | |
| end | |