realtime-validations 0.2.1 → 0.2.2

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.
@@ -1,3 +1,3 @@
1
1
  module RealtimeValidations
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  end
@@ -43,6 +43,14 @@ div.field-valid {
43
43
  display: inline-block;
44
44
  position: absolute;
45
45
  padding: 0;
46
+ padding-left: 5px;
47
+ padding-right: 5px;
46
48
  margin: 0;
47
49
  margin-top: 5px;
50
+ -moz-border-radius: 10px;
51
+ -webkit-border-radius: 10px;
52
+ -moz-box-shadow:0 0 5px #888888;
53
+ -webkit-box-shadow:0 0 5px #888888;
54
+ background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
55
+ background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
48
56
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: realtime-validations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-01-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &13177960 !ruby/object:Gem::Requirement
16
+ requirement: &6752760 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.1.3
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *13177960
24
+ version_requirements: *6752760
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: jquery-rails
27
- requirement: &13177340 !ruby/object:Gem::Requirement
27
+ requirement: &6799900 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: 1.0.19
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *13177340
35
+ version_requirements: *6799900
36
36
  description: Form real time validations for free on Rails applications
37
37
  email:
38
38
  - ereslibre@gmail.com