Skip to content

Commit 656c7bc

Browse files
committed
Regenerated gemspec for version 0.2.0
1 parent e566512 commit 656c7bc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

irwi.gemspec

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Alexey Noskov", "Ravi Bhim"]
12-
s.date = %q{2010-06-09}
12+
s.date = %q{2010-06-14}
1313
s.description = %q{Irwi is Ruby on Rails plugin which adds wiki functionality to your application. }
1414
1515
s.extra_rdoc_files = [
@@ -84,20 +84,20 @@ Gem::Specification.new do |s|
8484
s.homepage = %q{http://github.com/alno/irwi}
8585
s.rdoc_options = ["--charset=UTF-8"]
8686
s.require_paths = ["lib"]
87-
s.rubygems_version = %q{1.3.5}
87+
s.rubygems_version = %q{1.3.6}
8888
s.summary = %q{Irwi is Ruby on Rails plugin which adds wiki functionality to your application.}
8989
s.test_files = [
90-
"spec/comparators/diff_lcs_spec.rb",
91-
"spec/config_spec.rb",
90+
"spec/support/route_mapper_spec.rb",
91+
"spec/support/template_finder_spec.rb",
92+
"spec/spec_helper.rb",
93+
"spec/comparators/diff_lcs_spec.rb",
9294
"spec/extensions/controllers/wiki_pages_spec.rb",
93-
"spec/formatters/red_cloth_spec.rb",
94-
"spec/helpers/wiki_page_attachments_helper_spec.rb",
95-
"spec/helpers/wiki_pages_helper_spec.rb",
96-
"spec/paginators/none_spec.rb",
95+
"spec/config_spec.rb",
9796
"spec/paginators/will_paginate_spec.rb",
98-
"spec/spec_helper.rb",
99-
"spec/support/route_mapper_spec.rb",
100-
"spec/support/template_finder_spec.rb"
97+
"spec/paginators/none_spec.rb",
98+
"spec/helpers/wiki_pages_helper_spec.rb",
99+
"spec/helpers/wiki_page_attachments_helper_spec.rb",
100+
"spec/formatters/red_cloth_spec.rb"
101101
]
102102

103103
if s.respond_to? :specification_version then

0 commit comments

Comments
 (0)