Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jun 21, 2011
1 parent 56fca76 commit 81f0c9f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion HISTORY.md
@@ -1,8 +1,20 @@
Proton v0.3.1 - Jun 22, 2011
----------------------------

Hotfixes.

### Fixed:
* `Gemfile` and `Gemfile.lock` are now auto ignored when doing *proton build*.
* Fixed the `rel()` helper.

Proton v0.3.0 - Jun 22, 2011
----------------------------

**The project has been renamed to Proton** (previously called *Hyde*).

A manual is also in progress, currently hosted at
[sinefunc.com/hyde/manual](http://sinefunc.com/hyde/manual).

### Renamed:
* * The main class is now called `Proton` instead of `Hyde`. However, *Hyde*
still works as an alias.
Expand All @@ -17,7 +29,6 @@ Proton v0.3.0 - Jun 22, 2011
* Creating a project with `proton create` will now not include any gem
manifest or *config.ru* file.


Hyde v0.2.3 - Jun 20, 2011
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion data/rack/Gemfile
@@ -1,2 +1,2 @@
gem "proton", "~> 0.3.0"
gem "proton", "~> 0.3.1"
gem "rack-cache", "~> 1.0.0"
2 changes: 1 addition & 1 deletion data/rack/config.ru
Expand Up @@ -8,7 +8,7 @@ begin
require 'bundler'
Bundler.setup
rescue LoadError
gem 'proton', '0.3.0'
gem 'proton', '0.3.1'
end

# Optional: use the 'rack-cache' gem for cacheing.
Expand Down
2 changes: 1 addition & 1 deletion lib/proton/version.rb
@@ -1,5 +1,5 @@
class Proton
VERSION = "0.3.0"
VERSION = "0.3.1"

# Attribute: version (Proton)
# Returns the version.
Expand Down

0 comments on commit 81f0c9f

Please sign in to comment.