Skip to content

Commit

Permalink
Gem building.
Browse files Browse the repository at this point in the history
  • Loading branch information
rywall committed Mar 8, 2012
1 parent 5d817bc commit f5679c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
.DS_store
*.gem
7 changes: 4 additions & 3 deletions acts_as_dag.gemspec
@@ -1,11 +1,12 @@
Gem::Specification.new do |s|
s.name = 'acts_as_dag'
s.version = '1.0.2'
s.version = '1.0.3'
s.date = %q{2010-09-15}
s.email = 'technical@rrnpilot.org'
s.homepage = 'http://github.com/rrn/acts_as_dag'
s.summary = 'Adds directed acyclic graph functionality to ActiveRecord.'
s.authors = ['Nicholas Jakobsen', 'Ryan Wallace']
s.extra_rdoc_files = ['README.rdoc']
s.has_rdoc = true

s.files = `git ls-files`.split("\n")
s.require_paths = ["lib"]
end

0 comments on commit f5679c7

Please sign in to comment.