Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
Version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Narnach committed Aug 22, 2008
1 parent 0c74478 commit e5590b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rdoc
Expand Up @@ -5,6 +5,10 @@ Rails code would not get into dependency issues.

== Recent changes

=== Version 0.1.5
Gem import accepts 'current' as a special file name, which will use the output
of 'gem list' instead of a real file. This makes it easy to store the current gem configuration.

=== Version 0.1.4
It is now possible to add a list of gems to an existing project.
Changed internal storage format of ~/.gems.yml, which is auto-converted on use.
Expand Down
2 changes: 1 addition & 1 deletion gems.gemspec
Expand Up @@ -3,7 +3,7 @@ Gem::Specification.new do |s|
s.name = 'gems'
s.summary = "Gems is a simple tool to manage sets of RubyGems."
s.description = "Gems is a simple tool to manage sets of RubyGems. It can be used to install and uninstall large numbers of gems."
s.version = '0.1.4'
s.version = '0.1.5'
s.date = '2008-08-19'
s.platform = Gem::Platform::RUBY
s.authors = ["Wes Oldenbeuving"]
Expand Down

0 comments on commit e5590b2

Please sign in to comment.