This commit is contained in:
Gleb Mazovetskiy 2013-10-24 19:32:25 +02:00
Родитель 458c8de863
Коммит 95455501e9
4 изменённых файлов: 4 добавлений и 8 удалений

Просмотреть файл

@ -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: '../../'