fruit_basket 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,7 +6,7 @@ require 'fruit_basket/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "fruit_basket"
8
8
  spec.version = FruitBasket::VERSION
9
- spec.authors = ["makoto hasunuma"]
9
+ spec.authors = ["makot"]
10
10
  spec.email = ["makoto.hasunuma@gmail.com"]
11
11
  spec.description = 'Container that can contain anything.'
12
12
  spec.summary = 'Container that can contain anything. That is all.'
@@ -5,3 +5,7 @@ module FruitBasket
5
5
  'Hello. Are you OK. Did you drink some good feeling something?'
6
6
  end
7
7
  end
8
+
9
+ if __FILE__ == $0
10
+ puts FruitBasket::hello
11
+ end
@@ -1,3 +1,3 @@
1
1
  module FruitBasket
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fruit_basket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - makoto hasunuma
8
+ - makot
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-07 00:00:00.000000000 Z
12
+ date: 2013-11-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler