Skip to content

Commit

Permalink
updated the name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishna Rokhale committed Aug 14, 2012
1 parent b5aaf58 commit b275436
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
= google-cloud-message
= android-services

Description goes here.

== Contributing to google-cloud-message
== Contributing to android-services

* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
Expand Down
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ require 'rake'
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 = "google-cloud-message"
gem.homepage = "http://github.com/krokhale/google-cloud-message"
gem.name = "android-services"
gem.homepage = "http://github.com/krokhale/android-services"
gem.license = "MIT"
gem.summary = %Q{TODO: one-line summary of your gem}
gem.description = %Q{TODO: longer description of your gem}
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 = "google-cloud-message #{version}"
rdoc.title = "android-services #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end
2 changes: 1 addition & 1 deletion test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'google-cloud-message'
require 'android-services'

class Test::Unit::TestCase
end
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'helper'

class TestGoogleCloudMessage < Test::Unit::TestCase
class TestAndroidServices < Test::Unit::TestCase
should "probably rename this file and start testing for real" do
flunk "hey buddy, you should probably rename this file and start testing for real"
end
Expand Down

0 comments on commit b275436

Please sign in to comment.