Gemfile.locl

This commit is contained in:
Scott Davis 2011-04-27 23:20:29 -04:00
commit 27809a19de
12 changed files with 65 additions and 38 deletions

2
.gitignore vendored
View File

@ -26,3 +26,5 @@ attic
devbin devbin
.rvmrc .rvmrc
*.rbc *.rbc
vendor/ruby
vendor

View File

@ -7,7 +7,8 @@ gem "rspec", "~>2.0.0"
gem "rails", "~>3.0.0.rc" gem "rails", "~>3.0.0.rc"
gem "compass-validator", "3.0.0" gem "compass-validator", "3.0.0"
gem "css_parser", "~> 1.0.1" gem "css_parser", "~> 1.0.1"
#gem "sass", "~> 3.1.1" gem "sass", "3.1"
gem "haml", "~> 3.1"
gem "rcov" gem "rcov"
gem "rubyzip" gem "rubyzip"
gem "livereload" gem "livereload"
@ -15,14 +16,16 @@ gem "rb-fsevent" if RUBY_PLATFORM =~ /darwin/
gem "ruby-prof" unless RUBY_PLATFORM == "java" gem "ruby-prof" unless RUBY_PLATFORM == "java"
gem 'autotest' gem 'autotest'
gem 'autotest-fsevent' if RUBY_PLATFORM =~ /darwin/ gem 'autotest-fsevent' if RUBY_PLATFORM =~ /darwin/
gem 'fakefs', :git => 'git://github.com/johnbintz/fakefs.git' gem 'fakefs', :git => 'git://github.com/johnbintz/fakefs.git'
gem 'mocha' gem 'mocha'
gem 'timecop' gem 'timecop'
<<<<<<< HEAD
gem 'diff-lcs', '~> 1.1.2' gem 'diff-lcs', '~> 1.1.2'
=======
>>>>>>> f3ea546150ded6fb0ee1ca91cde4c0349f088ddd

View File

@ -119,7 +119,11 @@ GEM
ruby-json (1.1.2) ruby-json (1.1.2)
ruby-prof (0.10.5) ruby-prof (0.10.5)
rubyzip (0.9.4) rubyzip (0.9.4)
<<<<<<< HEAD
sass (3.1.1) sass (3.1.1)
=======
sass (3.1.0)
>>>>>>> f3ea546150ded6fb0ee1ca91cde4c0349f088ddd
sys-uname (0.8.5) sys-uname (0.8.5)
term-ansicolor (1.0.5) term-ansicolor (1.0.5)
thor (0.14.6) thor (0.14.6)
@ -140,6 +144,10 @@ DEPENDENCIES
cucumber (~> 0.9.2) cucumber (~> 0.9.2)
diff-lcs (~> 1.1.2) diff-lcs (~> 1.1.2)
fakefs! fakefs!
<<<<<<< HEAD
=======
haml (~> 3.1)
>>>>>>> f3ea546150ded6fb0ee1ca91cde4c0349f088ddd
livereload livereload
mocha mocha
rails (~> 3.0.0.rc) rails (~> 3.0.0.rc)
@ -148,4 +156,8 @@ DEPENDENCIES
rspec (~> 2.0.0) rspec (~> 2.0.0)
ruby-prof ruby-prof
rubyzip rubyzip
<<<<<<< HEAD
=======
sass (= 3.1)
>>>>>>> f3ea546150ded6fb0ee1ca91cde4c0349f088ddd
timecop timecop

1
doc-src/.gitignore vendored
View File

@ -1,3 +1,4 @@
bin bin
vendor vendor
output output
vendor/ruby

View File

@ -8,8 +8,8 @@ gem 'mime-types'
gem 'serve', "1.0.0" gem 'serve', "1.0.0"
gem 'nokogiri' gem 'nokogiri'
gem 'coderay' gem 'coderay'
gem 'sass', ">= 3.1.0.alpha.249" gem 'sass', ">= 3.1"
gem 'haml', ">= 3.1.0.alpha.36" gem 'haml', ">= 3.1"
gem 'rake' gem 'rake'
gem 'compass', :path => ".." gem 'compass', :path => ".."
gem 'compass-susy-plugin', ">=0.7.0.pre8" gem 'compass-susy-plugin', ">=0.7.0.pre8"

View File

@ -8,7 +8,7 @@ GIT
PATH PATH
remote: .. remote: ..
specs: specs:
compass (0.11.1.63cae60) compass (0.11.1.26f44fd)
chunky_png (~> 1.1) chunky_png (~> 1.1)
fssm (>= 0.2.7) fssm (>= 0.2.7)
sass (~> 3.1) sass (~> 3.1)
@ -54,7 +54,7 @@ DEPENDENCIES
compass-susy-plugin (>= 0.7.0.pre8) compass-susy-plugin (>= 0.7.0.pre8)
css-slideshow (= 0.2.0) css-slideshow (= 0.2.0)
css_parser (= 1.0.1) css_parser (= 1.0.1)
haml (>= 3.1.0.alpha.36) haml (>= 3.1)
json json
mime-types mime-types
nanoc3! nanoc3!
@ -64,6 +64,6 @@ DEPENDENCIES
rb-fsevent rb-fsevent
rdiscount rdiscount
ruby-prof ruby-prof
sass (>= 3.1.0.alpha.249) sass (>= 3.1)
serve (= 1.0.0) serve (= 1.0.0)
thor thor

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -0,0 +1,4 @@
---
title: Compass Documentation
redirect: /reference/compass/
---

