Skip to content

Commit

Permalink
Remove dependency on Rails.
Browse files Browse the repository at this point in the history
  • Loading branch information
siong1987 committed Jan 21, 2012
1 parent df85001 commit c9fcabb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 33 deletions.
32 changes: 1 addition & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand All @@ -47,19 +34,13 @@ 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)
activemodel (~> 3.0)
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)
Expand All @@ -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)
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/mongoid_shortener/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MongoidShortener
VERSION = "1.0.2"
VERSION = "1.0.3"
end
1 change: 0 additions & 1 deletion mongoid_shortener.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c9fcabb

Please sign in to comment.