valdemaximus-xx 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest CHANGED
@@ -9,4 +9,3 @@ lib/xx.rb
9
9
  Manifest
10
10
  Rakefile
11
11
  README.rdoc
12
- xx.gemspec
data/README.rdoc CHANGED
@@ -2,3 +2,11 @@
2
2
 
3
3
  == Install
4
4
  gem install valdemaximus-xx --source http://gems.github.com
5
+
6
+ == Build and Deploy
7
+ (update the version number in the Rakefile)
8
+ rake manifest
9
+ rake build_gemspec
10
+ git push github master
11
+ or
12
+ git push origin master
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('xx', '0.1.3') do |p|
5
+ Echoe.new('xx', '0.1.4') do |p|
6
6
  p.description = "Extensions of standard ruby objects"
7
7
  p.url = "http://github.com/valdemaximus/xx"
8
8
  p.author = "Tom Johnson"
@@ -14,4 +14,7 @@ class NilClass
14
14
  def not_empty?
15
15
  false
16
16
  end
17
+
18
+ alias :blank? :empty?
19
+ alias :not_blank? :not_empty?
17
20
  end
data/xx.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{xx}
5
- s.version = "0.1.3"
5
+ s.version = "0.1.4"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Tom Johnson"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valdemaximus-xx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Johnson