RubyGems
npm
Organizations
Log in
Sign up
RubyGems
rsl-stringex
Versions diffs
0.9.1 → 0.9.2
rsl-stringex 0.9.1 → 0.9.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/stringex.gemspec
+1
-1
metadata
+1
-1
data/stringex.gemspec
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
Gem::Specification.new do |s|
2
2
s.name = "stringex"
3
-
s.version = "0.9.
1
"
3
+
s.version = "0.9.
2
"
4
4
s.date = "2008-10-04"
5
5
s.summary = "Some [hopefully] useful extensions to Ruby’s String class"
6
6
s.email = "rsl@luckysneaks.com"
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: rsl-stringex
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.9.
1
4
+
version: 0.9.
2
5
5
platform: ruby
6
6
authors:
7
7
- Russell Norris