From c9fcabbbca73222fad5c6354d44b2d98ca7bfea8 Mon Sep 17 00:00:00 2001 From: Teng Siong Ong Date: Sat, 21 Jan 2012 00:47:12 -0600 Subject: [PATCH] Remove dependency on Rails. --- Gemfile.lock | 32 +------------------------------- lib/mongoid_shortener/version.rb | 2 +- mongoid_shortener.gemspec | 1 - 3 files changed, 2 insertions(+), 33 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index efb680c..54a826f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,12 @@ PATH remote: . specs: - mongoid_shortener (1.0.2) - rails (~> 3.1.1) + mongoid_shortener (1.0.3) yab62 (~> 1.0.1) GEM remote: http://rubygems.org/ specs: - actionmailer (3.1.1) - actionpack (= 3.1.1) - mail (~> 2.3.0) actionpack (3.1.1) activemodel (= 3.1.1) activesupport (= 3.1.1) @@ -26,17 +22,8 @@ GEM activesupport (= 3.1.1) builder (~> 3.0.0) i18n (~> 0.6) - activerecord (3.1.1) - activemodel (= 3.1.1) - activesupport (= 3.1.1) - arel (~> 2.2.1) - tzinfo (~> 0.3.29) - activeresource (3.1.1) - activemodel (= 3.1.1) - activesupport (= 3.1.1) activesupport (3.1.1) multi_json (~> 1.0) - arel (2.2.1) bson (1.3.1) bson_ext (1.3.1) builder (3.0.0) @@ -47,11 +34,6 @@ GEM railties (~> 3.0) thor (~> 0.14) json (1.6.1) - mail (2.3.0) - i18n (>= 0.4.0) - mime-types (~> 1.16) - treetop (~> 1.4.8) - mime-types (1.17.2) mongo (1.3.1) bson (= 1.3.1) mongoid (2.2.4) @@ -59,7 +41,6 @@ GEM mongo (~> 1.3) tzinfo (~> 0.3.22) multi_json (1.0.3) - polyglot (0.3.3) rack (1.3.5) rack-cache (1.1) rack (>= 0.4) @@ -69,14 +50,6 @@ GEM rack rack-test (0.6.1) rack (>= 1.0) - rails (3.1.1) - actionmailer (= 3.1.1) - actionpack (= 3.1.1) - activerecord (= 3.1.1) - activeresource (= 3.1.1) - activesupport (= 3.1.1) - bundler (~> 1.0) - railties (= 3.1.1) railties (3.1.1) actionpack (= 3.1.1) activesupport (= 3.1.1) @@ -93,9 +66,6 @@ GEM tilt (~> 1.1, != 1.3.0) thor (0.14.6) tilt (1.3.3) - treetop (1.4.10) - polyglot - polyglot (>= 0.3.1) tzinfo (0.3.31) yab62 (1.0.1) diff --git a/lib/mongoid_shortener/version.rb b/lib/mongoid_shortener/version.rb index c903913..e56679e 100644 --- a/lib/mongoid_shortener/version.rb +++ b/lib/mongoid_shortener/version.rb @@ -1,3 +1,3 @@ module MongoidShortener - VERSION = "1.0.2" + VERSION = "1.0.3" end diff --git a/mongoid_shortener.gemspec b/mongoid_shortener.gemspec index 8676551..68c08ce 100644 --- a/mongoid_shortener.gemspec +++ b/mongoid_shortener.gemspec @@ -16,6 +16,5 @@ Gem::Specification.new do |s| 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" end