vmc 0.3.19 → 0.3.20
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cli/frameworks.rb +1 -1
- data/lib/cli/version.rb +1 -1
- metadata +4 -4
data/lib/cli/frameworks.rb
CHANGED
@@ -86,7 +86,7 @@ module VMC::Cli
|
|
86
86
|
next if matched_file
|
87
87
|
File.open(fname, 'r') do |f|
|
88
88
|
str = f.read # This might want to be limited
|
89
|
-
matched_file = fname if (str && str.match(/^\s*require[\s\(]*['"]sinatra['"]/))
|
89
|
+
matched_file = fname if (str && str.match(/^\s*require[\s\(]*['"]sinatra['"(\/base['"])]/))
|
90
90
|
end
|
91
91
|
end
|
92
92
|
if matched_file
|
data/lib/cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vmc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 59
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 20
|
10
|
+
version: 0.3.20
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- VMware
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-09-
|
18
|
+
date: 2012-09-07 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: json_pure
|