Skip to content

Commit 60fdeb8

Browse files
author
Hugh McGowan
committed
update gemspec after file-foo
1 parent d1e32f2 commit 60fdeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rasta.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616
s.email = %q{[email protected]}
1717
s.executables = ["rasta"]
1818
s.extra_rdoc_files = ["README", "LICENSE"]
19-
s.files = ["bin/rasta", "lib/rasta", "lib/rasta/bookmark.rb", "lib/rasta/extensions", "lib/rasta/extensions/roo_extensions.rb", "lib/rasta/extensions/rspec_extensions.rb", "lib/rasta/extensions/ruby_extensions.rb", "lib/rasta/fixture", "lib/rasta/fixture/abstract_fixture.rb", "lib/rasta/fixture/classic_fixture.rb", "lib/rasta/fixture/page_fixture.rb", "lib/rasta/fixture/table_fixture.rb", "lib/rasta/fixture_runner.rb", "lib/rasta/formatter", "lib/rasta/formatter/spreadsheet_formatter.rb", "lib/rasta/metrics.rb", "lib/rasta/resources", "lib/rasta/resources/spreadsheet.css", "lib/rasta/resources/spreadsheet.xsl", "lib/rasta/resources/tabber-minimized.js", "lib/rasta/rspec_helpers.rb", "lib/rasta.rb", "spec/bookmark_spec.rb", "spec/fixture_runner_spec.rb", "spec/google_stub_spec.rb", "spec/metrics_spec.rb", "spec/options_spec.rb", "spec/roo_extensions_spec.rb", "spec/ruby_extensions_spec.rb", "spec/sandbox", "spec/sandbox/base_fixture_spec.rbx", "spec/sandbox/fixtures", "spec/sandbox/fixtures/TestFixture.rb", "spec/sandbox/fixtures/TestFixture2.rb", "spec/sandbox/rasta_fixture_spec.rbx", "spec/sandbox/spreadsheets", "spec/sandbox/spreadsheets/rasta_fixture.xls", "spec/sandbox/spreadsheets/spreadsheet_parsing.xls", "spec/spec_helper.rb", "spec/spreadsheet_runner.rb", "README", "LICENSE"]
19+
s.files = ["bin/rasta", "lib/rasta", "lib/rasta/bookmark.rb", "lib/rasta/extensions", "lib/rasta/extensions/roo_extensions.rb", "lib/rasta/extensions/rspec_extensions.rb", "lib/rasta/extensions/ruby_extensions.rb", "lib/rasta/fixture", "lib/rasta/fixture/abstract_fixture.rb", "lib/rasta/fixture/classic_fixture.rb", "lib/rasta/fixture/page_fixture.rb", "lib/rasta/fixture/table_fixture.rb", "lib/rasta/fixture_runner.rb", "lib/rasta/formatter", "lib/rasta/formatter/spreadsheet_formatter.rb", "lib/rasta/metrics.rb", "lib/rasta/resources", "lib/rasta/resources/spreadsheet.css", "lib/rasta/resources/spreadsheet.xsl", "lib/rasta/resources/tabber-minimized.js", "lib/rasta.rb", "spec/bookmark_spec.rb", "spec/fixture_runner_spec.rb", "spec/fixture_spec.rb", "spec/google_stub_spec.rb", "spec/metrics_spec.rb", "spec/options_spec.rb", "spec/roo_extensions_spec.rb", "spec/ruby_extensions_spec.rb", "spec/sandbox", "spec/sandbox/base_fixture_spec.rbx", "spec/sandbox/fixtures", "spec/sandbox/fixtures/TestFixture.rb", "spec/sandbox/fixtures/TestFixture2.rb", "spec/sandbox/rasta_fixture_spec.rbx", "spec/sandbox/spreadsheets", "spec/sandbox/spreadsheets/rasta_fixture.xls", "spec/sandbox/spreadsheets/spreadsheet_parsing.xls", "spec/spec_helper.rb", "spec/spreadsheet_runner.rb", "README", "LICENSE"]
2020
s.homepage = %q{http://github.com/hmcgowan/rasta}
2121
s.rdoc_options = ["--main", "README", "--inline-source", "--charset=UTF-8"]
2222
s.require_paths = ["lib"]

0 commit comments

Comments
 (0)