Skip to content

Commit

Permalink
updated gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny committed Aug 28, 2012
1 parent f1667af commit 17d4074
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ gem 'closure-compiler'
gem 'rdiscount'

gem 'sass-twitter-bootstrap', '2.0.4', :git => 'https://github.com/johnny/sass-twitter-bootstrap.git', :branch => 'customizations'

gem "selenium-webdriver"
gem "rspec"
gem 'hpricot'
22 changes: 22 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ GEM
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.8)
childprocess (0.3.5)
ffi (~> 1.0, >= 1.0.6)
chunky_png (1.2.5)
closure-compiler (1.1.6)
coderay (1.0.7)
Expand All @@ -30,6 +32,7 @@ GEM
fssm (>= 0.2.7)
sass (~> 3.1)
daemons (1.1.8)
diff-lcs (1.1.3)
em-websocket (0.3.8)
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
Expand All @@ -53,6 +56,8 @@ GEM
url_mount (~> 0.2.1)
i18n (0.6.0)
libv8 (3.3.10.4)
libwebsocket (0.1.5)
addressable
listen (0.4.7)
rb-fchange (~> 0.0.5)
rb-fsevent (~> 0.9.1)
Expand Down Expand Up @@ -114,6 +119,20 @@ GEM
rb-inotify (0.8.8)
ffi (>= 0.5.0)
rdiscount (1.6.8)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.2)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2)
rubyzip (0.9.9)
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
Expand Down Expand Up @@ -147,11 +166,14 @@ PLATFORMS
DEPENDENCIES
closure-compiler
guard-livereload
hpricot
middleman (>= 3)
rack-coderay
rack-livereload
rdiscount
rspec
sass!
sass-twitter-bootstrap (= 2.0.4)!
selenium-webdriver
therubyracer
thin
5 changes: 5 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
- [ ] better loading:
- [ ] specify textile etc. from attribute
- [ ] properly convert html to textile
- [ ] better extensibility
- [ ] hook into toHTML (for conversion of uris in markupText)
- [ ] hook after fromHTML
- [ ] image floating
- [ ] left/right/center
- [ ] style fixes
- [ ] selects
- [ ] form in modal
Expand Down
Binary file added vendor/cache/childprocess-0.3.5.gem
Binary file not shown.
Binary file added vendor/cache/diff-lcs-1.1.3.gem
Binary file not shown.
Binary file added vendor/cache/libwebsocket-0.1.5.gem
Binary file not shown.
Binary file added vendor/cache/rspec-2.11.0.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-2.11.1.gem
Binary file not shown.
Binary file added vendor/cache/rspec-expectations-2.11.2.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-2.11.2.gem
Binary file not shown.
Binary file added vendor/cache/rubyzip-0.9.9.gem
Binary file not shown.
Binary file added vendor/cache/selenium-webdriver-2.25.0.gem
Binary file not shown.

0 comments on commit 17d4074

Please sign in to comment.