fancy-open-struct 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ require 'ostruct'
2
2
  require 'forwardable'
3
3
 
4
4
  class FancyOpenStruct < OpenStruct
5
- VERSION = "0.1.4"
5
+ VERSION = "0.1.5"
6
6
 
7
7
  extend Forwardable
8
8
 
@@ -1,5 +1,5 @@
1
1
  require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
2
- require 'fancy_open_struct'
2
+ require 'fancy-open-struct'
3
3
 
4
4
  describe FancyOpenStruct do
5
5
 
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
4
+ version: 0.1.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -205,7 +205,6 @@ files:
205
205
  - Rakefile
206
206
  - fancy-open-struct.gemspec
207
207
  - lib/fancy-open-struct.rb
208
- - lib/fancy_open_struct.rb
209
208
  - spec/fancy_open_struct_spec.rb
210
209
  - spec/spec_helper.rb
211
210
  homepage: http://github.com/tomchapin/fancy-open-struct
@@ -1 +0,0 @@
1
- require 'fancy-open-struct'