movies.gemspec in movies-0.1.8 vs movies.gemspec in movies-0.1.9
- old
+ new
@@ -1,16 +1,16 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = "movies"
- s.version = "0.1.8"
+ s.version = "0.1.9"
s.platform = Gem::Platform::RUBY
s.authors = ["Linus Oleander"]
s.email = ["linus@oleander.nu"]
s.homepage = "https://github.com/oleander/Movies"
- s.summary = %q{Movies is the bridge between IMDb's unofficial API; imdbapi.com and Ruby.}
- s.description = %q{Movies is the bridge between IMDb's unofficial API; imdbapi.com and Ruby}
+ s.summary = %q{Ruby bindings for IMDb using imdbapi.com as source}
+ s.description = %q{Ruby bindings for IMDb using imdbapi.com as source}
s.rubyforge_project = "movies"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")