travis, changelog
This commit is contained in:
Родитель
458c8de863
Коммит
95455501e9
|
@ -5,7 +5,6 @@ rvm:
|
|||
- jruby
|
||||
- rbx-19mode
|
||||
gemfile:
|
||||
- test/gemfiles/sass_3_3.gemfile
|
||||
- test/gemfiles/sass_3_2.gemfile
|
||||
- test/gemfiles/sass_head.gemfile
|
||||
matrix:
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## 3.0.0.0
|
||||
|
||||
* Fully automated (lots of string juggling) LESS -> Sass conversion. - *Gleb Mazovetskiy*
|
||||
* Ported rake task from vwall/compass-twitter-bootstrap to convert Bootstrap upstream - *Peter Gumeson*
|
||||
* Moved javascripts from `bootstrap-component.js` to `bootstrap/component.js` - *Peter Gumeson*
|
||||
* Moved javascripts to us `bootstrap-component.js` to `bootstrap/component.js` - *Peter Gumeson*
|
||||
|
||||
## 2.3.2.2
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem 'sass', '~> 3.3.0.rc.1'
|
||||
gem 'compass', '~> 0.13.alpha.7'
|
||||
|
||||
gemspec path: '../../'
|
|
@ -1,5 +1,6 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem 'sass', github: 'nex3/sass'
|
||||
gem 'compass', '~> 0.13.alpha.10'
|
||||
|
||||
gemspec path: '../../'
|
||||
|
|
Загрузка…
Ссылка в новой задаче