Skip to content

Commit

Permalink
Merge pull request #8 from brandondrew/master
Browse files Browse the repository at this point in the history
very minor updates
  • Loading branch information
delitescere committed Aug 25, 2015
2 parents d6a4c6b + e2e0d2b commit b0e67c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/jeweler.rake
Expand Up @@ -3,9 +3,9 @@ begin
Jeweler::Tasks.new do |gemspec|
gemspec.name = "squealer"
gemspec.summary = "Document-oriented to Relational database exporter"
gemspec.description = "Exports mongodb to mysql. More later."
gemspec.description = "Exports mongodb to mysql or postgresql. More later."
gemspec.email = "joshua.graham@grahamis.com"
gemspec.homepage = "http://github.com/deltiscere/squealer/"
gemspec.homepage = "http://github.com/delitescere/squealer/"
gemspec.authors = ["Josh Graham", "Durran Jordan"]
gem.add_dependency('mysql', '>= 2.8.1')
gem.add_dependency('mongo', '>= 0.18.3')
Expand Down

0 comments on commit b0e67c4

Please sign in to comment.