espresso.gemspec in krasivotokak-espresso-0.0.3 vs espresso.gemspec in krasivotokak-espresso-0.0.4
- old
+ new
@@ -3,30 +3,31 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{espresso}
- 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 = ["Alexander Semyonov"]
- s.date = %q{2009-08-17}
+ s.date = %q{2009-08-31}
s.description = %q{Useful templates for controller and model functions}
s.email = %q{rotuka@rotuka.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
- "LICENSE",
+ ".gitignore",
+ "LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"espresso.gemspec",
"init.rb",
"lib/espresso.rb",
- "lib/espresso/controller.rb",
"lib/espresso/model.rb",
+ "lib/espresso/objects_controller.rb",
"test/espresso_test.rb",
"test/test_helper.rb"
]
s.homepage = %q{http://github.com/krasivotokak/espresso}
s.rdoc_options = ["--charset=UTF-8"]