runcible 1.0.7 → 1.0.8

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/Gemfile CHANGED
@@ -7,9 +7,9 @@ group :test do
7
7
  gem 'rake', '0.9.2.2'
8
8
  gem 'vcr'
9
9
  gem 'webmock'
10
- gem 'minitest', '< 5'
10
+ gem 'minitest', '~> 4.7'
11
11
  gem 'parseconfig'
12
- gem 'mocha'
12
+ gem 'mocha', "~> 0.14.0"
13
13
  end
14
14
 
15
15
  group :debug do
@@ -34,7 +34,6 @@ module Runcible
34
34
  @@extension_classes
35
35
  end
36
36
 
37
-
38
37
  attr_accessor :resources
39
38
  attr_accessor :extensions
40
39
 
@@ -72,6 +71,10 @@ module Runcible
72
71
  @config[key] = value
73
72
  end
74
73
 
74
+ def config
75
+ @config
76
+ end
77
+
75
78
  private
76
79
 
77
80
  def initialize_wrappers(config)
@@ -105,7 +108,6 @@ module Runcible
105
108
 
106
109
  end
107
110
 
108
-
109
111
  #Wrapper class to provide access to instances
110
112
  class Wrapper
111
113
 
@@ -124,6 +126,5 @@ module Runcible
124
126
  end
125
127
  end
126
128
 
127
-
128
129
  end
129
130
 
@@ -1,3 +1,3 @@
1
1
  module Runcible
2
- VERSION = "1.0.7"
2
+ VERSION = "1.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runcible
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-20 00:00:00.000000000 Z
12
+ date: 2014-01-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json