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.
- data/lib/fancy-open-struct.rb +1 -1
- data/spec/fancy_open_struct_spec.rb +1 -1
- metadata +1 -2
- data/lib/fancy_open_struct.rb +0 -1
data/lib/fancy-open-struct.rb
CHANGED
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.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
|
data/lib/fancy_open_struct.rb
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
require 'fancy-open-struct'
|