Skip to content

Commit

Permalink
new gem version pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
probablycorey committed Mar 25, 2010
1 parent 1cafef4 commit ee1f565
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
8 changes: 0 additions & 8 deletions History.txt

This file was deleted.

2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.3.0
0.2.2
16 changes: 10 additions & 6 deletions pow.gemspec
@@ -1,6 +1,6 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
Expand All @@ -9,23 +9,26 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Corey Johnson"]
s.date = %q{2009-09-08}
s.date = %q{2010-03-25}
s.description = %q{Manipulating files and directories in Ruby is boring and tedious -- it's missing POW! Pow treats files and directories as ruby objects giving you more power and flexibility.}
s.email = %q{probablycorey@gmail.com}
s.extra_rdoc_files = [
"README.txt"
"README.txt",
"TODO"
]
s.files = [
".gitignore",
"History.txt",
"License.txt",
"Manifest.txt",
"README.txt",
"Rakefile",
"TODO",
"VERSION",
"lib/pow.rb",
"lib/pow/directory.rb",
"lib/pow/file.rb",
"lib/pow/pow.rb",
"pow.gemspec",
"spec/directory_spec.rb",
"spec/file_spec.rb",
"spec/pow_spec.rb",
Expand All @@ -34,7 +37,7 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/probablycorey/pow}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.rubygems_version = %q{1.3.6}
s.summary = %q{Easy file and directory handling}
s.test_files = [
"spec/directory_spec.rb",
Expand All @@ -53,3 +56,4 @@ Gem::Specification.new do |s|
else
end
end

0 comments on commit ee1f565

Please sign in to comment.