rspec 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/History.txt +4 -0
  2. data/lib/spec/version.rb +1 -1
  3. metadata +2 -2
@@ -1,3 +1,7 @@
1
+ === Version 1.1.7 / 2008-10-02
2
+
3
+ * no changes since 1.1.6, but releasing rspec-1.1.7 to align versions with rspec-rails-1.1.7
4
+
1
5
  === Version 1.1.6 / 2008-10-02
2
6
 
3
7
  * 2 bug fixes
@@ -3,7 +3,7 @@ module Spec
3
3
  unless defined? MAJOR
4
4
  MAJOR = 1
5
5
  MINOR = 1
6
- TINY = 6
6
+ TINY = 7
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY].join('.')
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - RSpec Development Team
@@ -472,6 +472,6 @@ rubyforge_project: rspec
472
472
  rubygems_version: 1.3.0
473
473
  signing_key:
474
474
  specification_version: 2
475
- summary: rspec 1.1.6
475
+ summary: rspec 1.1.7
476
476
  test_files: []
477
477