rasputin 0.9.1 → 0.10.0

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,4 +1,4 @@
1
- /*! normalize.css 2011-08-31T22:02 UTC · http://github.com/necolas/normalize.css */
1
+ /*! normalize.css 2011-09-22T17:42 UTC - http://github.com/necolas/normalize.css */
2
2
 
3
3
  /* =============================================================================
4
4
  HTML5 display definitions
@@ -259,7 +259,7 @@ nav ol {
259
259
  ========================================================================== */
260
260
 
261
261
  /*
262
- * 1. Removes border when inside 'a' element in IE6/7/8/9, F3
262
+ * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
263
263
  * 2. Improves image quality when scaled in IE7
264
264
  * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
265
265
  */
@@ -304,10 +304,11 @@ form {
304
304
  }
305
305
 
306
306
  /*
307
- * Define consistent margin and padding
307
+ * Define consistent border, margin, and padding
308
308
  */
309
309
 
310
310
  fieldset {
311
+ border: 1px solid #c0c0c0;
311
312
  margin: 0 2px;
312
313
  padding: 0.35em 0.625em 0.75em;
313
314
  }
@@ -324,7 +325,7 @@ legend {
324
325
 
325
326
  /*
326
327
  * 1. Corrects font size not being inherited in all browsers
327
- * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
328
+ * 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
328
329
  * 3. Improves appearance and consistency in all browsers
329
330
  */
330
331
 
@@ -339,37 +340,28 @@ textarea {
339
340
  }
340
341
 
341
342
  /*
342
- * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
343
- * 2. Corrects inner spacing displayed oddly in IE6/7
343
+ * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
344
344
  */
345
345
 
346
346
  button,
347
347
  input {
348
348
  line-height: normal; /* 1 */
349
- *overflow: visible; /* 2 */
350
- }
351
-
352
- /*
353
- * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
354
- * Known issue: reintroduces inner spacing
355
- */
356
-
357
- table button,
358
- table input {
359
- *overflow: auto;
360
349
  }
361
350
 
362
351
  /*
363
352
  * 1. Improves usability and consistency of cursor style between image-type 'input' and others
364
353
  * 2. Corrects inability to style clickable 'input' types in iOS
354
+ * 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs
355
+ * Known issue: inner spacing remains in IE6
365
356
  */
366
357
 
367
358
  button,
368
- html input[type="button"],
359
+ input[type="button"],
369
360
  input[type="reset"],
370
361
  input[type="submit"] {
371
362
  cursor: pointer; /* 1 */
372
363
  -webkit-appearance: button; /* 2 */
364
+ *overflow: visible; /* 3 */
373
365
  }
374
366
 
375
367
  /*
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rasputin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.10.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-09-10 00:00:00.000000000Z
12
+ date: 2011-10-12 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties
16
- requirement: &70267515770540 !ruby/object:Gem::Requirement
16
+ requirement: &70120614679120 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 3.1.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70267515770540
24
+ version_requirements: *70120614679120
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: actionpack
27
- requirement: &70267515769780 !ruby/object:Gem::Requirement
27
+ requirement: &70120614678620 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 3.1.0
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70267515769780
35
+ version_requirements: *70120614678620
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: sprockets
38
- requirement: &70267515768980 !ruby/object:Gem::Requirement
38
+ requirement: &70120614678160 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: 2.0.0
44
44
  type: :runtime
45
45
  prerelease: false
46
- version_requirements: *70267515768980
46
+ version_requirements: *70120614678160
47
47
  description: SproutCore 2.0 for the Rails asset pipeline.
48
48
  email:
49
49
  - paul@chavard.net
@@ -63,10 +63,14 @@ files:
63
63
  - lib/rasputin/slim.rb
64
64
  - lib/rasputin/version.rb
65
65
  - rasputin.gemspec
66
+ - vendor/assets/javascripts/TransformJS.js
67
+ - vendor/assets/javascripts/metamorph.js
66
68
  - vendor/assets/javascripts/sproutcore-datastore.js
67
69
  - vendor/assets/javascripts/sproutcore-i18n.js
70
+ - vendor/assets/javascripts/sproutcore-routing.js
68
71
  - vendor/assets/javascripts/sproutcore-statechart.js
69
72
  - vendor/assets/javascripts/sproutcore-touch.js
73
+ - vendor/assets/javascripts/sproutcore-utils.js
70
74
  - vendor/assets/javascripts/sproutcore.js
71
75
  - vendor/assets/stylesheets/normalize.css
72
76
  homepage: http://github.com/tchak/rasputin