Bump version to 0.1.1

master
Guillaume Dott 2014-09-23 14:49:20 +02:00
parent 2ba7f029cd
commit 2bbcd4ab70
3 changed files with 2 additions and 6 deletions

View File

@ -69,7 +69,3 @@ A `Moderation` instance has 4 methods:
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## License
TheModerator is released under AGPLv3 license. Copyright (c) 2013 La Fourmi Immo

View File

@ -1,3 +1,3 @@
module TheModerator
VERSION = "0.1.0"
VERSION = "0.1.1"
end

View File

@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Moderate fields of a model or its associations}
spec.summary = %q{Moderate fields before their insertion in the database by serializing and saving them into a separate 'moderations' table.}
spec.homepage = "https://github.com/gdott9/the_moderator"
spec.license = "AGPL"
spec.license = "MIT"
spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }