apirunner 0.3.2 → 0.3.3
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/VERSION +1 -1
- data/apirunner.gemspec +1 -1
- data/lib/api_runner.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.3
|
data/apirunner.gemspec
CHANGED
data/lib/api_runner.rb
CHANGED
|
@@ -78,7 +78,7 @@ class ApiRunner
|
|
|
78
78
|
def load_url_spec
|
|
79
79
|
path = self.class.spec_path
|
|
80
80
|
specs = []
|
|
81
|
-
Dir.new(path).entries.each do |dir_entry|
|
|
81
|
+
Dir.new(path).entries.sort.each do |dir_entry|
|
|
82
82
|
specs.push *YAML.load_file(path+dir_entry) if not (File.directory? dir_entry or dir_entry.match(/^\./) or dir_entry.match(/excludes/))
|
|
83
83
|
end
|
|
84
84
|
@spec = objectize(priorize(partition(specs)))
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 3
|
|
8
|
-
-
|
|
9
|
-
version: 0.3.
|
|
8
|
+
- 3
|
|
9
|
+
version: 0.3.3
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- jan@moviepilot.com
|
|
@@ -262,7 +262,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
262
262
|
requirements:
|
|
263
263
|
- - ">="
|
|
264
264
|
- !ruby/object:Gem::Version
|
|
265
|
-
hash:
|
|
265
|
+
hash: 4136234197952524477
|
|
266
266
|
segments:
|
|
267
267
|
- 0
|
|
268
268
|
version: "0"
|