tinyext 0.1.0 → 0.2.0

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 (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. 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? and Symbol#to_proc"
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
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.1.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? and Symbol#to_proc"
16
+ description: "Adds Object#blank?, #present?, #tap?, #try and Symbol#to_proc"
17
17
  email: gbuesing@gmail.com
18
18
  executables: []
19
19