Skip to content

Commit

Permalink
Now as it's released on gemcutter, add that to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MGPalmer committed Feb 2, 2011
1 parent 2c02d23 commit 7818046
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ Note that for the moment, schemes, i.e. the outermost object, can only be hashes

== Installation

Currently, you can only install from Github. Add this to your Gemfile:
(sudo) gem install masterplan

gem 'masterplan', :git => 'git://github.com/traveliq/masterplan.git'
Or, install latest version from Github with bundler by adding this to your Gemfile:

If you don't use bundler, you're on your own, sorry.
gem 'masterplan', :git => 'git://github.com/traveliq/masterplan.git'

== Authors

Expand Down
6 changes: 3 additions & 3 deletions masterplan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

Gem::Specification.new do |s|
s.name = %q{masterplan}
s.version = "0.3.0"
s.version = "0.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Martin Tepper"]
s.date = %q{2011-02-02}
s.description = %q{Please see the README}
s.description = %q{Masterplan is a library for comparing Ruby data structures against predefined templates - like XML Schema without the XML. Please see the README on github for more information.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"LICENSE.txt",
Expand Down Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |s|
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Masterplan is a library for comparing Ruby data structures against predefined templates.}
s.summary = %q{Masterplan is a library for comparing Ruby data structures against predefined templates - like XML Schema without the XML.}
s.test_files = [
"spec/masterplan_spec.rb",
"spec/spec_helper.rb"
Expand Down

0 comments on commit 7818046

Please sign in to comment.