Skip to content

Commit

Permalink
Release 0.1.0. Fixed bug with requiring files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Harrelson committed Mar 12, 2009
1 parent 72fa73e commit 75126bb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.txt
@@ -1,3 +1,8 @@
== 0.1.0 2009-03-12

* Fixed a bug with requiring files.


== 0.0.9 2009-03-12

* Added Guilded::Rails::Helpers class to hold some common helpers for Rails components
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -79,7 +79,7 @@ The Guilded-Base gem contains the framework to build Guilded components.

Add to environment file:

config.gem "guilded", :version => '0.0.8'
config.gem "guilded", :version => '0.1.0'

Run:

Expand Down
2 changes: 1 addition & 1 deletion guilded.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{guilded}
s.version = "0.0.9"
s.version = "0.1.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["C. Jason Harrelson (midas)"]
Expand Down
2 changes: 1 addition & 1 deletion lib/guilded.rb
Expand Up @@ -71,7 +71,7 @@
# <%= g_load_alerter :skin => 'blueish', :id => 'load_alerter' %>
#
module Guilded
VERSION = '0.0.9'
VERSION = '0.1.0'
end

ActionView::Base.send( :include, Guilded::Rails::ViewHelpers ) if defined?( ActionView )

0 comments on commit 75126bb

Please sign in to comment.