Skip to content

Commit

Permalink
fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
achiurizo committed Aug 29, 2010
1 parent 8e33ee8 commit 21ea987
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions riot-mongoid.gemspec
@@ -1,19 +1,14 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{riot-mongoid}
s.version = "1.1.3"
s.version = "2.0.0.beta"
s.required_rubygems_version = ">= 1.3.6"
s.authors = ["gabrielg"]
s.authors = ["gabrielg", "Arthur Chiu"]
s.date = Time.now.strftime("%Y-%m-%d")
s.description = %q{A collection of assertion macros for testing Mongoid with Riot}
s.email = %q{gabriel.gironda@gmail.com}
s.extra_rdoc_files = ["README.md"]
s.files = %w{.document .gitignore LICENSE VERSION README.md Rakefile riot-mongoid.gemspec} + Dir.glob("{lib,test}/**/*")
s.homepage = %q{http://github.com/gabrielg/riot-mongoid}
s.homepage = %q{http://github.com/thumblemonks/riot-mongoid}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.summary = %q{Riot assertions for Mongoid}
Expand Down

0 comments on commit 21ea987

Please sign in to comment.