Skip to content

Commit

Permalink
updated the sencha site graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Apr 27, 2011
1 parent 26f44fd commit f86bbfc
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -26,3 +26,5 @@ attic
devbin
.rvmrc
*.rbc
vendor/ruby
vendor
8 changes: 2 additions & 6 deletions Gemfile
Expand Up @@ -7,21 +7,17 @@ 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"
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 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -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/
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -149,5 +149,5 @@ DEPENDENCIES
rspec (~> 2.0.0)
ruby-prof
rubyzip
sass (= 3.1.0.alpha.263)
sass (= 3.1)
timecop
1 change: 1 addition & 0 deletions doc-src/.gitignore
@@ -1,3 +1,4 @@
bin
vendor
output
vendor/ruby
4 changes: 2 additions & 2 deletions doc-src/Gemfile
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions doc-src/Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -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!
Expand All @@ -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 modified doc-src/assets/images/sites/sencha.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f86bbfc

Please sign in to comment.