Skip to content

Commit

Permalink
Update readme to have version information.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Mar 15, 2013
1 parent 6048ae6 commit 3b6b6c6
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 18 deletions.
73 changes: 55 additions & 18 deletions Gemfile.lock
@@ -1,34 +1,71 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (3.2.12)
i18n (~> 0.6)
multi_json (~> 1.0)
blankslate (3.1.2)
bluecloth (2.2.0) bluecloth (2.2.0)
diff-lcs (1.1.3) charlock_holmes (0.6.9.1)
flay (2.0.1) diff-lcs (1.2.1)
escape_utils (0.2.4)
ffi (1.0.11)
flay (2.1.0)
ruby_parser (~> 3.0) ruby_parser (~> 3.0)
sexp_processor (~> 4.0) sexp_processor (~> 4.0)
flog (3.2.1) flog (3.2.2)
ruby_parser (~> 3.1, > 3.1.0) ruby_parser (~> 3.1, > 3.1.0)
sexp_processor (~> 4.0) sexp_processor (~> 4.0)
ghpreview (0.0.2) gemoji (1.4.0)
ghpreview (0.0.6)
github-linguist (= 2.1)
html-pipeline (= 0.0.6)
httpclient httpclient
listen listen
rb-fsevent rb-fsevent
httpclient (2.3.0.1) github-linguist (2.1.0)
listen (0.6.0) charlock_holmes (~> 0.6.6)
rake (0.9.2.2) escape_utils (~> 0.2.3)
rb-fsevent (0.9.2) mime-types (~> 1.18)
rspec (2.12.0) pygments.rb (~> 0.2.13)
rspec-core (~> 2.12.0) github-markdown (0.5.3)
rspec-expectations (~> 2.12.0) html-pipeline (0.0.6)
rspec-mocks (~> 2.12.0) activesupport (>= 2)
rspec-core (2.12.0) escape_utils (~> 0.2)
rspec-expectations (2.12.0) gemoji (~> 1.0)
diff-lcs (~> 1.1.3) github-linguist (~> 2.1)
rspec-mocks (2.12.0) github-markdown (~> 0.5)
nokogiri (~> 1.4)
rinku (~> 1.7)
sanitize (~> 2.0)
httpclient (2.3.3)
i18n (0.6.4)
listen (0.7.3)
mime-types (1.21)
multi_json (1.6.1)
nokogiri (1.5.6)
pygments.rb (0.2.13)
rubypython (~> 0.5.3)
rake (10.0.3)
rb-fsevent (0.9.3)
rinku (1.7.2)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.0)
ruby_parser (3.1.1) ruby_parser (3.1.1)
sexp_processor (~> 4.1) sexp_processor (~> 4.1)
sexp_processor (4.1.3) rubypython (0.5.3)
sorcerer (0.3.7) blankslate (>= 2.1.2.3)
ffi (~> 1.0.7)
sanitize (2.0.3)
nokogiri (>= 1.4.4, < 1.6)
sexp_processor (4.1.5)
sorcerer (0.3.10)


PLATFORMS PLATFORMS
ruby ruby
Expand Down
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -645,6 +645,19 @@ file:
# ... even when should/expect are detected # ... even when should/expect are detected
``` ```


# History

* Version 2.4.1

* Fix bug where constants from nested modules were not properly
accessed.

* Version 2.4.0

* Add fuzzy number helper methods (with unicode method shortcuts).

* Fix bug caused by blank lines in Thens.

# Links # Links


* Github: [https://github.com/jimweirich/rspec-given](https://github.com/jimweirich/rspec-given) * Github: [https://github.com/jimweirich/rspec-given](https://github.com/jimweirich/rspec-given)
Expand Down

0 comments on commit 3b6b6c6

Please sign in to comment.