Skip to content

Commit

Permalink
Version 2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Mar 6, 2015
1 parent 4a8fc0a commit 80ae387
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

2.2.10
------

* Add Jbuilder::Blank#empty? to tell if attributes are empty [#257](https://github.com/rails/jbuilder/pull/257) [@a2ikm](https://github.com/a2ikm)

2.2.9
-----

Expand Down
2 changes: 1 addition & 1 deletion jbuilder.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'jbuilder'
s.version = '2.2.9'
s.version = '2.2.10'
s.authors = ['David Heinemeier Hansson', 'Pavel Pravosud']
s.email = ['david@37signals.com', 'pavel@pravosud.com']
s.summary = 'Create JSON structures via a Builder-style DSL'
Expand Down

0 comments on commit 80ae387

Please sign in to comment.