tinyext 0.1.0 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -12,7 +12,7 @@ begin
|
|
12
12
|
Jeweler::Tasks.new do |gemspec|
|
13
13
|
gemspec.name = "tinyext"
|
14
14
|
gemspec.summary = "Tiny set of core extensions. Backports of Ruby 1.9 features."
|
15
|
-
gemspec.description = "Adds Object#blank?, #present?, #tap
|
15
|
+
gemspec.description = "Adds Object#blank?, #present?, #tap?, #try and Symbol#to_proc"
|
16
16
|
gemspec.email = "gbuesing@gmail.com"
|
17
17
|
gemspec.homepage = "http://github.com/gbuesing/tinyext"
|
18
18
|
gemspec.authors = ["Geoff Buesing"]
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.2.0
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tinyext
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geoff Buesing
|
@@ -13,7 +13,7 @@ date: 2010-01-12 00:00:00 -06:00
|
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
16
|
-
description: "Adds Object#blank?, #present?, #tap
|
16
|
+
description: "Adds Object#blank?, #present?, #tap?, #try and Symbol#to_proc"
|
17
17
|
email: gbuesing@gmail.com
|
18
18
|
executables: []
|
19
19
|
|