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 +2 -2
- data/lib/runcible/instance.rb +4 -3
- data/lib/runcible/version.rb +1 -1
- metadata +2 -2
data/Gemfile
CHANGED
data/lib/runcible/instance.rb
CHANGED
@@ -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
|
|
data/lib/runcible/version.rb
CHANGED
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.
|
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:
|
12
|
+
date: 2014-01-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: json
|