public
Description: A Ruby wrapper around the Extended Environments Markup Language
Homepage: http://github.com/Floppy/eeml-ruby
Clone URL: git://github.com/Floppy/eeml-ruby.git
 
Floppy (author)
Sun May 17 12:05:27 -0700 2009
commit  5510ce619d983bf241232cc3ce1e87b25777882a
tree    2d1f058376a53dc55971261b9057af87fc512e67
parent  d1d09bae891fd94236395d31ab746569534d1fb4
eeml-ruby / eeml-ruby.gemspec
100644 13 lines (13 sloc) 0.536 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
Gem::Specification.new do |s|
  s.name = "eeml"
  s.version = "0.1.0"
  s.date = "2008-08-27"
  s.summary = "A Ruby wrapper around the Extended Environments Markup Language"
  s.email = "james@floppy.org.uk"
  s.homepage = "http://github.com/Floppy/eeml-ruby"
  s.has_rdoc = true
  s.authors = ["James Smith"]
  s.files = ["README", "COPYING"]
  s.files += ["lib/eeml.rb", "lib/eeml/environment.rb", "lib/eeml/data.rb", "lib/eeml/exceptions.rb", "lib/eeml/location.rb", "lib/eeml/unit.rb"]
  s.files += ["examples/simple_server.rb"]
end