fancy-open-struct 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml CHANGED
@@ -2,7 +2,4 @@ language: ruby
2
2
  rvm:
3
3
  - "1.9.3"
4
4
  - "2.0.0"
5
- - jruby-19mode # JRuby in 1.9 mode
6
- - rbx
7
- # uncomment this line if your project needs to run something other than `rake`:
8
- # script: bundle exec rspec spec
5
+ - jruby-19mode # JRuby in 1.9 mode
data/Gemfile CHANGED
@@ -1,10 +1,3 @@
1
1
  source 'http://rubygems.org'
2
2
  gemspec
3
3
 
4
- group :development do
5
- if RUBY_VERSION =~ /^1\.8/
6
- gem 'rcov'
7
- else
8
- gem 'simplecov'
9
- end
10
- end
@@ -39,5 +39,6 @@ Gem::Specification.new do |s|
39
39
  s.add_development_dependency "guard-rspec"
40
40
  s.add_development_dependency "guard-bundler"
41
41
  s.add_development_dependency "simplecov-multi"
42
+
42
43
  end
43
44
 
@@ -2,7 +2,7 @@ require 'ostruct'
2
2
  require 'forwardable'
3
3
 
4
4
  class FancyOpenStruct < OpenStruct
5
- VERSION = "0.1.5"
5
+ VERSION = "0.1.6"
6
6
 
7
7
  extend Forwardable
8
8
 
data/spec/spec_helper.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
2
2
  $LOAD_PATH.unshift(File.dirname(__FILE__))
3
+
3
4
  require 'rspec'
4
5
  require 'pry'
5
-
6
6
  require 'simplecov'
7
7
  require 'coveralls'
8
8
 
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.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: