styleguide_rails 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.
- data/README.md +9 -0
- data/lib/generators/styleguide/install/USAGE +4 -0
- data/lib/styleguide_rails/version.rb +1 -1
- metadata +4 -3
data/README.md
CHANGED
|
@@ -57,6 +57,15 @@ Thanks to project
|
|
|
57
57
|
and to [Adam Braus](https://github.com/ajbraus) for suggesting the
|
|
58
58
|
idea for this gem.
|
|
59
59
|
|
|
60
|
+
## Upgrading
|
|
61
|
+
|
|
62
|
+
To overwrite an installation of an earlier version, run
|
|
63
|
+
|
|
64
|
+
$ bundle update --source styleguide_rails
|
|
65
|
+
$ rails generate styleguide:install -f
|
|
66
|
+
|
|
67
|
+
Don't worry, this will preserve any existing widgets.
|
|
68
|
+
|
|
60
69
|
## License
|
|
61
70
|
|
|
62
71
|
Styleguide_rails is Copyright © 2012 - 2013 Joe Nelson. It is free
|
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.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -42,6 +42,7 @@ files:
|
|
|
42
42
|
- Rakefile
|
|
43
43
|
- illustration/logo.png
|
|
44
44
|
- illustration/screenshot.png
|
|
45
|
+
- lib/generators/styleguide/install/USAGE
|
|
45
46
|
- lib/generators/styleguide/install/install_generator.rb
|
|
46
47
|
- lib/generators/styleguide/install/templates/_example_elements.html
|
|
47
48
|
- lib/generators/styleguide/install/templates/_widget.html.erb
|
|
@@ -70,7 +71,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
70
71
|
version: '0'
|
|
71
72
|
segments:
|
|
72
73
|
- 0
|
|
73
|
-
hash: -
|
|
74
|
+
hash: -3210306506630378600
|
|
74
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
76
|
none: false
|
|
76
77
|
requirements:
|
|
@@ -79,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
79
80
|
version: '0'
|
|
80
81
|
segments:
|
|
81
82
|
- 0
|
|
82
|
-
hash: -
|
|
83
|
+
hash: -3210306506630378600
|
|
83
84
|
requirements: []
|
|
84
85
|
rubyforge_project:
|
|
85
86
|
rubygems_version: 1.8.25
|