rules_engine 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.2
|
@@ -12,7 +12,7 @@ html, body {
|
|
12
12
|
background: #fff;
|
13
13
|
}
|
14
14
|
|
15
|
-
h1, h2, h3, h4, h5, h6
|
15
|
+
h1, h2, h3, h4, h5, h6 {
|
16
16
|
font-weight:normal;
|
17
17
|
color: #222;
|
18
18
|
}
|
@@ -47,10 +47,10 @@ h6 {
|
|
47
47
|
margin: 8px 6px 6px 6px;
|
48
48
|
}
|
49
49
|
p {
|
50
|
+
font-weight:normal;
|
51
|
+
color: #444;
|
50
52
|
font-size:14px;
|
51
53
|
line-height:20px;
|
52
|
-
padding-top:4px;
|
53
|
-
padding-bottom:2px;
|
54
54
|
margin: 6px;
|
55
55
|
}
|
56
56
|
hr {margin:0 0 2px;}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rules_engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 2
|
10
|
+
version: 0.3.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Chris Douglas
|