simple_delegator 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +6 -0
  2. data/lib/simple_delegator.rb +2 -2
  3. metadata +1 -1
data/README.md CHANGED
@@ -34,6 +34,12 @@ end
34
34
  class Bar
35
35
  def hello; puts "hello"; end
36
36
  end
37
+
38
+ f = Foo.new
39
+
40
+ f.hello #=> "hello"
41
+ f.goodbye #=> "hello"
42
+ f.whatever #=> "fiiiiiine"
37
43
  ```
38
44
 
39
45
  ## Contributing
@@ -1,5 +1,5 @@
1
1
  require "simple_delegator/object"
2
2
 
3
3
  class SimpleDelegator
4
- VERSION = "0.0.1"
5
- end
4
+ VERSION = "0.0.2"
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_delegator
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: