styleguide_rails 0.3.1 → 0.3.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.
- data/README.md +7 -3
- data/illustration/video_still.png +0 -0
- data/lib/styleguide_rails/version.rb +1 -1
- metadata +5 -4
data/README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
<img src="illustration/logo.png" alt="Styleguide Rails Logo" align="right" />
|
|
2
|
-
|
|
3
1
|
Adds a [living style
|
|
4
2
|
guide](http://24ways.org/2011/front-end-style-guides/) to your Rails
|
|
5
3
|
application with one command.
|
|
6
4
|
|
|
7
|
-
|
|
5
|
+
<p align="center">
|
|
6
|
+
<a href="http://youtu.be/V4L4oHtL1Sk"><img src="illustration/video_still.png" /></a>
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
If you don't use a CSS style guide yet, here's why you should start:
|
|
10
|
+
|
|
11
|
+
<img src="illustration/logo.png" alt="Styleguide Rails Logo" align="right" />
|
|
8
12
|
|
|
9
13
|
* __It Makes Testing Easier.__ With all your styles in one place you can easily
|
|
10
14
|
check for browser bugs, resizing issues, text zoom issues, and printable
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: styleguide_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-05-
|
|
12
|
+
date: 2013-05-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -73,6 +73,7 @@ files:
|
|
|
73
73
|
- Rakefile
|
|
74
74
|
- illustration/logo.png
|
|
75
75
|
- illustration/screenshot.png
|
|
76
|
+
- illustration/video_still.png
|
|
76
77
|
- lib/generators/styleguide/install/USAGE
|
|
77
78
|
- lib/generators/styleguide/install/install_generator.rb
|
|
78
79
|
- lib/generators/styleguide/install/templates/Guardfile
|
|
@@ -105,7 +106,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
105
106
|
version: '0'
|
|
106
107
|
segments:
|
|
107
108
|
- 0
|
|
108
|
-
hash:
|
|
109
|
+
hash: -1611443141028417217
|
|
109
110
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
111
|
none: false
|
|
111
112
|
requirements:
|
|
@@ -114,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
114
115
|
version: '0'
|
|
115
116
|
segments:
|
|
116
117
|
- 0
|
|
117
|
-
hash:
|
|
118
|
+
hash: -1611443141028417217
|
|
118
119
|
requirements: []
|
|
119
120
|
rubyforge_project:
|
|
120
121
|
rubygems_version: 1.8.25
|