styleguide_rails 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -0,0 +1,4 @@
1
+ Created a /styleguide route in your app to preview CSS styles.
2
+
3
+ To create a new widget in the guide, run
4
+ $ rails generate styleguide:widget name_of_widget
@@ -1,3 +1,3 @@
1
1
  module StyleguideRails
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
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.1
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: -3479684397812207252
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: -3479684397812207252
83
+ hash: -3210306506630378600
83
84
  requirements: []
84
85
  rubyforge_project:
85
86
  rubygems_version: 1.8.25