Skip to content

Commit

Permalink
Consolidate API modules into a single module
Browse files Browse the repository at this point in the history
This reduces the number of requires/includes by 15.
  • Loading branch information
sferik committed Jul 24, 2012
1 parent 010ef3d commit 7db183c
Show file tree
Hide file tree
Showing 35 changed files with 2,853 additions and 3,165 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ critical security vulnerabilities are discovered.

Here are some fun facts about the 3.0 release:

* The entire library is implemented in just 2,500 lines of code
* With over 5,000 lines of specs, the spec-to-code ratio is over 2:1
* The entire library is implemented in just 2,149 lines of code
* With over 5,000 lines of specs, the spec-to-code ratio is over 2.5:1
* The spec suite contains 665 examples and runs in under 2 seconds on a MacBook
* This project has 100% C0 code coverage (the tests execute every line of
source code at least once)
Expand Down
2,726 changes: 2,726 additions & 0 deletions lib/twitter/api.rb

Large diffs are not rendered by default.

183 changes: 0 additions & 183 deletions lib/twitter/api/account.rb

This file was deleted.

52 changes: 0 additions & 52 deletions lib/twitter/api/activity.rb

This file was deleted.

Loading

0 comments on commit 7db183c

Please sign in to comment.