Skip to content

Commit

Permalink
add gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoward committed Sep 28, 2009
1 parent d7d7dce commit a93fd4f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions fattr.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## fattr.gemspec
#

Gem::Specification::new do |spec|
spec.name = "fattr"
spec.version = "1.1.0"
spec.platform = Gem::Platform::RUBY
spec.summary = "fattr"

spec.files = ["fattr.gemspec", "lib", "lib/fattr.rb", "Rakefile", "README", "README.erb", "samples", "samples/a.rb", "samples/b.rb", "samples/c.rb", "samples/d.rb", "samples/e.rb", "samples/f.rb", "samples/g.rb", "test", "test/fattr.rb"]
spec.executables = []


spec.require_path = "lib"


spec.has_rdoc = true
spec.test_files = "test/fattr.rb"
#spec.add_dependency 'lib', '>= version'
#spec.add_dependency 'fattr'

spec.extensions.push(*[])

spec.rubyforge_project = "codeforpeople"
spec.author = "Ara T. Howard"
spec.email = "ara.t.howard@gmail.com"
spec.homepage = "http://github.com/ahoward/fattr/tree/master"
end

0 comments on commit a93fd4f

Please sign in to comment.