whatever 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.
data/README.md CHANGED
@@ -18,7 +18,7 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- Call any method on the `Whenever` class and It Should Just Work™.
21
+ Call any method on the `Whatever` class and It Should Just Work™.
22
22
 
23
23
  Whatever.foo
24
24
  => Are you talking to me?
data/lib/whatever.rb CHANGED
@@ -10,6 +10,6 @@ class Whatever
10
10
  ].freeze
11
11
 
12
12
  def self.method_missing(meth, *args, &block)
13
- puts RESPONSES.sample
13
+ RESPONSES.sample
14
14
  end
15
15
  end
@@ -1,3 +1,3 @@
1
1
  class Whatever
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whatever
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:
@@ -56,7 +56,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
56
56
  version: '0'
57
57
  segments:
58
58
  - 0
59
- hash: -2287060133346964541
59
+ hash: -857772858604009696
60
60
  required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
65
65
  version: '0'
66
66
  segments:
67
67
  - 0
68
- hash: -2287060133346964541
68
+ hash: -857772858604009696
69
69
  requirements: []
70
70
  rubyforge_project:
71
71
  rubygems_version: 1.8.24