handbrake.gemspec in handbrake-0.0.1 vs handbrake.gemspec in handbrake-0.0.2
- old
+ new
@@ -6,10 +6,10 @@
s.name = "handbrake"
s.version = HandBrake::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Rhett Sutphin"]
s.email = ["rhett@detailedbalance.net"]
- s.homepage = "https://github.com/rsutphin/handbrake-ruby"
+ s.homepage = "https://github.com/rsutphin/handbrake.rb"
s.summary = %q{A ruby wrapper for HandBrakeCLI}
s.description = %q{A lightweight literate ruby wrapper for HandBrakeCLI, the command-line interface for the HandBrake video transcoder.}
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")