stones 1.2.3 → 1.2.4

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
  SHA256:
3
- metadata.gz: c390f8e48a85981a5466aa8c2caa33bb741117d4fc8eaea7d29621a8df53af80
4
- data.tar.gz: 38c87015433ad1c4cdaeedea6c08f429db4b20df5db6308e5eaa916d31050de8
3
+ metadata.gz: c345baf7bb8e2028cb8169be17cdca5a209e7394a07d1be6dd68fab67df0c8ec
4
+ data.tar.gz: 1c3f9e8b56afbe1dd0d58874110f7e92c0e8e35ef4c73768741f8beec237e47c
5
5
  SHA512:
6
- metadata.gz: cc25403fef011d84294947194132a71a3edd0f4d5b10877d00c1fd9c092e9fc7639da8f93c81fffc826244e3ddcc2d3cdd2085e18423ce2c65d9fac85bbba702
7
- data.tar.gz: 7ac254931e8872060826781c972a33feb04868d8fb3853bdaa28f2863c8ad8fc8b99d493a9157aaa1a32efd399f564b59d69e85a8699b7b11ea7c1de7adcfafc
6
+ metadata.gz: c79e0733f0bbb0e9a5898fd6921299d618748c1e32eabba45834ed0d0cfb54eea778508ecd1f3b1bcdbafcb689762c735b2ca028ba90bd8be8377e3b1f97b2ab
7
+ data.tar.gz: ed9c1617a920a62335afc3c9e66470420ede5290a36105e1064da8a6a4dd4094696349e779a9e4453f57838f1281236eb5806d98c5b88ccb2a6154dcc82ddee1
data/.ruby-gemset CHANGED
@@ -1 +1 @@
1
- rails-7.0
1
+ rails-7.1
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Stones
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/stones.png)](http://badge.fury.io/rb/stones)
4
+ [![GEM Downloads](https://img.shields.io/gem/dt/stones?color=168AFE&logo=ruby&logoColor=FE1616)](https://rubygems.org/gems/stones)
4
5
 
5
6
  Each time I created a new Rails project these files are required.
6
7
  I got tired of it and collected them in a gem.
@@ -55,6 +56,4 @@ Dropped/cleaned files (still available in version 0.2.5):
55
56
  ## Miscellaneous
56
57
 
57
58
  Copyright (c) 2012-2023 Dittmar Krall (www.matiq.com),
58
- released under the MIT license:
59
-
60
- * https://opensource.org/licenses/MIT
59
+ released under the [MIT license](https://opensource.org/licenses/MIT).
@@ -1,6 +1,6 @@
1
1
  ruby:
2
2
  version = Rails.version.to_f
3
- title = (APP || 'app').capitalize
3
+ # title = (APP || 'app').capitalize
4
4
 
5
5
  - if version < 7.0
6
6
  = favicon_link_tag
@@ -2,7 +2,8 @@
2
2
  # rubocop: disable all
3
3
 
4
4
  module Stones
5
- VERSION = '1.2.3' # 2023-07-19
5
+ VERSION = '1.2.4' # 2023-12-13
6
+ # VERSION = '1.2.3' # 2023-07-19
6
7
  # VERSION = '1.2.2' # 2023-04-15
7
8
  # VERSION = '1.2.1' # 2022-09-29
8
9
  # VERSION = '1.2.0' # 2022-02-12
data/stones.gemspec CHANGED
@@ -10,11 +10,9 @@ Gem::Specification.new do |s|
10
10
  s.description = "A collection of, hopefully, useful files."
11
11
  s.authors = ["Dittmar Krall"]
12
12
  s.email = ["dittmar.krall@matiq.com"]
13
- s.homepage = "http://matiq.com"
13
+ s.homepage = "https://github.com/matique/stones"
14
14
  s.license = "MIT"
15
15
 
16
- s.metadata["source_code_uri"] = "https://github.com/matique/stones"
17
-
18
16
  s.files = `git ls-files`.split("\n")
19
17
  s.require_paths = ["lib"]
20
18
  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.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-19 00:00:00.000000000 Z
11
+ date: 2023-12-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A collection of, hopefully, useful files.
14
14
  email:
@@ -44,11 +44,10 @@ files:
44
44
  - lib/stones/engine.rb
45
45
  - lib/stones/version.rb
46
46
  - stones.gemspec
47
- homepage: http://matiq.com
47
+ homepage: https://github.com/matique/stones
48
48
  licenses:
49
49
  - MIT
50
- metadata:
51
- source_code_uri: https://github.com/matique/stones
50
+ metadata: {}
52
51
  post_install_message:
53
52
  rdoc_options: []
54
53
  require_paths:
@@ -64,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
64
63
  - !ruby/object:Gem::Version
65
64
  version: '0'
66
65
  requirements: []
67
- rubygems_version: 3.4.17
66
+ rubygems_version: 3.4.20
68
67
  signing_key:
69
68
  specification_version: 4
70
69
  summary: Stones contains some basic files.