Skip to content

Commit

Permalink
Populator added, readme changed
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed Jul 9, 2012
1 parent 6a1f156 commit 91c2539
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 261 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -18,6 +18,10 @@ group :production do
end

group :development do
gem 'bluecloth'
gem 'populator'
gem 'faker'
gem 'github-markup'
gem 'slim-rails'
gem 'ruby_parser'
gem 'hpricot'
Expand Down
9 changes: 9 additions & 0 deletions Gemfile.lock
Expand Up @@ -31,6 +31,7 @@ GEM
addressable (2.2.8)
arel (3.0.2)
bcrypt-ruby (3.0.1)
bluecloth (2.2.0)
builder (3.0.0)
cancan (1.6.7)
capybara (1.1.2)
Expand Down Expand Up @@ -80,9 +81,12 @@ GEM
factory_girl_rails (3.4.0)
factory_girl (~> 3.4.0)
railties (>= 3.0.0)
faker (1.0.1)
i18n (~> 0.4)
ffi (1.0.11)
gherkin (2.11.0)
json (>= 1.4.6)
github-markup (0.7.2)
gravatar_image_tag (1.1.3)
guard (1.2.1)
listen (>= 0.4.2)
Expand Down Expand Up @@ -129,6 +133,7 @@ GEM
nokogiri (1.5.4)
orm_adapter (0.3.0)
polyglot (0.3.3)
populator (1.0.0)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
Expand Down Expand Up @@ -255,6 +260,7 @@ PLATFORMS
ruby

DEPENDENCIES
bluecloth
cancan
capybara
capybara-webkit
Expand All @@ -264,13 +270,16 @@ DEPENDENCIES
devise
email_spec
factory_girl_rails (~> 3.0)
faker
github-markup
gravatar_image_tag
guard-cucumber
guard-rspec
guard-spork
hpricot
jquery-rails
kaminari
populator
rails (= 3.2.6)
resque
resque_mailer
Expand Down
261 changes: 0 additions & 261 deletions README.rdoc

This file was deleted.

0 comments on commit 91c2539

Please sign in to comment.