Skip to content

Commit

Permalink
borked project name
Browse files Browse the repository at this point in the history
  • Loading branch information
adelevie committed Feb 4, 2012
1 parent acd0945 commit cc4da33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -15,7 +15,7 @@ require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = "parse-ruby-client-1"
gem.homepage = "http://github.com/adelevie/parse-ruby-client-1"
gem.homepage = "http://github.com/adelevie/parse-ruby-client"
gem.license = "MIT"
gem.summary = %Q{A simple Ruby client for the parse.com REST API}
gem.description = %Q{A simple Ruby client for the parse.com REST API}
Expand Down Expand Up @@ -47,7 +47,7 @@ Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""

rdoc.rdoc_dir = 'rdoc'
rdoc.title = "parse-ruby-client-1 #{version}"
rdoc.title = "parse-ruby-client #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end
Binary file added pkg/parse-ruby-client-1-0.0.1.gem
Binary file not shown.

0 comments on commit cc4da33

Please sign in to comment.