Bump version to 0.1.1
parent
2ba7f029cd
commit
2bbcd4ab70
|
@ -69,7 +69,3 @@ A `Moderation` instance has 4 methods:
|
||||||
3. Commit your changes (`git commit -am 'Add some feature'`)
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
||||||
4. Push to the branch (`git push origin my-new-feature`)
|
4. Push to the branch (`git push origin my-new-feature`)
|
||||||
5. Create new Pull Request
|
5. Create new Pull Request
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
TheModerator is released under AGPLv3 license. Copyright (c) 2013 La Fourmi Immo
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module TheModerator
|
module TheModerator
|
||||||
VERSION = "0.1.0"
|
VERSION = "0.1.1"
|
||||||
end
|
end
|
||||||
|
|
|
@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
||||||
spec.description = %q{Moderate fields of a model or its associations}
|
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.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.homepage = "https://github.com/gdott9/the_moderator"
|
||||||
spec.license = "AGPL"
|
spec.license = "MIT"
|
||||||
|
|
||||||
spec.files = `git ls-files`.split($/)
|
spec.files = `git ls-files`.split($/)
|
||||||
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
||||||
|
|
Loading…
Reference in New Issue