sauron 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/generators/sauron/templates/lib/sauron/watchr.rb +1 -1
- data/sauron.gemspec +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.8
|
@@ -64,7 +64,7 @@ def setup_databases
|
|
64
64
|
runners = worker['runners'] if worker['runners'] > runners && worker['type'] == 'local'
|
65
65
|
end
|
66
66
|
|
67
|
-
print "setting up #{runners} databases"
|
67
|
+
print "setting up #{runners} databases (you can change in config/hydra.yml)"
|
68
68
|
STDOUT.flush
|
69
69
|
|
70
70
|
# setup each database #
|
data/sauron.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sauron
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 8
|
10
|
+
version: 0.1.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jaime Bellmyer
|