flowerbox 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 Flowerbox
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/flowerbox.rb CHANGED
@@ -4,7 +4,7 @@ module Flowerbox
4
4
  if Rails.env == "development"
5
5
  def flowerbox *objs
6
6
  info "=" * 80
7
- info caller[0]
7
+ info caller[1]
8
8
  objs.each do |o|
9
9
  info "-" * 80
10
10
  info o.inspect
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flowerbox
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:
@@ -54,12 +54,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
54
54
  - - ! '>='
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
+ segments:
58
+ - 0
59
+ hash: 3855520414111520791
57
60
  required_rubygems_version: !ruby/object:Gem::Requirement
58
61
  none: false
59
62
  requirements:
60
63
  - - ! '>='
61
64
  - !ruby/object:Gem::Version
62
65
  version: '0'
66
+ segments:
67
+ - 0
68
+ hash: 3855520414111520791
63
69
  requirements: []
64
70
  rubyforge_project:
65
71
  rubygems_version: 1.8.24