Skip to content

Commit

Permalink
Readme improvements
Browse files Browse the repository at this point in the history
Remove changelog. Useless and confusing when it's not maintained.
Renamed MIT-LICENSE.md to LICENSE.md. Contents unchanged.
Remove outdated copyright notice.
Make the compatability more explicit.

<3
  • Loading branch information
tilsammans committed Apr 16, 2013
1 parent ce7f060 commit 42a1c86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 48 deletions.
35 changes: 0 additions & 35 deletions CHANGELOG.md

This file was deleted.

File renamed without changes.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ was used.

## Compatibility

Version 2.x is compatible with Ruby 1.8.7+ and Rails 3+.
Version 2.x is compatible with Ruby 1.8.7+ and Rails 3, but not 4.

Version 3.x (currently unreleased) is compatible with Ruby 1.9+ and Rails 3+.
Version 3.x (currently unreleased) is compatible with Ruby 1.9+ and Rails 3 and 4.

For an up-to-date roadmap, see https://github.com/mbleigh/acts-as-taggable-on/issues/milestones

Expand Down Expand Up @@ -46,12 +46,15 @@ rake db:migrate
## Testing

Acts As Taggable On uses RSpec for its test coverage. Inside the gem
directory, you can run the specs for RoR 3.x with:
directory, you can run the specs with:

```shell
bundle
rake spec
```

If you want, add a `.ruby-version` file in the project root (and use rbenv or RVM) to work on a specific version of Ruby.

## Usage

```ruby
Expand Down Expand Up @@ -285,21 +288,14 @@ If you want to change the default delimiter (it defaults to ','). You can also p
ActsAsTaggableOn.delimiter = ','
```

## Changelog

See [CHANGELOG](https://github.com/mbleigh/acts-as-taggable-on/blob/master/CHANGELOG.md).

## Contributors

We have a long list of valued contributors. [Check them all](https://github.com/mbleigh/acts-as-taggable-on/contributors)

## Maintainers
## Maintainer

* [Artem Kramarenko](https://github.com/artemk) (artemk)
* [Joost Baaij](https://github.com/tilsammans)

## Author

* [Michael Bleigh](https://github.com/mbleigh)
## License

Copyright (c) 2007-2011 Michael Bleigh (http://mbleigh.com/) and Intridea Inc. (http://intridea.com/), released under the [MIT license](https://github.com/mbleigh/acts-as-taggable-on/blob/master/MIT-LICENSE.md)
See [LICENSE](https://github.com/mbleigh/acts-as-taggable-on/blob/master/LICENSE.md)

0 comments on commit 42a1c86

Please sign in to comment.