updated the sencha site graphic
This commit is contained in:
parent
26f44fd8a2
commit
f86bbfc013
2
.gitignore
vendored
2
.gitignore
vendored
@ -26,3 +26,5 @@ attic
|
||||
devbin
|
||||
.rvmrc
|
||||
*.rbc
|
||||
vendor/ruby
|
||||
vendor
|
||||
|
8
Gemfile
8
Gemfile
@ -7,8 +7,8 @@ gem "rspec", "~>2.0.0"
|
||||
gem "rails", "~>3.0.0.rc"
|
||||
gem "compass-validator", "3.0.0"
|
||||
gem "css_parser", "~> 1.0.1"
|
||||
gem "sass", "3.1.0.alpha.263"
|
||||
gem "haml", "~> 3.1.0.alpha"
|
||||
gem "sass", "3.1"
|
||||
gem "haml", "~> 3.1"
|
||||
gem "rcov"
|
||||
gem "rubyzip"
|
||||
gem "livereload"
|
||||
@ -16,12 +16,8 @@ gem "rb-fsevent"
|
||||
|
||||
gem "ruby-prof" unless RUBY_PLATFORM == "java"
|
||||
|
||||
|
||||
gem 'autotest'
|
||||
gem 'autotest-fsevent'
|
||||
gem 'fakefs', :git => 'git://github.com/johnbintz/fakefs.git'
|
||||
gem 'mocha'
|
||||
gem 'timecop'
|
||||
|
||||
|
||||
|
||||
|
12
Gemfile.lock
12
Gemfile.lock
@ -7,10 +7,10 @@ GIT
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
compass (0.11.1)
|
||||
chunky_png (~> 1.1.1)
|
||||
compass (0.11.1.26f44fd)
|
||||
chunky_png (~> 1.1)
|
||||
fssm (>= 0.2.7)
|
||||
sass (>= 3.1.0.alpha.249)
|
||||
sass (~> 3.1)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
@ -120,7 +120,7 @@ GEM
|
||||
ruby-json (1.1.2)
|
||||
ruby-prof (0.10.5)
|
||||
rubyzip (0.9.4)
|
||||
sass (3.1.0.alpha.263)
|
||||
sass (3.1.0)
|
||||
sys-uname (0.8.5)
|
||||
term-ansicolor (1.0.5)
|
||||
thor (0.14.6)
|
||||
@ -140,7 +140,7 @@ DEPENDENCIES
|
||||
css_parser (~> 1.0.1)
|
||||
cucumber (~> 0.9.2)
|
||||
fakefs!
|
||||
haml (~> 3.1.0.alpha)
|
||||
haml (~> 3.1)
|
||||
livereload
|
||||
mocha
|
||||
rails (~> 3.0.0.rc)
|
||||
@ -149,5 +149,5 @@ DEPENDENCIES
|
||||
rspec (~> 2.0.0)
|
||||
ruby-prof
|
||||
rubyzip
|
||||
sass (= 3.1.0.alpha.263)
|
||||
sass (= 3.1)
|
||||
timecop
|
||||
|
1
doc-src/.gitignore
vendored
1
doc-src/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
bin
|
||||
vendor
|
||||
output
|
||||
vendor/ruby
|
||||
|
@ -8,8 +8,8 @@ gem 'mime-types'
|
||||
gem 'serve', "1.0.0"
|
||||
gem 'nokogiri'
|
||||
gem 'coderay'
|
||||
gem 'sass', ">= 3.1.0.alpha.249"
|
||||
gem 'haml', ">= 3.1.0.alpha.36"
|
||||
gem 'sass', ">= 3.1"
|
||||
gem 'haml', ">= 3.1"
|
||||
gem 'rake'
|
||||
gem 'compass', :path => ".."
|
||||
gem 'compass-susy-plugin', ">=0.7.0.pre8"
|
||||
|
@ -8,7 +8,7 @@ GIT
|
||||
PATH
|
||||
remote: ..
|
||||
specs:
|
||||
compass (0.11.1.63cae60)
|
||||
compass (0.11.1.26f44fd)
|
||||
chunky_png (~> 1.1)
|
||||
fssm (>= 0.2.7)
|
||||
sass (~> 3.1)
|
||||
@ -54,7 +54,7 @@ DEPENDENCIES
|
||||
compass-susy-plugin (>= 0.7.0.pre8)
|
||||
css-slideshow (= 0.2.0)
|
||||
css_parser (= 1.0.1)
|
||||
haml (>= 3.1.0.alpha.36)
|
||||
haml (>= 3.1)
|
||||
json
|
||||
mime-types
|
||||
nanoc3!
|
||||
@ -64,6 +64,6 @@ DEPENDENCIES
|
||||
rb-fsevent
|
||||
rdiscount
|
||||
ruby-prof
|
||||
sass (>= 3.1.0.alpha.249)
|
||||
sass (>= 3.1)
|
||||
serve (= 1.0.0)
|
||||
thor
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue
Block a user