Skip to content

Commit

Permalink
Update Gemfile for the wagenet/ember-docs move to emberjs/docs-generator
Browse files Browse the repository at this point in the history
At some point the ember-docs repo was moved to emberjs/docs-generator and the Gemfile needs to be updated accordingly.
  • Loading branch information
jwang committed Apr 12, 2012
1 parent bf70f02 commit 6c32bcd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -8,6 +8,6 @@ gem "uglifier", "~> 1.0.3"
group :development do
gem "rack"
gem "github-upload"
gem "ember-docs", :git => "https://github.com/wagenet/ember-docs.git"
gem "ember-docs", :git => "https://github.com/emberjs/docs-generator.git"
gem "kicker"
end
16 changes: 8 additions & 8 deletions Gemfile.lock
@@ -1,17 +1,17 @@
GIT
remote: https://github.com/livingsocial/rake-pipeline.git
revision: b70ca6cad7655e58d13031f3e24df7dfc74f9030
remote: https://github.com/emberjs/docs-generator.git
revision: cfbb82496c1c342ff6da49fc46559dd8fddf8b55
specs:
rake-pipeline (0.6.0)
rake (~> 0.9.0)
ember-docs (0.1)
rack
thor

GIT
remote: https://github.com/wagenet/ember-docs.git
revision: b32c0cb5ceea286c755a17640cb7f6750543e71c
remote: https://github.com/livingsocial/rake-pipeline.git
revision: b70ca6cad7655e58d13031f3e24df7dfc74f9030
specs:
ember-docs (0.1)
rack
rake-pipeline (0.6.0)
rake (~> 0.9.0)
thor

GIT
Expand Down

0 comments on commit 6c32bcd

Please sign in to comment.