stones 1.0.4 → 1.0.5

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
  SHA256:
3
- metadata.gz: 26e9e90071555ddb65e91e9b69b9d4b72d140c266644cdff0c81ac0b6c45b664
4
- data.tar.gz: cf420ca4747d8e560e31fd8dfc38a8b8e375bc5c91034989dc93ffd359b4def6
3
+ metadata.gz: 693a6205c21e712307429711c4fd7873c6f3256c51da44264932635aad748b40
4
+ data.tar.gz: 6319e61bd47eab6059d7c9fed3666750f2622b3f2b7359c27a309200de79ca81
5
5
  SHA512:
6
- metadata.gz: 45baddafe5bdc6edce00039c0e51feabc6fbfe80993b26324d3571fb1fb1af61161ed0bcd2c866105f2e0a8bf0040f1c19531fe6bf711e990148123c399800e3
7
- data.tar.gz: 0b505f01a232ff92e3f9a07bfb877ff236342efd07f1ce04d27cdc7fca7114f8b07b7f58a4171b6ca3de814eca22cf51c85b4a7a01a07cc8c54af20e83c584b5
6
+ metadata.gz: 687fbd42f7cf498694cacc3ed756f865ddd96ab22c42145c9cd4f4b762f8c6ce042447633529110901afea458db3fc18dfa4aa6e8b5ed35dd0dfbae47bc5068f
7
+ data.tar.gz: 870744a1ad902e38a67f5485a451deaae9d61da0dd943b1c559b26b734d62e3c96a3d13a501b864159e3f79f8093cc2d30540fd0a958a40eb2f7797418acc256
data/README.md CHANGED
@@ -41,8 +41,8 @@ Recommended
41
41
  -----------
42
42
 
43
43
  - rvm
44
- - ruby 2.3.1
45
- - rails 5.0
44
+ - ruby 2.5.1
45
+ - rails 5.2
46
46
 
47
47
  Dropped/cleaned files (still available in version 0.2.5):
48
48
 
@@ -1,6 +1,5 @@
1
1
  title = (APP || 'app').capitalize
2
- link rel='icon' type='image/x-icon' href=path_to_image('favicon.ico')
3
- link rel='shortcut icon' type='image/x-icon' href=href=path_to_image('favicon.ico')
2
+ = favicon_link_tag
4
3
  = stylesheet_link_tag @stylesheet || 'application', media: 'all'
5
4
  = stylesheet_link_tag 'print', media: 'print'
6
5
  = javascript_include_tag 'application'
@@ -1,11 +1,7 @@
1
1
  <!DOCTYPE html>
2
- <!--[if lt IE 7]> <html class="lt-ie10 lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3
- <!--[if IE 7]> <html class="lt-ie10 lt-ie9 lt-ie8 ie7"> <![endif]-->
4
- <!--[if IE 8]> <html class="lt-ie10 lt-ie9 ie8"> <![endif]-->
5
- <!--[if IE 9 ]> <html class="lt-ie10 ie9"> <![endif]-->
6
- <!--[if (gt IE 9)|!(IE)]><!--> <html> <!--<![endif]-->
7
- <head>
2
+ <html>
3
+ <head>
8
4
  <%= render 'layouts/html_head' %>
9
- </head>
10
- <%= render 'layouts/body' %>
5
+ </head>
6
+ <%= render 'layouts/body' %>
11
7
  </html>
@@ -1,4 +1,5 @@
1
1
  module Stones
2
- VERSION = '1.0.4' # 2018-08-06
2
+ VERSION = '1.0.5' # 2018-09-09
3
+ # VERSION = '1.0.4' # 2018-08-06
3
4
  # VERSION = '1.0.3'
4
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stones
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-06 00:00:00.000000000 Z
11
+ date: 2018-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler