Skip to content

Commit

Permalink
latest versions to use with acts-as-dag
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schmitt committed Nov 8, 2012
1 parent 330308e commit e220c2b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
30 changes: 27 additions & 3 deletions Gemfile
@@ -1,4 +1,28 @@
source "http://rubygems.org"
source 'http://rubygems.org'

# Specify your gem's dependencies in acts-as-dag.gemspec
gemspec
gem 'bundler'
gem 'rails', '3.2.3'
gem 'rake'
gem 'rack'
gem 'jeweler'
gem 'sqlite3'

group :development, :test do
gem 'pry'
gem 'pry-doc'
gem 'pry-rails'
end

group :development do
gem 'awesome_print'
gem 'wirble'
gem 'foreman'
gem 'ruby-prof'
end

group :test do
gem 'test-unit'
gem 'simplecov'
gem 'flog'
gem 'flay'
end
4 changes: 2 additions & 2 deletions acts-as-dag.gemspec
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |s|
s.authors = ['Matthew Leventi', 'Robert Schmitt']
s.email = ["resgraph@cox.net"]
s.homepage = 'https://github.com/resgraph/acts-as-dag'
s.summary = %q{Directed Acyclic Graph hierarchy for Rail's ActiveRecord model}
s.description = %q{Directed Acyclic Graph hierarchy for Rail's ActiveRecord model}
s.summary = %q{Directed Acyclic Graph hierarchy for Rail's ActiveRecord}
s.description = %q{Directed Acyclic Graph hierarchy for Rail's ActiveRecord}

s.rubyforge_project = "acts-as-dag"

Expand Down

0 comments on commit e220c2b

Please sign in to comment.