diff --git a/README.md b/README.md index 71cf8f7..35890e9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/the_moderator/version.rb b/lib/the_moderator/version.rb index 542100a..1f96cb2 100644 --- a/lib/the_moderator/version.rb +++ b/lib/the_moderator/version.rb @@ -1,3 +1,3 @@ module TheModerator - VERSION = "0.1.0" + VERSION = "0.1.1" end diff --git a/the_moderator.gemspec b/the_moderator.gemspec index 11b76cc..de1cb84 100644 --- a/the_moderator.gemspec +++ b/the_moderator.gemspec @@ -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) }