humane-rails 5.0.1 → 5.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,123 @@
1
+ html,
2
+ body {
3
+ min-height: 100%;
4
+ }
5
+ .humane,
6
+ .humane-jackedup {
7
+ position: fixed;
8
+ -moz-transition: all 0.6s ease-in-out;
9
+ -webkit-transition: all 0.6s ease-in-out;
10
+ -ms-transition: all 0.6s ease-in-out;
11
+ -o-transition: all 0.6s ease-in-out;
12
+ transition: all 0.6s ease-in-out;
13
+ z-index: 100000;
14
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
15
+ }
16
+ .humane,
17
+ .humane-jackedup {
18
+ font-family: Helvetica Neue, Helvetica, san-serif;
19
+ font-size: 18px;
20
+ letter-spacing: -1px;
21
+ top: 20px;
22
+ left: 30%;
23
+ opacity: 0;
24
+ width: 40%;
25
+ color: #333;
26
+ padding: 10px;
27
+ text-align: center;
28
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACWCAYAAAAfduJyAAAABmJLR0QA/wD/AP+gvaeTAAAAIklEQVQokWNgYGCQZGJgYGDARTDSQnboGDqsnDt0DKWNLAAkiQFdC+vZNQAAAABJRU5ErkJggg==');
29
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.1)), color-stop(1, rgba(0,0,0,0.2))) no-repeat;
30
+ background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat;
31
+ background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat;
32
+ background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat;
33
+ background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat;
34
+ background: linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat;
35
+ background-color: #fff;
36
+ -webkit-border-radius: 3px;
37
+ border-radius: 3px;
38
+ text-shadow: 0 1px 1px rgba(255,255,255,0.8);
39
+ -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
40
+ box-shadow: 0 1px 2px rgba(0,0,0,0.5);
41
+ -moz-transform: translateY(-100px);
42
+ -webkit-transform: translateY(-100px);
43
+ -ms-transform: translateY(-100px);
44
+ -o-transform: translateY(-100px);
45
+ transform: translateY(-100px);
46
+ }
47
+ .humane p,
48
+ .humane-jackedup p,
49
+ .humane ul,
50
+ .humane-jackedup ul {
51
+ margin: 0;
52
+ padding: 0;
53
+ }
54
+ .humane ul,
55
+ .humane-jackedup ul {
56
+ list-style: none;
57
+ }
58
+ .humane.humane-jackedup-info,
59
+ .humane-jackedup.humane-jackedup-info {
60
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAR0lEQVQokWNISfn/n4mBgeE/EwMDAwMqQYQYmdoGlxgjI4rY//+Dx2nUFRsQZ2ALTrQQp8QL1DWeqASC014y7aCx8QwMDAwA1aZBIulmpvwAAAAASUVORK5CYII=');
61
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.7)), color-stop(1, rgba(0,0,0,0.85))) no-repeat;
62
+ background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
63
+ background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
64
+ background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
65
+ background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
66
+ background: linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
67
+ background-color: #fff;
68
+ color: #fff;
69
+ text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
70
+ }
71
+ .humane.humane-jackedup-success,
72
+ .humane-jackedup.humane-jackedup-success {
73
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAASElEQVQokc2SMQ4AIAgDD9/K/79QVzWaENTownAJbWnA5SqACkA/Aiy59hczrGVC30Q7y57EmNU5NL5zwln50IMsfZMel+UBKtFBQSLWM9wLAAAAAElFTkSuQmCC');
74
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #62c462), color-stop(1, #57a957)) no-repeat;
75
+ background: -moz-linear-gradient(top, #62c462 0%, #57a957 100%) no-repeat;
76
+ background: -webkit-linear-gradient(top, #62c462 0%, #57a957 100%) no-repeat;
77
+ background: -ms-linear-gradient(top, #62c462 0%, #57a957 100%) no-repeat;
78
+ background: -o-linear-gradient(top, #62c462 0%, #57a957 100%) no-repeat;
79
+ background: linear-gradient(top, #62c462 0%, #57a957 100%) no-repeat;
80
+ background-color: #64ff64;
81
+ color: #fff;
82
+ text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
83
+ }
84
+ .humane.humane-jackedup-error,
85
+ .humane-jackedup.humane-jackedup-error {
86
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAIAAACmkByiAAAABmJLR0QA/wD/AP+gvaeTAAAAf0lEQVQokY2TOQ7AIAwER/5mivy/yRc2RQDhA0jhghFYO5bhuS+TZMAoIUMEhhH4loGhfu71cenM3DutWMsaeGKjv3zO5N17KLPJ0+fQD8cpv5uVLPo4vnX0PpXj0nuaaeVzdmw+yXG1O96n2p3kozB757Ni1Z5UPsU9SP8AeAG1kHXE+7RlPAAAAABJRU5ErkJggg==');
87
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee5f5b), color-stop(1, #c43c35)) no-repeat;
88
+ background: -moz-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat;
89
+ background: -webkit-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat;
90
+ background: -ms-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat;
91
+ background: -o-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat;
92
+ background: linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat;
93
+ background-color: #ee5f5b;
94
+ color: #fff;
95
+ text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
96
+ }
97
+ .humane-animate,
98
+ .humane-jackedup.humane-jackedup-animate {
99
+ opacity: 1;
100
+ -moz-transform: translateY(0);
101
+ -webkit-transform: translateY(0);
102
+ -ms-transform: translateY(0);
103
+ -o-transform: translateY(0);
104
+ transform: translateY(0);
105
+ }
106
+ .humane-animate:hover,
107
+ .humane-jackedup.humane-jackedup-animate:hover {
108
+ opacity: 0.7;
109
+ }
110
+ .humane-js-animate,
111
+ .humane-jackedup.humane-jackedup-js-animate {
112
+ opacity: 1;
113
+ -moz-transform: translateY(0);
114
+ -webkit-transform: translateY(0);
115
+ -ms-transform: translateY(0);
116
+ -o-transform: translateY(0);
117
+ transform: translateY(0);
118
+ }
119
+ .humane-js-animate:hover,
120
+ .humane-jackedup.humane-jackedup-js-animate:hover {
121
+ opacity: 0.7;
122
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
123
+ }
@@ -0,0 +1,115 @@
1
+ html,
2
+ body {
3
+ min-height: 100%;
4
+ }
5
+ .humane,
6
+ .humane-libnotify {
7
+ position: fixed;
8
+ -moz-transition: all 0.3s ease-out;
9
+ -webkit-transition: all 0.3s ease-out;
10
+ -ms-transition: all 0.3s ease-out;
11
+ -o-transition: all 0.3s ease-out;
12
+ transition: all 0.3s ease-out;
13
+ z-index: 100000;
14
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
15
+ }
16
+ .humane,
17
+ .humane-libnotify {
18
+ font-family: Ubuntu, Arial, sans-serif;
19
+ text-align: center;
20
+ font-size: 15px;
21
+ top: 10px;
22
+ right: 10px;
23
+ opacity: 0;
24
+ width: 150px;
25
+ color: #fff;
26
+ padding: 10px;
27
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAYAAADYxx/bAAAABmJLR0QA/wD/AP+gvaeTAAAANElEQVQYlWNgYGB4ysTAwMDAxMjICCUQXDQWAwMDAxMTExMedcRyB6d5CAMQ5hGrjSrmAQBQdgIXlosSTwAAAABJRU5ErkJggg==');
28
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.9)), color-stop(1, rgba(50,50,50,0.9))) no-repeat;
29
+ background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat;
30
+ background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat;
31
+ background: -ms-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat;
32
+ background: -o-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat;
33
+ background: linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(50,50,50,0.9) 100%) no-repeat;
34
+ *background-color: #000;
35
+ -webkit-border-radius: 5px;
36
+ border-radius: 5px;
37
+ -webkit-box-shadow: 0 4px 4px -4px #000;
38
+ box-shadow: 0 4px 4px -4px #000;
39
+ -moz-transform: translateY(-40px);
40
+ -webkit-transform: translateY(-40px);
41
+ -ms-transform: translateY(-40px);
42
+ -o-transform: translateY(-40px);
43
+ transform: translateY(-40px);
44
+ }
45
+ .humane p,
46
+ .humane-libnotify p,
47
+ .humane ul,
48
+ .humane-libnotify ul {
49
+ margin: 0;
50
+ padding: 0;
51
+ }
52
+ .humane ul,
53
+ .humane-libnotify ul {
54
+ list-style: none;
55
+ }
56
+ .humane.humane-libnotify-info,
57
+ .humane-libnotify.humane-libnotify-info {
58
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAYAAADYxx/bAAAABmJLR0QA/wD/AP+gvaeTAAAAMUlEQVQYlWNgYDB6ysTAwMDAxMDACCcYUFkMDEwMDEwMBNVhkxg65jGhmke6M6hgHgBSdgHnpZwADwAAAABJRU5ErkJggg==');
59
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,50,0.9)), color-stop(1, rgba(0,0,100,0.9))) no-repeat;
60
+ background: -moz-linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat;
61
+ background: -webkit-linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat;
62
+ background: -ms-linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat;
63
+ background: -o-linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat;
64
+ background: linear-gradient(top, rgba(0,0,50,0.9) 0%, rgba(0,0,100,0.9) 100%) no-repeat;
65
+ *background-color: #030;
66
+ }
67
+ .humane.humane-libnotify-success,
68
+ .humane-libnotify.humane-libnotify-success {
69
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQCAYAAADYxx/bAAAABmJLR0QA/wD/AP+gvaeTAAAAMUlEQVQYlWNgMGJ4ysTAwMDAxMAIJxhQWQwMDEwMTKgS2NRhkxg65jGhmke6M6hhHgBS2QHn2LzhygAAAABJRU5ErkJggg==');
70
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,50,0,0.9)), color-stop(1, rgba(0,100,0,0.9))) no-repeat;
71
+ background: -moz-linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat;
72
+ background: -webkit-linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat;
73
+ background: -ms-linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat;
74
+ background: -o-linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat;
75
+ background: linear-gradient(top, rgba(0,50,0,0.9) 0%, rgba(0,100,0,0.9) 100%) no-repeat;
76
+ *background-color: #030;
77
+ }
78
+ .humane.humane-libnotify-error,
79
+ .humane-libnotify.humane-libnotify-error {
80
+ background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAPklEQVQokWMwYmB4ysTAwMCATjASFsOmBBvBRJ7x+O0g0wCS7CDTH/RwH7X9MVDuwyaG032D2M2UeIYO7gMAqt8C19Bn7+YAAAAASUVORK5CYII=');
81
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(50,0,0,0.9)), color-stop(1, rgba(100,0,0,0.9))) no-repeat;
82
+ background: -moz-linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat;
83
+ background: -webkit-linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat;
84
+ background: -ms-linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat;
85
+ background: -o-linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat;
86
+ background: linear-gradient(top, rgba(50,0,0,0.9) 0%, rgba(100,0,0,0.9) 100%) no-repeat;
87
+ *background-color: #300;
88
+ }
89
+ .humane.humane-animate,
90
+ .humane-libnotify.humane-libnotify-animate {
91
+ opacity: 1;
92
+ -moz-transform: translateY(0);
93
+ -webkit-transform: translateY(0);
94
+ -ms-transform: translateY(0);
95
+ -o-transform: translateY(0);
96
+ transform: translateY(0);
97
+ }
98
+ .humane.humane-animate:hover,
99
+ .humane-libnotify.humane-libnotify-animate:hover {
100
+ opacity: 0.2;
101
+ }
102
+ .humane.humane-animate,
103
+ .humane-libnotify.humane-libnotify-js-animate {
104
+ opacity: 1;
105
+ -moz-transform: translateY(0);
106
+ -webkit-transform: translateY(0);
107
+ -ms-transform: translateY(0);
108
+ -o-transform: translateY(0);
109
+ transform: translateY(0);
110
+ }
111
+ .humane.humane-animate:hover,
112
+ .humane-libnotify.humane-libnotify-js-animate:hover {
113
+ opacity: 0.2;
114
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
115
+ }
@@ -0,0 +1,72 @@
1
+ html,
2
+ body {
3
+ min-height: 100%;
4
+ }
5
+ .humane,
6
+ .humane-original {
7
+ position: fixed;
8
+ -moz-transition: all 0.2s ease-out;
9
+ -webkit-transition: all 0.2s ease-out;
10
+ -ms-transition: all 0.2s ease-out;
11
+ -o-transition: all 0.2s ease-out;
12
+ transition: all 0.2s ease-out;
13
+ z-index: 100000;
14
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
15
+ }
16
+ .humane,
17
+ .humane-original {
18
+ font-family: Ubuntu, Verdana, sans-serif;
19
+ line-height: 40px;
20
+ font-size: 25px;
21
+ top: 25%;
22
+ left: 25%;
23
+ opacity: 0;
24
+ width: 50%;
25
+ min-height: 40px;
26
+ padding: 10px;
27
+ text-align: center;
28
+ background-color: #000;
29
+ color: #fff;
30
+ -webkit-border-radius: 15px;
31
+ border-radius: 15px;
32
+ }
33
+ .humane p,
34
+ .humane-original p,
35
+ .humane ul,
36
+ .humane-original ul {
37
+ margin: 0;
38
+ padding: 0;
39
+ }
40
+ .humane ul,
41
+ .humane-original ul {
42
+ list-style: none;
43
+ }
44
+ .humane.humane-original-info,
45
+ .humane-original.humane-original-info {
46
+ background-color: #030;
47
+ }
48
+ .humane.humane-original-success,
49
+ .humane-original.humane-original-success {
50
+ background-color: #030;
51
+ }
52
+ .humane.humane-original-error,
53
+ .humane-original.humane-original-error {
54
+ background-color: #300;
55
+ }
56
+ .humane.humane-animate,
57
+ .humane-original.humane-original-animate {
58
+ opacity: 0.8;
59
+ }
60
+ .humane.humane-animate:hover,
61
+ .humane-original.humane-original-animate:hover {
62
+ opacity: 0.6;
63
+ }
64
+ .humane.humane-js-animate,
65
+ .humane-original.humane-original-js-animate {
66
+ opacity: 0.8;
67
+ }
68
+ .humane.humane-js-animate:hover,
69
+ .humane-original.humane-original-js-animate:hover {
70
+ opacity: 0.6;
71
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
72
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humane-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.1
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Harrigan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-16 00:00:00.000000000 Z
11
+ date: 2013-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -111,9 +111,30 @@ files:
111
111
  - lib/humane-rails/engine.rb
112
112
  - lib/humane-rails/version.rb
113
113
  - lib/humane-rails.rb
114
+ - vendor/assets/components/humane-js/changelog.md
115
+ - vendor/assets/components/humane-js/component.json
116
+ - vendor/assets/components/humane-js/humane.js
117
+ - vendor/assets/components/humane-js/humane.min.js
118
+ - vendor/assets/components/humane-js/index.html
119
+ - vendor/assets/components/humane-js/Makefile
120
+ - vendor/assets/components/humane-js/package.json
121
+ - vendor/assets/components/humane-js/readme.md
122
+ - vendor/assets/components/humane-js/test/issue23.html
123
+ - vendor/assets/components/humane-js/test/issue36.html
124
+ - vendor/assets/components/humane-js/test/issue38.html
125
+ - vendor/assets/components/humane-js/theme-src/bigbox.styl
126
+ - vendor/assets/components/humane-js/theme-src/boldlight.styl
127
+ - vendor/assets/components/humane-js/theme-src/jackedup.styl
128
+ - vendor/assets/components/humane-js/theme-src/libnotify.styl
129
+ - vendor/assets/components/humane-js/theme-src/original.styl
130
+ - vendor/assets/components/humane-js/themes/bigbox.css
131
+ - vendor/assets/components/humane-js/themes/boldlight.css
132
+ - vendor/assets/components/humane-js/themes/jackedup.css
133
+ - vendor/assets/components/humane-js/themes/libnotify.css
134
+ - vendor/assets/components/humane-js/themes/original.css
135
+ - humane-rails.gemspec
114
136
  - Rakefile
115
137
  - README.md
116
- - humane-rails.gemspec
117
138
  - spec/internal/app/assets/javascripts/application.js
118
139
  - spec/internal/app/assets/stylesheets/application.css
119
140
  - spec/internal/app/controllers/application_controller.rb