fruit_basket 0.0.0 → 0.0.1

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/fruit_basket.gemspec CHANGED
@@ -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 = ["makot"]
9
+ spec.authors = ["makoto hasunuma"]
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.'
@@ -21,6 +21,3 @@ Gem::Specification.new do |spec|
21
21
  spec.add_development_dependency "bundler", "~> 1.3"
22
22
  spec.add_development_dependency "rake"
23
23
  end
24
-
25
-
26
-
@@ -1,3 +1,3 @@
1
1
  module FruitBasket
2
- VERSION = "0.0.0"
2
+ VERSION = "0.0.1"
3
3
  end
data/lib/fruit_basket.rb CHANGED
@@ -5,7 +5,3 @@ 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
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.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - makot
8
+ - makoto hasunuma
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-09 00:00:00.000000000 Z
12
+ date: 2013-11-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler