redpotion-generators 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83089d7ac9e0d9e666114f9af12e75b8541cbfa4
4
- data.tar.gz: 1d768c3c91d9734d5e21c442e6dfd13a81d0758d
3
+ metadata.gz: 9c2d0ae9623585b1a83872c723ebc9f0fd03a0f1
4
+ data.tar.gz: 6d62ae7c9b0cae700976ff6671acb93cdce29b70
5
5
  SHA512:
6
- metadata.gz: 4bea0efa90916b7d95aef184c98ed31f0af9486f38fdb97693641ae6a97139324a2de8f75fbfdd2b00d2c73bcaf0f8445270a88dd4b9fc1c6de12c189a786cd2
7
- data.tar.gz: 76821b86e1beb7def67a542f31d59ccc6ae4a4c214d6e86bd6604134cee06e834d707054c2a543f173094a38ec3d230a86a6d3df2d65e2beed0efd57143a9ac4
6
+ metadata.gz: 1064cd2121c19c8e6d18fd9737c0a5362de36d06f3e21a45fb79262e0e1ed9837e26ca529b9ac03b4f474aea325671203d167f62c388f66c4e3218803befe700
7
+ data.tar.gz: 43caf251ffaceb9e3bf3d08b2759399d783eda5f98260a1ada47b72dd0b46ce06be4c849a1636707af52dc75c3926f0986b8ec39159d28e18a0153b9b2691e73
@@ -1,4 +1,4 @@
1
- class <%= model_name.singularize.camelize %>Stylesheet < ApplicationStylesheet
1
+ class <%= model_name.singularize.camelize %>FormScreenStylesheet < ApplicationStylesheet
2
2
  # Add your view stylesheets here. You can then override styles if needed,
3
3
  # example: include FooStylesheet
4
4
 
@@ -1,4 +1,4 @@
1
- class <%= model_name.singularize.camelize %>Stylesheet < ApplicationStylesheet
1
+ class <%= model_name.pluralize.camelize %>ScreenStylesheet < ApplicationStylesheet
2
2
  # Add your view stylesheets here. You can then override styles if needed,
3
3
  # example: include FooStylesheet
4
4
 
@@ -1,5 +1,5 @@
1
1
  module Redpotion
2
2
  module Generators
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redpotion-generators
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Havens