Skip to content

Commit

Permalink
update readme and simplify license
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed May 14, 2012
1 parent ca52748 commit ccc9861
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Rakefile
Expand Up @@ -8,9 +8,10 @@ begin
Jeweler::Tasks.new do |gem| Jeweler::Tasks.new do |gem|
gem.name = project_name gem.name = project_name
gem.summary = "Merge 2 ActiveRecords, preserving associations and attributes" gem.summary = "Merge 2 ActiveRecords, preserving associations and attributes"
gem.email = "grosser.michael@gmail.com" gem.email = "michael@grosser.it"
gem.homepage = "http://github.com/grosser/#{project_name}" gem.homepage = "https://github.com/grosser/#{project_name}"
gem.authors = ["Michael Grosser"] gem.authors = ["Michael Grosser"]
gem.license = "MIT"
end end


Jeweler::GemcutterTasks.new Jeweler::GemcutterTasks.new
Expand Down
10 changes: 5 additions & 5 deletions Readme.md
Expand Up @@ -10,11 +10,11 @@ INSTALL


Rails plugin Rails plugin


script/plugin install git://github.com/grosser/ar_merge.git rails plugin install git://github.com/grosser/ar_merge.git


OR Gem OR Gem


sudo gem install ar_merge gem install ar_merge




USAGE USAGE
Expand All @@ -38,6 +38,6 @@ Merge duplicates


AUTHOR AUTHOR
====== ======
[Michael Grosser](http://pragmatig.wordpress.com) [Michael Grosser](grosser.it)</br>
grosser.michael@gmail.com michael@grosser.it</br>
Hereby placed under public domain, do what you want, just do not hold me accountable... License: MIT

0 comments on commit ccc9861

Please sign in to comment.