fancy-open-struct 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,8 @@
1
- require 'pry'
2
1
  require 'ostruct'
3
- require 'delegate'
2
+ require 'forwardable'
4
3
 
5
4
  class FancyOpenStruct < OpenStruct
6
- VERSION = "0.1"
5
+ VERSION = "0.1.1"
7
6
 
8
7
  extend Forwardable
9
8
 
data/spec/spec_helper.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
2
2
  $LOAD_PATH.unshift(File.dirname(__FILE__))
3
3
  require 'rspec'
4
+ require 'pry'
4
5
 
5
6
  if ENV['COVERAGE'] == 'true'
6
7
  require 'simplecov'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fancy-open-struct
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: