Skip to content

Commit

Permalink
rename gem to eeml-simple to avoid conflict on gemcutter, and add sup…
Browse files Browse the repository at this point in the history
…port for setting data item IDs
  • Loading branch information
James Smith authored and James Smith committed Nov 15, 2009
1 parent b350eb0 commit ce65bc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README
Expand Up @@ -13,11 +13,12 @@ Documentation: http://docs.github.com/Floppy/eeml-ruby

== INSTALLATION

1) Enable gems from github, if you haven't already done so (rubygems >= 1.2):
> sudo gem sources -a http://gems.github.com
1) Enable gems from gemcutter, if you haven't already done so:
> sudo gem install gemcutter
> sudo gem tumble

2) Install gem
> sudo gem install Floppy-eeml
> sudo gem install eeml-simple

== STATUS

Expand Down
7 changes: 4 additions & 3 deletions eeml-ruby.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = "eeml"
s.version = "0.1.0"
s.date = "2008-08-27"
s.name = "eeml-simple"
s.version = "0.1.1"
s.date = "2008-11-15"
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"
Expand All @@ -10,4 +10,5 @@ Gem::Specification.new do |s|
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"]
s.add_dependency('builder', [">= 2.1.2"])
end

0 comments on commit ce65bc9

Please sign in to comment.