Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Dec 3, 2013
1 parent a76c8de commit 53c1647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/serializable_attributes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# end
#
module SerializableAttributes
VERSION = "1.1.0"
VERSION = "1.2.0"

require File.expand_path('../serializable_attributes/types', __FILE__)
require File.expand_path('../serializable_attributes/schema', __FILE__)
Expand Down
5 changes: 3 additions & 2 deletions serializable_attributes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Gem::Specification.new do |s|
## If your rubyforge_project name is different, then edit it and comment out
## the sub! line in the Rakefile
s.name = 'serializable_attributes'
s.version = '1.1.0'
s.date = '2012-06-06'
s.version = '1.2.0'
s.date = '2013-12-03'
s.rubyforge_project = 'serializable_attributes'

## Make sure your summary is short. The description may be as long
Expand All @@ -39,6 +39,7 @@ Gem::Specification.new do |s|
## THE MANIFEST COMMENTS, they are used as delimiters by the task.
# = MANIFEST =
s.files = %w[
Gemfile
LICENSE
README.md
Rakefile
Expand Down

0 comments on commit 53c1647

Please sign in to comment.