ben_string 1.0.0 → 1.0.1

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 (4) hide show
  1. data/CHANGELOG.md +4 -0
  2. data/README.md +1 -1
  3. data/lib/ben_string.rb +1 -1
  4. metadata +3 -3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # ben_string Changelog
2
2
 
3
+ ### 1.0.1 / 2010-11-16
4
+
5
+ * Fixed license
6
+
3
7
  ### 1.0.0 / 2010-11-16
4
8
 
5
9
  * Project Created
data/README.md CHANGED
@@ -25,7 +25,7 @@ Awesomeness.
25
25
  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
26
26
  Version 2, December 2004
27
27
 
28
- Copyright (C) 2010 Ben Bleything <ben@bleything.net
28
+ Copyright (C) 2010 Ben Bleything <ben@bleything.net>
29
29
 
30
30
  Everyone is permitted to copy and distribute verbatim or modified copies
31
31
  of this license document, and changing it is allowed as long as the name
data/lib/ben_string.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  class BenString < String
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
 
4
4
  def to_bool
5
5
  !!self
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ben_string
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ben Bleything