README.rdoc in fcoury-octopi-0.0.3 vs README.rdoc in fcoury-octopi-0.0.4
- old
+ new
@@ -26,10 +26,11 @@
# repository information
# to get all repos for user: user.repositories
repo = user.repository("octopi") # same as: Repository.find("fcoury", "octopi")
puts "Repository: #{repo.name} - #{repo.description} (by #{repo.owner}) - #{repo.url}"
+ puts " Tags: #{repo.tags and repo.tags.map {|t| t.name}.join(", ")}"
# commits of a the repository
first_commit = repo.commits.first
puts "First commit: #{first_commit.id} - #{first_commit.message} - by #{first_commit.author['name']}"
@@ -45,11 +46,11 @@
puts " - #{r.name}"
end
== Author
-Felipe Coury - http://felipecoury.com<br/>
-HasMany.info blog - http://hasmany.info
+* Felipe Coury - http://felipecoury.com
+* HasMany.info blog - http://hasmany.info
== Copyright
DISCLAIMER: The name of this library is pronounced <i>octo-pie</i> but no Octocats were harmed during its creation. It's not really an Octo Pie, but a contraction of the words Octocat and API.