Skip to content

Commit

Permalink
Released 1.5.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislloyd committed Jun 12, 2008
1 parent 2d9fb45 commit 8a80c36
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
4 changes: 1 addition & 3 deletions README.textile
Expand Up @@ -40,9 +40,7 @@ PPS. Shame on Auttomatic for still using MD5!

h2. The Future

It isn't auto-included in ActiveRecord and Datamapper classes. When I fix this it means that you won't have to do the whole @include Gravtastic::Model@ thing for your models. You'll still, however, have to do that for standard Ruby classes.

And lastly, the RDoc sucks, so that needs to be included.
* "Datamapper":http://datamaper.org support


h2. Authors
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'spec/rake/spectask'
require 'date'

GEM = "gravtastic"
GEM_VERSION = "1.1.2"
GEM_VERSION = "1.5.0"
AUTHOR = "Chris Lloyd"
EMAIL = "christopher.lloyd@gmail.com"
HOMEPAGE = "http://github.com/chrislloyd/gravtastic"
Expand Down
8 changes: 6 additions & 2 deletions bugs/project.yaml
Expand Up @@ -20,13 +20,17 @@ releases:
- ""
- !ditz.rubyforge.org,2008-03-06/release
name: 1.5.0
status: :unreleased
release_time:
status: :released
release_time: 2008-06-12 00:59:34.157075 Z
log_events:
- - 2008-06-09 00:38:37.051970 Z
- Chris Lloyd <christopher.lloyd@gmail.com>
- created
- Feature complete initial release.
- - 2008-06-12 00:59:34.157089 Z
- Chris Lloyd <christopher.lloyd@gmail.com>
- released
- Working nicely now!
- !ditz.rubyforge.org,2008-03-06/release
name: 1.1.0
status: :released
Expand Down
8 changes: 4 additions & 4 deletions gravtastic.gemspec
@@ -1,16 +1,16 @@
Gem::Specification.new do |s|
s.name = %q{gravtastic}
s.version = "1.1.2"
s.version = "1.5.0"

s.specification_version = 2 if s.respond_to? :specification_version=

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Chris Lloyd"]
s.date = %q{2008-06-10}
s.date = %q{2008-06-12}
s.description = %q{Easily add Gravatars to your Ruby objects.}
s.email = %q{christopher.lloyd@gmail.com}
s.extra_rdoc_files = ["README", "LICENSE"]
s.files = ["LICENSE", "README", "Rakefile", "lib/gravtastic.rb", "spec/gravtastic_spec.rb", "spec/spec.opts", "spec/spec_helper.rb"]
s.extra_rdoc_files = ["README.textile", "LICENSE"]
s.files = ["LICENSE", "README.textile", "Rakefile", "lib/gravtastic.rb", "spec/gravtastic_spec.rb", "spec/spec.opts", "spec/spec_helper.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/chrislloyd/gravtastic}
s.require_paths = ["lib"]
Expand Down

0 comments on commit 8a80c36

Please sign in to comment.