Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
bump version to 1.1.99.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Mar 14, 2009
1 parent 285da78 commit 54382cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Manifest.txt
Expand Up @@ -13,7 +13,7 @@ bin/spec
cucumber.yml
examples/failing/README.txt
examples/failing/diffing_spec.rb
examples/failing/failing_autogenerated_docstrings_example.rb
examples/failing/failing_implicit_docstrings_example.rb
examples/failing/failure_in_after.rb
examples/failing/failure_in_before.rb
examples/failing/mocking_example.rb
Expand All @@ -28,18 +28,16 @@ examples/failing/spec_helper.rb
examples/failing/syntax_error_example.rb
examples/failing/team_spec.rb
examples/failing/timeout_behaviour.rb
examples/passing/autogenerated_docstrings_example.rb
examples/passing/before_and_after_example.rb
examples/passing/behave_as_example.rb
examples/passing/custom_expectation_matchers.rb
examples/passing/custom_formatter.rb
examples/passing/custom_matchers.rb
examples/passing/dynamic_spec.rb
examples/passing/file_accessor.rb
examples/passing/file_accessor_spec.rb
examples/passing/filtered_formatter.rb
examples/passing/filtered_formatter_example.rb
examples/passing/greeter_spec.rb
examples/passing/helper_method_example.rb
examples/passing/implicit_docstrings_example.rb
examples/passing/io_processor.rb
examples/passing/io_processor_spec.rb
examples/passing/mocking_example.rb
Expand All @@ -60,8 +58,8 @@ examples/passing/yielding_example.rb
examples/ruby1.9.compatibility/access_to_constants_spec.rb
features-pending/cli/conditional_exclusion.feature
features/before_and_after_blocks/before_and_after_blocks.feature
features/example_groups/autogenerated_docstrings.feature
features/example_groups/example_group_with_should_methods.feature
features/example_groups/implicit_docstrings.feature
features/example_groups/nested_groups.feature
features/example_groups/output.feature
features/heckle/heckle.feature
Expand Down
2 changes: 1 addition & 1 deletion lib/spec/version.rb
Expand Up @@ -4,7 +4,7 @@ module VERSION
MAJOR = 1
MINOR = 1
TINY = 99
MINESCULE = 14
MINESCULE = 15


STRING = [MAJOR, MINOR, TINY, MINESCULE].compact.join('.')
Expand Down

0 comments on commit 54382cf

Please sign in to comment.