pwnstyles_rails 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.10
1
+ 0.0.11
@@ -9,7 +9,8 @@ class UpdateGenerator < Rails::Generators::Base
9
9
  def static_assets
10
10
  excludes = [
11
11
  'pwnstyles/stylesheets/scss/vars/_app.scss',
12
- 'stylesheets/scss/application.scss'
12
+ 'stylesheets/scss/application.scss',
13
+ 'stylesheets/.gitignore'
13
14
  ]
14
15
  copy_static_assets excludes
15
16
  end
@@ -1 +1,2 @@
1
+ # Assuming stylesheets are SCSS, so any .css file must be compilation output.
1
2
  *.css
@@ -0,0 +1,2 @@
1
+ # Assuming stylesheets are SCSS, so any .css file must be compilation output.
2
+ *.css
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pwnstyles_rails}
8
- s.version = "0.0.10"
8
+ s.version = "0.0.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Victor Costan"]
@@ -56,6 +56,7 @@ Gem::Specification.new do |s|
56
56
  "public/pwnstyles/stylesheets/scss/vars/_color_scheme.scss",
57
57
  "public/pwnstyles/stylesheets/scss/vars/_fonts.scss",
58
58
  "public/pwnstyles/stylesheets/scss/vars/_layout_sizes.scss",
59
+ "public/stylesheets/.gitignore",
59
60
  "public/stylesheets/scss/application.scss",
60
61
  "pwnstyles_rails.gemspec",
61
62
  "test/helper.rb",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwnstyles_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 10
10
- version: 0.0.10
9
+ - 11
10
+ version: 0.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Victor Costan
@@ -158,6 +158,7 @@ files:
158
158
  - public/pwnstyles/stylesheets/scss/vars/_color_scheme.scss
159
159
  - public/pwnstyles/stylesheets/scss/vars/_fonts.scss
160
160
  - public/pwnstyles/stylesheets/scss/vars/_layout_sizes.scss
161
+ - public/stylesheets/.gitignore
161
162
  - public/stylesheets/scss/application.scss
162
163
  - pwnstyles_rails.gemspec
163
164
  - test/helper.rb