Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
add fakeweb, /bin to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mockdeep committed Jan 10, 2013
1 parent 0b22e95 commit a70448c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@

.swp
.orig
/bin
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ group :assets do
gem 'therubyracer', :platforms => :ruby
gem 'execjs'
end

group :test do
gem 'fakeweb'
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ GEM
railties (>= 3.0.0)
faker (1.1.2)
i18n (~> 0.5)
fakeweb (1.3.0)
ffi (1.2.0)
guard (1.5.4)
listen (>= 0.4.2)
Expand Down Expand Up @@ -189,6 +190,7 @@ DEPENDENCIES
execjs
factory_girl_rails
faker
fakeweb
guard-rspec
guard-spork
haml-rails
Expand Down

0 comments on commit a70448c

Please sign in to comment.