Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bleything committed Nov 17, 2010
1 parent 8ea64b5 commit 0ee90c3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# ben_string Changelog # ben_string Changelog


### 1.1.0 / 2010-11-17

* clean up formatting (John Barnette)
* add explicit method visibility (Yossef Mendelssohn)
* add BenString#to_ben_s (Leigh Caplan)

### 1.0.1 / 2010-11-16 ### 1.0.1 / 2010-11-16


* Fixed license * Fixed license
Expand Down
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -18,6 +18,16 @@ Awesomeness.


$ [sudo] gem install ben_string $ [sudo] gem install ben_string


## CONTRIBUTORS:

* [John Barnette][jbarnette]
* [Leigh Caplan][texel]
* [Yossef Mendelssohn][ymendel]

[jbarnette]: http://github.com/jbarnette
[ymendel]: http://github.com/ymendel
[texel]: http://github.com/texel

## LICENSE: ## LICENSE:


(The WTFPL) (The WTFPL)
Expand Down
2 changes: 1 addition & 1 deletion lib/ben_string.rb
@@ -1,5 +1,5 @@
class BenString < String class BenString < String
VERSION = '1.0.1' VERSION = '1.1.0'


public public


Expand Down

0 comments on commit 0ee90c3

Please sign in to comment.