Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tute committed Mar 16, 2012
1 parent ee5da3d commit 1519e1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.markdown
Expand Up @@ -124,6 +124,12 @@ installation, and configuring <tt>config.orm = :mongo_mapper</tt> in

---

# Upgrade to 0.3.0

Badges data is now stored in <tt>config/initializers/merit.rb</tt> using
<tt>ambry</tt> syntax (not in the DB anymore, as that table needed to be in
sync in all development environments).

# Upgrade to 0.2.0

Added <tt>had_errors</tt> boolean attribute to <tt>merit_actions</tt> table.
Expand Down
2 changes: 1 addition & 1 deletion merit.gemspec
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.summary = "General reputation Rails engine."
s.description = "General reputation Rails engine."
s.files = `git ls-files`.split("\n").reject{|f| f =~ /^\./ }
s.version = "0.2.5"
s.version = "0.3.0"
s.authors = ["Tute Costa"]
s.email = 'tutecosta@gmail.com'
s.add_dependency 'ambry'
Expand Down

0 comments on commit 1519e1d

Please sign in to comment.