Skip to content

Commit

Permalink
Don't need date, generated automatically in bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoack committed Nov 23, 2016
1 parent 114aa8d commit 0f9251a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activerecord-nulldb-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Gem::Specification.new do |s|

s.require_paths = ["lib"]
s.authors = ["Avdi Grimm", "Myron Marston"]
s.date = "2016-09-26"
s.summary = "The Null Object pattern as applied to ActiveRecord database adapters"
s.description = "A database backend that translates database interactions into no-ops. Using NullDB enables you to test your model business logic - including after_save hooks - without ever touching a real database."
s.email = "myron.marston@gmail.com"
Expand Down

0 comments on commit 0f9251a

Please sign in to comment.