bootswatch_rails 3.2.0.18 → 3.2.0.19

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29ce9aa5cfd01e9db3ef3264d12d11b28f1bbc59
4
- data.tar.gz: a2427350366eea750162979dc73d39fde7ed3eaa
3
+ metadata.gz: bf5103d0173d198ea505d6eb66835f73599cd5c9
4
+ data.tar.gz: 283290a03c667c3ec059abceea15b4b139438b3e
5
5
  SHA512:
6
- metadata.gz: ff705ad93ad0f571b3d55e4d3ecb5adac954ea29c70345b13e3afdd3334e194f921b6d4fe2c420642da7583766f44a7be88d73bc540b801e150d8799f47073d5
7
- data.tar.gz: 69053002107e89821b24d3696a02b7fb3b9bdf2879b8e16265a0efb2964aee7ca0285a8f6ae809dc453d173f9dee23be580dda468d90454107b8e11dd48969a4
6
+ metadata.gz: 402407317f4932966a6c15492b0ab46092fb18022d58f2851ed1109d8a69d759b105b97dfd80a831d4d21771ca08afc221b7283f6ba2da7322f1a79325fcb442
7
+ data.tar.gz: 19f4bfe74878eb13954366e745b150312cfaca0a450bbed19b27e6895729528a3f3733ff792a45bc66787daeb9200a77c1744f454ca0c31a6b7715c56eac10ea
data/generate.sh CHANGED
@@ -101,12 +101,12 @@ if [ -s cleditor/jquery.cleditor.js ] ; then
101
101
  mv /tmp/cleditor.tmp $_dst
102
102
  fi
103
103
 
104
+ _dir="lib/generators/bootswatch_rails/install/templates/app/assets/images"
104
105
  for _file in toolbar.gif buttons.gif ; do
105
106
  _src="cleditor/images/$_file"
106
- _dst="vendor/assets/images/$_file"
107
- if ! cmp -s $_src $_dst ; then
107
+ if ! cmp -s $_src $_dir/$_file ; then
108
108
  echo "copy: $_src"
109
- cp $_src $_dst
109
+ cp $_src $_dir/$_file
110
110
  fi
111
111
  done
112
112
  fi
@@ -3,7 +3,6 @@ module BootswatchRails
3
3
  initializer "BootswatchRails themes" do |app|
4
4
  app.config.assets.precompile += %w(bootstrap.js amelia.css cerulean.css cosmo.css custom.css cyborg.css darkly.css flatly.css journal.css lumen.css paper.css readable.css sandstone.css simplex.css slate.css spacelab.css superhero.css united.css yeti.css)
5
5
  app.config.assets.paths << File.expand_path('../../../vendor/assets/fonts', __FILE__)
6
- app.config.assets.paths << File.expand_path('../../../vendor/assets/images', __FILE__)
7
6
  end
8
7
  end
9
8
  end
@@ -1,6 +1,6 @@
1
1
  module BootswatchRails
2
2
  BOOTSTRAP = "3.2.0"
3
- VERSION = "3.2.0.18"
3
+ VERSION = "3.2.0.19"
4
4
  THEMES = [:amelia, :cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
5
5
  DEFAULT = 1
6
6
  end
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0.18
4
+ version: 3.2.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand
@@ -101,6 +101,8 @@ files:
101
101
  - lib/generators/bootswatch_rails/created_by/templates/created_by_migration.rb
102
102
  - lib/generators/bootswatch_rails/install/install_generator.rb
103
103
  - lib/generators/bootswatch_rails/install/templates/app/assets/images/Rails_logo_80.jpg
104
+ - lib/generators/bootswatch_rails/install/templates/app/assets/images/buttons.gif
105
+ - lib/generators/bootswatch_rails/install/templates/app/assets/images/toolbar.gif
104
106
  - lib/generators/bootswatch_rails/install/templates/app/helpers/application_helper.rb
105
107
  - lib/generators/bootswatch_rails/install/templates/app/views/layouts/_flash.html.erb
106
108
  - lib/generators/bootswatch_rails/install/templates/app/views/layouts/_footer.html.erb
@@ -136,13 +138,15 @@ files:
136
138
  - lib/generators/bootswatch_rails/sorcery/templates/user_migration.rb
137
139
  - lib/generators/bootswatch_rails/sorcery/templates/user_model.rb
138
140
  - lib/generators/bootswatch_rails/sorcery/templates/users_controller.rb
141
+ - vendor/assets/fonts/.gitkeep
139
142
  - vendor/assets/fonts/glyphicons-halflings-regular.eot
140
143
  - vendor/assets/fonts/glyphicons-halflings-regular.svg
141
144
  - vendor/assets/fonts/glyphicons-halflings-regular.ttf
142
145
  - vendor/assets/fonts/glyphicons-halflings-regular.woff
143
- - vendor/assets/images/buttons.gif
144
- - vendor/assets/images/toolbar.gif
146
+ - vendor/assets/images/.gitkeep
147
+ - vendor/assets/javascripts/.gitkeep
145
148
  - vendor/assets/javascripts/jquery.cleditor.js
149
+ - vendor/assets/stylesheets/.gitkeep
146
150
  - vendor/assets/stylesheets/amelia.css
147
151
  - vendor/assets/stylesheets/cerulean.css
148
152
  - vendor/assets/stylesheets/cosmo.css