gimdb.gemspec in gimdb-0.0.3 vs gimdb.gemspec in gimdb-0.0.4
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{gimdb}
- s.version = "0.0.3"
+ s.version = "0.0.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Enrico Pilotto"]
- s.date = %q{2010-05-08}
+ s.date = %q{2010-05-13}
s.default_executable = %q{gimdb}
s.description = %q{GTK graphical interface for Internet Movie DataBase. You can create users and save for each of them the movies to see, movies seen and favourites movies in a sqlite3 database.}
s.email = %q{enrico@megiston.it}
s.executables = ["gimdb"]
s.extra_rdoc_files = [
@@ -40,9 +40,10 @@
"lib/imdb.rb",
"po/gimdb.pot",
"po/it/gimdb.po",
"src/controller.rb",
"src/gimdb.rb",
+ "src/manager_box.rb",
"src/model.rb",
"src/movie_box.rb"
]
s.homepage = %q{http://github.com/pioz/gimdb}
s.rdoc_options = ["--charset=UTF-8"]