tabit.gemspec in tabit-0.1.2 vs tabit.gemspec in tabit-0.2.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "tabit"
- s.version = "0.1.2"
+ s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Thomas Boerger", "Tim Rudat"]
- s.date = "2012-03-06"
+ s.date = "2012-04-30"
s.email = "thomas.boerger@langwhich.com"
s.extra_rdoc_files = [
"LICENSE.md",
"README.md"
]
@@ -27,17 +27,18 @@
"lib/tabit.rb",
"lib/tabit/builder.rb",
"lib/tabit/cell.rb",
"lib/tabit/config.rb",
"lib/tabit/helper.rb",
+ "lib/tabit/item.rb",
"lib/tabit/railtie.rb",
"lib/tabit/version.rb",
"tabit.gemspec"
]
s.homepage = "https://github.com/Langwhich/tabit"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = "1.8.10"
+ s.rubygems_version = "1.8.21"
s.summary = "Tabit is a simple tab menu generator"
if s.respond_to? :specification_version then
s.specification_version = 3