rocha 0.2.0 → 0.2.1

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.
data/lib/rocha/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rocha
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
data/lib/rocha.rb CHANGED
@@ -1,4 +1,4 @@
1
- require "active_support/core_ext/class/delegating_attributes"
1
+ require "active_support/core_ext/module/delegation"
2
2
  require "rocha/reporter"
3
3
  require "rocha/formatter"
4
4
 
data/spec/spec_helper.rb CHANGED
@@ -2,6 +2,3 @@ require "rspec/autorun"
2
2
  require "active_support/core_ext/numeric"
3
3
 
4
4
  require "rocha"
5
- # RSpec.configure do |config|
6
- # config.include Konacha::RequestSpec, :type => :request
7
- # end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rocha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -115,7 +115,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
115
  version: '0'
116
116
  segments:
117
117
  - 0
118
- hash: 1361958445993374469
118
+ hash: 2962231575827768551
119
119
  required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  none: false
121
121
  requirements:
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  version: '0'
125
125
  segments:
126
126
  - 0
127
- hash: 1361958445993374469
127
+ hash: 2962231575827768551
128
128
  requirements: []
129
129
  rubyforge_project:
130
130
  rubygems_version: 1.8.23