mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Delete Rails test lockfiles.
Using `gemspec` in `Gemfiles` creates hardcoded absolute paths in the generated lockfile. This is regenerated later, but leaves your `git status` showing spurious entries for changed lockfiles that need to be worked around. Delete the lockfiles, and add them to `.gitignore`.
This commit is contained in:
parent
4ccff9c258
commit
f87c7ad79d
9 changed files with 1 additions and 635 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
||||||
/doc
|
/doc
|
||||||
/pkg
|
/pkg
|
||||||
/test/rails
|
/test/rails
|
||||||
|
/test/gemfiles/*.lock
|
||||||
/.haml
|
/.haml
|
||||||
/site
|
/site
|
||||||
*.rbc
|
*.rbc
|
||||||
|
|
|
@ -1,58 +0,0 @@
|
||||||
PATH
|
|
||||||
remote: ../..
|
|
||||||
specs:
|
|
||||||
haml (3.2.0.alpha.12)
|
|
||||||
tilt
|
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: ../../vendor/haml-contrib
|
|
||||||
specs:
|
|
||||||
haml-contrib (0.0.0)
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: http://rubygems.org/
|
|
||||||
specs:
|
|
||||||
actionmailer (2.0.5)
|
|
||||||
actionpack (= 2.0.5)
|
|
||||||
actionpack (2.0.5)
|
|
||||||
activesupport (= 2.0.5)
|
|
||||||
activerecord (2.0.5)
|
|
||||||
activesupport (= 2.0.5)
|
|
||||||
activeresource (2.0.5)
|
|
||||||
activesupport (= 2.0.5)
|
|
||||||
activesupport (2.0.5)
|
|
||||||
hpricot (0.8.6)
|
|
||||||
json (1.7.3)
|
|
||||||
maruku (0.6.0)
|
|
||||||
syntax (>= 1.0.0)
|
|
||||||
minitest (2.12.1)
|
|
||||||
rails (2.0.5)
|
|
||||||
actionmailer (= 2.0.5)
|
|
||||||
actionpack (= 2.0.5)
|
|
||||||
activerecord (= 2.0.5)
|
|
||||||
activeresource (= 2.0.5)
|
|
||||||
activesupport (= 2.0.5)
|
|
||||||
rake (>= 0.7.2)
|
|
||||||
rake (0.9.2.2)
|
|
||||||
rbench (0.2.3)
|
|
||||||
ruby_parser (2.3.1)
|
|
||||||
sexp_processor (~> 3.0)
|
|
||||||
sexp_processor (3.2.0)
|
|
||||||
syntax (1.0.0)
|
|
||||||
tilt (1.3.3)
|
|
||||||
yard (0.8.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
haml!
|
|
||||||
haml-contrib!
|
|
||||||
hpricot
|
|
||||||
json
|
|
||||||
maruku (>= 0.5.9)
|
|
||||||
minitest
|
|
||||||
rails (>= 2.0.0, < 2.1.0)
|
|
||||||
rbench
|
|
||||||
ruby_parser
|
|
||||||
yard (>= 0.5.3)
|
|
|
@ -1,58 +0,0 @@
|
||||||
PATH
|
|
||||||
remote: ../../vendor/haml-contrib
|
|
||||||
specs:
|
|
||||||
haml-contrib (0.0.0)
|
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: /Users/norman/work/haml/haml
|
|
||||||
specs:
|
|
||||||
haml (3.2.0.alpha.12)
|
|
||||||
tilt
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: http://rubygems.org/
|
|
||||||
specs:
|
|
||||||
actionmailer (2.1.2)
|
|
||||||
actionpack (= 2.1.2)
|
|
||||||
actionpack (2.1.2)
|
|
||||||
activesupport (= 2.1.2)
|
|
||||||
activerecord (2.1.2)
|
|
||||||
activesupport (= 2.1.2)
|
|
||||||
activeresource (2.1.2)
|
|
||||||
activesupport (= 2.1.2)
|
|
||||||
activesupport (2.1.2)
|
|
||||||
hpricot (0.8.6)
|
|
||||||
json (1.7.3)
|
|
||||||
maruku (0.6.0)
|
|
||||||
syntax (>= 1.0.0)
|
|
||||||
minitest (2.12.1)
|
|
||||||
rails (2.1.2)
|
|
||||||
actionmailer (= 2.1.2)
|
|
||||||
actionpack (= 2.1.2)
|
|
||||||
activerecord (= 2.1.2)
|
|
||||||
activeresource (= 2.1.2)
|
|
||||||
activesupport (= 2.1.2)
|
|
||||||
rake (>= 0.8.1)
|
|
||||||
rake (0.9.2.2)
|
|
||||||
rbench (0.2.3)
|
|
||||||
ruby_parser (2.3.1)
|
|
||||||
sexp_processor (~> 3.0)
|
|
||||||
sexp_processor (3.2.0)
|
|
||||||
syntax (1.0.0)
|
|
||||||
tilt (1.3.3)
|
|
||||||
yard (0.8.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
haml!
|
|
||||||
haml-contrib!
|
|
||||||
hpricot
|
|
||||||
json
|
|
||||||
maruku (>= 0.5.9)
|
|
||||||
minitest
|
|
||||||
rails (>= 2.1.0, < 2.2.0)
|
|
||||||
rbench
|
|
||||||
ruby_parser
|
|
||||||
yard (>= 0.5.3)
|
|
|
@ -1,58 +0,0 @@
|
||||||
PATH
|
|
||||||
remote: ../../vendor/haml-contrib
|
|
||||||
specs:
|
|
||||||
haml-contrib (0.0.0)
|
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: /Users/norman/work/haml/haml
|
|
||||||
specs:
|
|
||||||
haml (3.2.0.alpha.12)
|
|
||||||
tilt
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: http://rubygems.org/
|
|
||||||
specs:
|
|
||||||
actionmailer (2.2.3)
|
|
||||||
actionpack (= 2.2.3)
|
|
||||||
actionpack (2.2.3)
|
|
||||||
activesupport (= 2.2.3)
|
|
||||||
activerecord (2.2.3)
|
|
||||||
activesupport (= 2.2.3)
|
|
||||||
activeresource (2.2.3)
|
|
||||||
activesupport (= 2.2.3)
|
|
||||||
activesupport (2.2.3)
|
|
||||||
hpricot (0.8.6)
|
|
||||||
json (1.7.3)
|
|
||||||
maruku (0.6.0)
|
|
||||||
syntax (>= 1.0.0)
|
|
||||||
minitest (2.12.1)
|
|
||||||
rails (2.2.3)
|
|
||||||
actionmailer (= 2.2.3)
|
|
||||||
actionpack (= 2.2.3)
|
|
||||||
activerecord (= 2.2.3)
|
|
||||||
activeresource (= 2.2.3)
|
|
||||||
activesupport (= 2.2.3)
|
|
||||||
rake (>= 0.8.3)
|
|
||||||
rake (0.9.2.2)
|
|
||||||
rbench (0.2.3)
|
|
||||||
ruby_parser (2.3.1)
|
|
||||||
sexp_processor (~> 3.0)
|
|
||||||
sexp_processor (3.2.0)
|
|
||||||
syntax (1.0.0)
|
|
||||||
tilt (1.3.3)
|
|
||||||
yard (0.8.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
haml!
|
|
||||||
haml-contrib!
|
|
||||||
hpricot
|
|
||||||
json
|
|
||||||
maruku (>= 0.5.9)
|
|
||||||
minitest
|
|
||||||
rails (>= 2.2.0, < 2.3.0)
|
|
||||||
rbench
|
|
||||||
ruby_parser
|
|
||||||
yard (>= 0.5.3)
|
|
|
@ -1,60 +0,0 @@
|
||||||
PATH
|
|
||||||
remote: ../../vendor/haml-contrib
|
|
||||||
specs:
|
|
||||||
haml-contrib (0.0.0)
|
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: /Users/norman/work/haml/haml
|
|
||||||
specs:
|
|
||||||
haml (3.2.0.alpha.12)
|
|
||||||
tilt
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: http://rubygems.org/
|
|
||||||
specs:
|
|
||||||
actionmailer (2.3.14)
|
|
||||||
actionpack (= 2.3.14)
|
|
||||||
actionpack (2.3.14)
|
|
||||||
activesupport (= 2.3.14)
|
|
||||||
rack (~> 1.1.0)
|
|
||||||
activerecord (2.3.14)
|
|
||||||
activesupport (= 2.3.14)
|
|
||||||
activeresource (2.3.14)
|
|
||||||
activesupport (= 2.3.14)
|
|
||||||
activesupport (2.3.14)
|
|
||||||
hpricot (0.8.6)
|
|
||||||
json (1.7.3)
|
|
||||||
maruku (0.6.0)
|
|
||||||
syntax (>= 1.0.0)
|
|
||||||
minitest (2.12.1)
|
|
||||||
rack (1.1.3)
|
|
||||||
rails (2.3.14)
|
|
||||||
actionmailer (= 2.3.14)
|
|
||||||
actionpack (= 2.3.14)
|
|
||||||
activerecord (= 2.3.14)
|
|
||||||
activeresource (= 2.3.14)
|
|
||||||
activesupport (= 2.3.14)
|
|
||||||
rake (>= 0.8.3)
|
|
||||||
rake (0.9.2.2)
|
|
||||||
rbench (0.2.3)
|
|
||||||
ruby_parser (2.3.1)
|
|
||||||
sexp_processor (~> 3.0)
|
|
||||||
sexp_processor (3.2.0)
|
|
||||||
syntax (1.0.0)
|
|
||||||
tilt (1.3.3)
|
|
||||||
yard (0.8.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
haml!
|
|
||||||
haml-contrib!
|
|
||||||
hpricot
|
|
||||||
json
|
|
||||||
maruku (>= 0.5.9)
|
|
||||||
minitest
|
|
||||||
rails (>= 2.3.0, < 2.4.0)
|
|
||||||
rbench
|
|
||||||
ruby_parser
|
|
||||||
yard (>= 0.5.3)
|
|
|
@ -1,107 +0,0 @@
|
||||||
PATH
|
|
||||||
remote: ../../vendor/haml-contrib
|
|
||||||
specs:
|
|
||||||
haml-contrib (0.0.0)
|
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: /Users/norman/work/haml/haml
|
|
||||||
specs:
|
|
||||||
haml (3.2.0.alpha.12)
|
|
||||||
tilt
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: http://rubygems.org/
|
|
||||||
specs:
|
|
||||||
abstract (1.0.0)
|
|
||||||
actionmailer (3.0.12)
|
|
||||||
actionpack (= 3.0.12)
|
|
||||||
mail (~> 2.2.19)
|
|
||||||
actionpack (3.0.12)
|
|
||||||
activemodel (= 3.0.12)
|
|
||||||
activesupport (= 3.0.12)
|
|
||||||
builder (~> 2.1.2)
|
|
||||||
erubis (~> 2.6.6)
|
|
||||||
i18n (~> 0.5.0)
|
|
||||||
rack (~> 1.2.5)
|
|
||||||
rack-mount (~> 0.6.14)
|
|
||||||
rack-test (~> 0.5.7)
|
|
||||||
tzinfo (~> 0.3.23)
|
|
||||||
activemodel (3.0.12)
|
|
||||||
activesupport (= 3.0.12)
|
|
||||||
builder (~> 2.1.2)
|
|
||||||
i18n (~> 0.5.0)
|
|
||||||
activerecord (3.0.12)
|
|
||||||
activemodel (= 3.0.12)
|
|
||||||
activesupport (= 3.0.12)
|
|
||||||
arel (~> 2.0.10)
|
|
||||||
tzinfo (~> 0.3.23)
|
|
||||||
activeresource (3.0.12)
|
|
||||||
activemodel (= 3.0.12)
|
|
||||||
activesupport (= 3.0.12)
|
|
||||||
activesupport (3.0.12)
|
|
||||||
arel (2.0.10)
|
|
||||||
builder (2.1.2)
|
|
||||||
erubis (2.6.6)
|
|
||||||
abstract (>= 1.0.0)
|
|
||||||
hpricot (0.8.6)
|
|
||||||
i18n (0.5.0)
|
|
||||||
json (1.7.0)
|
|
||||||
mail (2.2.19)
|
|
||||||
activesupport (>= 2.3.6)
|
|
||||||
i18n (>= 0.4.0)
|
|
||||||
mime-types (~> 1.16)
|
|
||||||
treetop (~> 1.4.8)
|
|
||||||
maruku (0.6.0)
|
|
||||||
syntax (>= 1.0.0)
|
|
||||||
mime-types (1.18)
|
|
||||||
minitest (2.12.1)
|
|
||||||
polyglot (0.3.3)
|
|
||||||
rack (1.2.5)
|
|
||||||
rack-mount (0.6.14)
|
|
||||||
rack (>= 1.0.0)
|
|
||||||
rack-test (0.5.7)
|
|
||||||
rack (>= 1.0)
|
|
||||||
rails (3.0.12)
|
|
||||||
actionmailer (= 3.0.12)
|
|
||||||
actionpack (= 3.0.12)
|
|
||||||
activerecord (= 3.0.12)
|
|
||||||
activeresource (= 3.0.12)
|
|
||||||
activesupport (= 3.0.12)
|
|
||||||
bundler (~> 1.0)
|
|
||||||
railties (= 3.0.12)
|
|
||||||
railties (3.0.12)
|
|
||||||
actionpack (= 3.0.12)
|
|
||||||
activesupport (= 3.0.12)
|
|
||||||
rake (>= 0.8.7)
|
|
||||||
rdoc (~> 3.4)
|
|
||||||
thor (~> 0.14.4)
|
|
||||||
rake (0.9.2.2)
|
|
||||||
rbench (0.2.3)
|
|
||||||
rdoc (3.12)
|
|
||||||
json (~> 1.4)
|
|
||||||
ruby_parser (2.3.1)
|
|
||||||
sexp_processor (~> 3.0)
|
|
||||||
sexp_processor (3.2.0)
|
|
||||||
syntax (1.0.0)
|
|
||||||
thor (0.14.6)
|
|
||||||
tilt (1.3.3)
|
|
||||||
treetop (1.4.10)
|
|
||||||
polyglot
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
tzinfo (0.3.33)
|
|
||||||
yard (0.8.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
haml!
|
|
||||||
haml-contrib!
|
|
||||||
hpricot
|
|
||||||
json
|
|
||||||
maruku (>= 0.5.9)
|
|
||||||
minitest
|
|
||||||
rails (>= 3.0.0, < 3.1.0)
|
|
||||||
rbench
|
|
||||||
ruby_parser
|
|
||||||
yard (>= 0.5.3)
|
|
|
@ -1,117 +0,0 @@
|
||||||
PATH
|
|
||||||
remote: ../../vendor/haml-contrib
|
|
||||||
specs:
|
|
||||||
haml-contrib (0.0.0)
|
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: /Users/norman/work/haml/haml
|
|
||||||
specs:
|
|
||||||
haml (3.2.0.alpha.12)
|
|
||||||
tilt
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: http://rubygems.org/
|
|
||||||
specs:
|
|
||||||
actionmailer (3.1.4)
|
|
||||||
actionpack (= 3.1.4)
|
|
||||||
mail (~> 2.3.0)
|
|
||||||
actionpack (3.1.4)
|
|
||||||
activemodel (= 3.1.4)
|
|
||||||
activesupport (= 3.1.4)
|
|
||||||
builder (~> 3.0.0)
|
|
||||||
erubis (~> 2.7.0)
|
|
||||||
i18n (~> 0.6)
|
|
||||||
rack (~> 1.3.6)
|
|
||||||
rack-cache (~> 1.1)
|
|
||||||
rack-mount (~> 0.8.2)
|
|
||||||
rack-test (~> 0.6.1)
|
|
||||||
sprockets (~> 2.0.3)
|
|
||||||
activemodel (3.1.4)
|
|
||||||
activesupport (= 3.1.4)
|
|
||||||
builder (~> 3.0.0)
|
|
||||||
i18n (~> 0.6)
|
|
||||||
activerecord (3.1.4)
|
|
||||||
activemodel (= 3.1.4)
|
|
||||||
activesupport (= 3.1.4)
|
|
||||||
arel (~> 2.2.3)
|
|
||||||
tzinfo (~> 0.3.29)
|
|
||||||
activeresource (3.1.4)
|
|
||||||
activemodel (= 3.1.4)
|
|
||||||
activesupport (= 3.1.4)
|
|
||||||
activesupport (3.1.4)
|
|
||||||
multi_json (~> 1.0)
|
|
||||||
arel (2.2.3)
|
|
||||||
builder (3.0.0)
|
|
||||||
erubis (2.7.0)
|
|
||||||
hike (1.2.1)
|
|
||||||
hpricot (0.8.6)
|
|
||||||
i18n (0.6.0)
|
|
||||||
json (1.7.0)
|
|
||||||
mail (2.3.3)
|
|
||||||
i18n (>= 0.4.0)
|
|
||||||
mime-types (~> 1.16)
|
|
||||||
treetop (~> 1.4.8)
|
|
||||||
maruku (0.6.0)
|
|
||||||
syntax (>= 1.0.0)
|
|
||||||
mime-types (1.18)
|
|
||||||
minitest (2.12.1)
|
|
||||||
multi_json (1.3.2)
|
|
||||||
polyglot (0.3.3)
|
|
||||||
rack (1.3.6)
|
|
||||||
rack-cache (1.2)
|
|
||||||
rack (>= 0.4)
|
|
||||||
rack-mount (0.8.3)
|
|
||||||
rack (>= 1.0.0)
|
|
||||||
rack-ssl (1.3.2)
|
|
||||||
rack
|
|
||||||
rack-test (0.6.1)
|
|
||||||
rack (>= 1.0)
|
|
||||||
rails (3.1.4)
|
|
||||||
actionmailer (= 3.1.4)
|
|
||||||
actionpack (= 3.1.4)
|
|
||||||
activerecord (= 3.1.4)
|
|
||||||
activeresource (= 3.1.4)
|
|
||||||
activesupport (= 3.1.4)
|
|
||||||
bundler (~> 1.0)
|
|
||||||
railties (= 3.1.4)
|
|
||||||
railties (3.1.4)
|
|
||||||
actionpack (= 3.1.4)
|
|
||||||
activesupport (= 3.1.4)
|
|
||||||
rack-ssl (~> 1.3.2)
|
|
||||||
rake (>= 0.8.7)
|
|
||||||
rdoc (~> 3.4)
|
|
||||||
thor (~> 0.14.6)
|
|
||||||
rake (0.9.2.2)
|
|
||||||
rbench (0.2.3)
|
|
||||||
rdoc (3.12)
|
|
||||||
json (~> 1.4)
|
|
||||||
ruby_parser (2.3.1)
|
|
||||||
sexp_processor (~> 3.0)
|
|
||||||
sexp_processor (3.2.0)
|
|
||||||
sprockets (2.0.4)
|
|
||||||
hike (~> 1.2)
|
|
||||||
rack (~> 1.0)
|
|
||||||
tilt (~> 1.1, != 1.3.0)
|
|
||||||
syntax (1.0.0)
|
|
||||||
thor (0.14.6)
|
|
||||||
tilt (1.3.3)
|
|
||||||
treetop (1.4.10)
|
|
||||||
polyglot
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
tzinfo (0.3.33)
|
|
||||||
yard (0.8.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
haml!
|
|
||||||
haml-contrib!
|
|
||||||
hpricot
|
|
||||||
json
|
|
||||||
maruku (>= 0.5.9)
|
|
||||||
minitest
|
|
||||||
rails (>= 3.1.0, < 3.2.0)
|
|
||||||
rbench
|
|
||||||
ruby_parser
|
|
||||||
yard (>= 0.5.3)
|
|
|
@ -1,115 +0,0 @@
|
||||||
PATH
|
|
||||||
remote: ../../vendor/haml-contrib
|
|
||||||
specs:
|
|
||||||
haml-contrib (0.0.0)
|
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: /Users/norman/work/haml/haml
|
|
||||||
specs:
|
|
||||||
haml (3.2.0.alpha.12)
|
|
||||||
tilt
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: http://rubygems.org/
|
|
||||||
specs:
|
|
||||||
actionmailer (3.2.3)
|
|
||||||
actionpack (= 3.2.3)
|
|
||||||
mail (~> 2.4.4)
|
|
||||||
actionpack (3.2.3)
|
|
||||||
activemodel (= 3.2.3)
|
|
||||||
activesupport (= 3.2.3)
|
|
||||||
builder (~> 3.0.0)
|
|
||||||
erubis (~> 2.7.0)
|
|
||||||
journey (~> 1.0.1)
|
|
||||||
rack (~> 1.4.0)
|
|
||||||
rack-cache (~> 1.2)
|
|
||||||
rack-test (~> 0.6.1)
|
|
||||||
sprockets (~> 2.1.2)
|
|
||||||
activemodel (3.2.3)
|
|
||||||
activesupport (= 3.2.3)
|
|
||||||
builder (~> 3.0.0)
|
|
||||||
activerecord (3.2.3)
|
|
||||||
activemodel (= 3.2.3)
|
|
||||||
activesupport (= 3.2.3)
|
|
||||||
arel (~> 3.0.2)
|
|
||||||
tzinfo (~> 0.3.29)
|
|
||||||
activeresource (3.2.3)
|
|
||||||
activemodel (= 3.2.3)
|
|
||||||
activesupport (= 3.2.3)
|
|
||||||
activesupport (3.2.3)
|
|
||||||
i18n (~> 0.6)
|
|
||||||
multi_json (~> 1.0)
|
|
||||||
arel (3.0.2)
|
|
||||||
builder (3.0.0)
|
|
||||||
erubis (2.7.0)
|
|
||||||
hike (1.2.1)
|
|
||||||
hpricot (0.8.6)
|
|
||||||
i18n (0.6.0)
|
|
||||||
journey (1.0.3)
|
|
||||||
json (1.7.0)
|
|
||||||
mail (2.4.4)
|
|
||||||
i18n (>= 0.4.0)
|
|
||||||
mime-types (~> 1.16)
|
|
||||||
treetop (~> 1.4.8)
|
|
||||||
maruku (0.6.0)
|
|
||||||
syntax (>= 1.0.0)
|
|
||||||
mime-types (1.18)
|
|
||||||
minitest (2.12.1)
|
|
||||||
multi_json (1.3.2)
|
|
||||||
polyglot (0.3.3)
|
|
||||||
rack (1.4.1)
|
|
||||||
rack-cache (1.2)
|
|
||||||
rack (>= 0.4)
|
|
||||||
rack-ssl (1.3.2)
|
|
||||||
rack
|
|
||||||
rack-test (0.6.1)
|
|
||||||
rack (>= 1.0)
|
|
||||||
rails (3.2.3)
|
|
||||||
actionmailer (= 3.2.3)
|
|
||||||
actionpack (= 3.2.3)
|
|
||||||
activerecord (= 3.2.3)
|
|
||||||
activeresource (= 3.2.3)
|
|
||||||
activesupport (= 3.2.3)
|
|
||||||
bundler (~> 1.0)
|
|
||||||
railties (= 3.2.3)
|
|
||||||
railties (3.2.3)
|
|
||||||
actionpack (= 3.2.3)
|
|
||||||
activesupport (= 3.2.3)
|
|
||||||
rack-ssl (~> 1.3.2)
|
|
||||||
rake (>= 0.8.7)
|
|
||||||
rdoc (~> 3.4)
|
|
||||||
thor (~> 0.14.6)
|
|
||||||
rake (0.9.2.2)
|
|
||||||
rbench (0.2.3)
|
|
||||||
rdoc (3.12)
|
|
||||||
json (~> 1.4)
|
|
||||||
ruby_parser (2.3.1)
|
|
||||||
sexp_processor (~> 3.0)
|
|
||||||
sexp_processor (3.2.0)
|
|
||||||
sprockets (2.1.3)
|
|
||||||
hike (~> 1.2)
|
|
||||||
rack (~> 1.0)
|
|
||||||
tilt (~> 1.1, != 1.3.0)
|
|
||||||
syntax (1.0.0)
|
|
||||||
thor (0.14.6)
|
|
||||||
tilt (1.3.3)
|
|
||||||
treetop (1.4.10)
|
|
||||||
polyglot
|
|
||||||
polyglot (>= 0.3.1)
|
|
||||||
tzinfo (0.3.33)
|
|
||||||
yard (0.8.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
haml!
|
|
||||||
haml-contrib!
|
|
||||||
hpricot
|
|
||||||
json
|
|
||||||
maruku (>= 0.5.9)
|
|
||||||
minitest
|
|
||||||
rails (>= 3.2.0, < 3.3.0)
|
|
||||||
rbench
|
|
||||||
ruby_parser
|
|
||||||
yard (>= 0.5.3)
|
|
|
@ -1,62 +0,0 @@
|
||||||
PATH
|
|
||||||
remote: ../../vendor/haml-contrib
|
|
||||||
specs:
|
|
||||||
haml-contrib (0.0.0)
|
|
||||||
|
|
||||||
PATH
|
|
||||||
remote: /Users/norman/work/haml/haml
|
|
||||||
specs:
|
|
||||||
haml (3.2.0.alpha.12)
|
|
||||||
tilt
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: http://rubygems.org/
|
|
||||||
specs:
|
|
||||||
actionmailer (2.3.14)
|
|
||||||
actionpack (= 2.3.14)
|
|
||||||
actionpack (2.3.14)
|
|
||||||
activesupport (= 2.3.14)
|
|
||||||
rack (~> 1.1.0)
|
|
||||||
activerecord (2.3.14)
|
|
||||||
activesupport (= 2.3.14)
|
|
||||||
activeresource (2.3.14)
|
|
||||||
activesupport (= 2.3.14)
|
|
||||||
activesupport (2.3.14)
|
|
||||||
hpricot (0.8.4)
|
|
||||||
json (1.7.3)
|
|
||||||
maruku (0.6.0)
|
|
||||||
syntax (>= 1.0.0)
|
|
||||||
minitest (2.12.1)
|
|
||||||
rack (1.1.2)
|
|
||||||
rails (2.3.14)
|
|
||||||
actionmailer (= 2.3.14)
|
|
||||||
actionpack (= 2.3.14)
|
|
||||||
activerecord (= 2.3.14)
|
|
||||||
activeresource (= 2.3.14)
|
|
||||||
activesupport (= 2.3.14)
|
|
||||||
rake (>= 0.8.3)
|
|
||||||
rails_xss (0.1.3)
|
|
||||||
rake (0.9.2)
|
|
||||||
rbench (0.2.3)
|
|
||||||
ruby_parser (2.3.0)
|
|
||||||
sexp_processor (~> 3.0)
|
|
||||||
sexp_processor (3.0.6)
|
|
||||||
syntax (1.0.0)
|
|
||||||
tilt (1.3.3)
|
|
||||||
yard (0.8.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
haml!
|
|
||||||
haml-contrib!
|
|
||||||
hpricot
|
|
||||||
json
|
|
||||||
maruku (>= 0.5.9)
|
|
||||||
minitest
|
|
||||||
rails (>= 2.3.0, < 2.4.0)
|
|
||||||
rails_xss (>= 0.1.1)
|
|
||||||
rbench
|
|
||||||
ruby_parser
|
|
||||||
yard (>= 0.5.3)
|
|
Loading…
Reference in a new issue