View File

@ -12,7 +12,7 @@
Version: Version:
%a.number(href="/CHANGELOG/")= compass_version %a.number(href="/CHANGELOG/")= compass_version
%article= yield %article= yield
-#comments= render "partials/disqus_comments" -comments= render "partials/disqus_comments"
%footer(role="contentinfo")= render "partials/footer" %footer(role="contentinfo")= render "partials/footer"
= @item[:content_for_javascripts] = @item[:content_for_javascripts]
= render "partials/analytics" = render "partials/analytics"

View File

@ -14,7 +14,7 @@
Version: Version:
%a.number(href="/CHANGELOG/")= compass_version %a.number(href="/CHANGELOG/")= compass_version
%article= yield %article= yield
-#comments= render "partials/disqus_comments" -comments= render "partials/disqus_comments"
%footer(role="contentinfo")= render "partials/footer" %footer(role="contentinfo")= render "partials/footer"
= @item[:content_for_javascripts] = @item[:content_for_javascripts]
= render "partials/analytics" = render "partials/analytics"

View File

@ -0,0 +1,5 @@
!!!5
- # This template redirects.
%html{:dir => "ltr", :lang => "en"}
%head
%meta{:"http-equiv" => "refresh", :content => "0;#{@item[:redirect]}"}/

View File

@ -1,35 +1,35 @@
require 'json' require 'json'
STOP_WORDS = %w{ STOP_WORDS = %w{
a about above across after afterwards again against all almost a about above across after afterwards again against all almost
alone along already also although always am among amongst amoungst alone along already also although always am among amongst amoungst
amount an and another any anyhow anyone anything anyway anywhere amount an and another any anyhow anyone anything anyway anywhere
are around as at back be became because become becomes becoming are around as at back be became because become becomes becoming
been before beforehand behind being below beside besides between been before beforehand behind being below beside besides between
beyond bill both bottom but by call can cannot cant co computer con beyond bill both bottom but by call can cannot cant co computer con
could couldnt cry de describe detail do done down due during each could couldnt cry de describe detail do done down due during each
eg eight either eleven else elsewhere empty enough etc even ever eg eight either eleven else elsewhere empty enough etc even ever
every everyone everything everywhere except few fifteen fify fill every everyone everything everywhere except few fifteen fify fill
find fire first five for former formerly forty found four from find fire first five for former formerly forty found four from
front full further get give go had has hasnt have he hence her here front full further get give go had has hasnt have he hence her here
hereafter hereby herein hereupon hers herself him himself his how hereafter hereby herein hereupon hers herself him himself his how
however hundred i ie if in inc indeed interest into is it its however hundred i ie if in inc indeed interest into is it its
itself keep last latter latterly least less ltd made many may me itself keep last latter latterly least less ltd made many may me
meanwhile might mill mine more moreover most mostly move much must meanwhile might mill mine more moreover most mostly move much must
my myself name namely neither never nevertheless next nine no my myself name namely neither never nevertheless next nine no
nobody none noone nor not nothing now nowhere of off often on once nobody none noone nor not nothing now nowhere of off often on once
one only onto or other others otherwise our ours ourselves out over one only onto or other others otherwise our ours ourselves out over
own part per perhaps please put rather re same see seem seemed own part per perhaps please put rather re same see seem seemed
seeming seems serious several she should show side since sincere seeming seems serious several she should show side since sincere
six sixty so some somehow someone something sometime sometimes six sixty so some somehow someone something sometime sometimes
somewhere still such system take ten than that the their them somewhere still such system take ten than that the their them
themselves then thence there thereafter thereby therefore therein themselves then thence there thereafter thereby therefore therein
thereupon these they thick thin third this those though three thereupon these they thick thin third this those though three
through throughout thru thus to together too top toward towards through throughout thru thus to together too top toward towards
twelve twenty two un under until up upon us very via was we well twelve twenty two un under until up upon us very via was we well
were what whatever when whence whenever where whereafter whereas were what whatever when whence whenever where whereafter whereas
whereby wherein whereupon wherever whether which while whither who whereby wherein whereupon wherever whether which while whither who
whoever whole whom whose why will with within without would yet you whoever whole whom whose why will with within without would yet you
your yours yourself yourselves your yours yourself yourselves
} unless defined?(STOP_WORDS) } unless defined?(STOP_WORDS)