Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Mar 7, 2013
1 parent a572633 commit 8ecdd0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Version 2.0.0 (WIP, will be released soon)
Version 2.0.0 (2013-03-07)

- Complete rewrite
- New DSL (see README)
- New DSL (see README.md)
- No global defaults anymore. Defaults are defined per ActiveRecord class
- No more storing defaults in the database
- Rails >= 3.1 needed (Rails 2.3 not supported anymore)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Ruby 1.8.7, 1.9.3 or 2.0.0
Include the gem in your Gemfile:

```ruby
gem 'ledermann-rails-settings', :github => 'ledermann/rails-settings', :require => 'rails-settings'
gem 'ledermann-rails-settings', :require => 'rails-settings'
```

Generate and run the migration:
Expand Down

0 comments on commit 8ecdd0a

Please sign in to comment.