topcoat-rails 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -21,7 +21,7 @@ namespace :topcoat do
21
21
  ASSETS_CSS = TOPCOAT_CSS.pathmap("app/assets/stylesheets/topcoat/%f")
22
22
  ASSETS_CSS.zip(TOPCOAT_CSS).each do |target, source|
23
23
  target.gsub!(/topcoat-mobile-/, '')
24
- target.gsub!(/css/, 'sass')
24
+ target.gsub!(/css/, 'scss')
25
25
  # file target => [source] { cp source, target, verbose: true }
26
26
  File.open(target,'w+') do |output_file|
27
27
  output_file.puts File.read(source).gsub(/url\("..\/font\/(.*)"\)/, 'font-url(\1)').gsub(/url\("..\/img\/(.*)"\)/, 'image-url(\1)')
@@ -1,5 +1,5 @@
1
1
  module Topcoat
2
2
  module Rails
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: topcoat-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -122,8 +122,8 @@ files:
122
122
  - app/assets/images/topcoat/search_light.svg
123
123
  - app/assets/images/topcoat/spinner.png
124
124
  - app/assets/images/topcoat/spinner2x.png
125
- - app/assets/stylesheets/topcoat/dark.sass
126
- - app/assets/stylesheets/topcoat/light.sass
125
+ - app/assets/stylesheets/topcoat/dark.scss
126
+ - app/assets/stylesheets/topcoat/light.scss
127
127
  - lib/topcoat-rails.rb
128
128
  - lib/topcoat-rails/engine.rb
129
129
  - lib/topcoat-rails/railtie.rb
@@ -143,7 +143,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
143
143
  version: '0'
144
144
  segments:
145
145
  - 0
146
- hash: -2750851436850890780
146
+ hash: -4000343377935581863
147
147
  required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  none: false
149
149
  requirements:
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  version: '0'
153
153
  segments:
154
154
  - 0
155
- hash: -2750851436850890780
155
+ hash: -4000343377935581863
156
156
  requirements: []
157
157
  rubyforge_project:
158
158
  rubygems_version: 1.8.25