nil_to_chill 0.0.1 → 0.0.2

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.
@@ -1,3 +1,3 @@
1
1
  module NilToChill
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/nil_to_chill.rb CHANGED
@@ -1,5 +1,10 @@
1
1
  require "nil_to_chill/version"
2
+ require "lib/stunner_shades"
2
3
 
3
4
  module NilToChill
4
5
  # Your code goes here...
5
6
  end
7
+
8
+ def chill
9
+ nil
10
+ end
@@ -0,0 +1,15 @@
1
+ class StunnerShades
2
+ def chill
3
+ nil
4
+ end
5
+
6
+ class Object
7
+ def .chill?
8
+ self.nil?
9
+ end
10
+
11
+ def .not_chill?
12
+ !self.nil?
13
+ end
14
+ end
15
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nil_to_chill
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-11 00:00:00.000000000Z
12
+ date: 2011-10-20 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Take your app from nil to chill in seven seconds or less
15
15
  email:
@@ -24,6 +24,7 @@ files:
24
24
  - Rakefile
25
25
  - lib/nil_to_chill.rb
26
26
  - lib/nil_to_chill/version.rb
27
+ - lib/stunner_shades.rb
27
28
  - nil_to_chill.gemspec
28
29
  homepage: ''
29
30
  licenses: []