Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Nov 19, 2010
1 parent 13a3077 commit b2885c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pkg/*
*.gem
.bundle
.rvmrc
7 changes: 6 additions & 1 deletion enough_fields.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ Gem::Specification.new do |s|

s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "enough_fields"

s.add_dependency "uniform_notifier", "~> 1.0.0"

s.add_development_dependency "mongoid", "~> 2.0.0.beta.20"
s.add_development_dependency "bson", "1.1.2"
s.add_development_dependency "bson_ext", "1.1.2"
s.add_development_dependency "mongoid", "2.0.0.beta.20"
s.add_development_dependency "rspec", "~> 2.1.0"
s.add_development_dependency "bundler", ">= 1.0.0"

s.files = `git ls-files`.split("\n")
Expand Down
2 changes: 2 additions & 0 deletions lib/enough_fields.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'uniform_notifier'

module EnoughFields
autoload :Rack, 'enough_fields/rack'
autoload :AttributeValue, 'enough_fields/attribute_value'
Expand Down

0 comments on commit b2885c4

Please sign in to comment.