Skip to content

Commit

Permalink
First public release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Feb 20, 2009
1 parent ce0211d commit af37175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -12,7 +12,7 @@ require 'spec/rake/spectask'


@gem_spec = Gem::Specification.new do |s| @gem_spec = Gem::Specification.new do |s|
s.name = "yamler" s.name = "yamler"
s.version = "0.0.4" s.version = "0.1.0"
s.summary = "yamler" s.summary = "yamler"
s.description = "yamler was developed by: markbates" s.description = "yamler was developed by: markbates"
s.author = "markbates" s.author = "markbates"
Expand Down
4 changes: 2 additions & 2 deletions yamler.gemspec
Expand Up @@ -2,11 +2,11 @@


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


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["markbates"] s.authors = ["markbates"]
s.date = %q{2009-01-21} s.date = %q{2009-02-20}
s.description = %q{yamler was developed by: markbates} s.description = %q{yamler was developed by: markbates}
s.email = %q{mark@mackframework.com} s.email = %q{mark@mackframework.com}
s.extra_rdoc_files = ["README"] s.extra_rdoc_files = ["README"]
Expand Down

0 comments on commit af37175

Please sign in to comment.