Skip to content

Commit

Permalink
update gem to prevent YAML issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
siong1987 committed Nov 29, 2011
1 parent 3436429 commit dbad10a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/mongoid_shortener/version.rb
@@ -1,3 +1,3 @@
module MongoidShortener
VERSION = "1.0.0"
VERSION = "1.0.1"
end
6 changes: 2 additions & 4 deletions mongoid_shortener.gemspec
Expand Up @@ -9,15 +9,13 @@ Gem::Specification.new do |s|
s.version = MongoidShortener::VERSION
s.authors = ["Teng Siong Ong"]
s.email = ["siong1987@gmail.com"]
s.homepage = ""
s.homepage = "https://github.com/siong1987/mongoid_shortener"
s.summary = "MongoidShortener is a simple Rails 3.1 engine that shortens URL based on Mongoid."
s.description = "MongoidShortener is a simple Rails 3.1 engine that shortens URL based on Mongoid."

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.markdown"]
s.test_files = Dir["test/**/*"]

s.add_dependency "rails", "~> 3.1.1"
s.add_dependency "yab62", "1.0.1"

s.add_development_dependency "sqlite3"
s.add_dependency "yab62", "~> 1.0.1"
end

0 comments on commit dbad10a

Please sign in to comment.