Rakefile in ticketmaster-github-0.3.1 vs Rakefile in ticketmaster-github-0.4.1

- old
+ new

@@ -9,10 +9,10 @@ gem.description = %Q{This provides an interface with github through the ticketmaster gem.} gem.email = "hong.quach@abigfisch.com" gem.homepage = "http://github.com/kiafaldorius/ticketmaster-github" gem.authors = ["HybridGroup"] gem.add_development_dependency "rspec", ">= 1.2.9" - gem.add_dependency "octopi", ">= 0.3.0" + gem.add_dependency "octokit" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"