stones 1.0.9 → 1.0.10

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: a130b8dd68791631c8ef273fd667462162f0172f5730b57ff9ba163ef97a1c58
4
- data.tar.gz: 8ea219a385cf8283a327b7edc48f6afb904bc24421e53cee14c303150d79c6ba
3
+ metadata.gz: cb5982e27aaef75ac6f81de2f844d941133e7dc30414c3ccf302464679d17a7c
4
+ data.tar.gz: 5f9184da467f8cab3a00984ff9a18c2393490a1c2eeed2c331a8746f5b27ea23
5
5
  SHA512:
6
- metadata.gz: e955524ade199938bd6b7097c5f44b6aafd9325db8235f7cca70af60fd128766aecc6b257b672fb65676818c7d6a882629fb4e59454bb5c286ad1614fff340f0
7
- data.tar.gz: 0f201702aefebde121f84a99581aba058ded760081f6ea3a12436d3b94f4640cbe531c56ac7c48d6c79ad741e1183cb4039b65575e61c9eac88368f97f83bdfb
6
+ metadata.gz: e82a5b153b6a97ef60aa0ea69706f0179cf5317e79cac81218cc8819b9e8f79dac9cc18148e44a3511b1f3ffed689e7ad9a8495382de402ca7f6ad74e3321541
7
+ data.tar.gz: 425d9d5ba0615ad1c9e31ac6b0ee3047493315ddd19d34e4df923198751fe2c3bf074de4db047549445075117e2ffe8186173368bbfb14610cacae3d338745b7
@@ -0,0 +1,6 @@
1
+ .bundle/
2
+ coverage/
3
+
4
+ *.gem
5
+ *.log
6
+ *.lock
@@ -1 +1 @@
1
- rails-5.2
1
+ rails-6.0
@@ -1 +1 @@
1
- ruby-2.5.1
1
+ ruby-2.6.4
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- ruby '2.5.1'
3
+ ruby '2.6.4'
4
4
  gem 'rails'
@@ -1,4 +1,4 @@
1
- Copyright 2012-2018 Dittmar Krall - http://matique.de
1
+ Copyright 2012-2019 Dittmar Krall - http://matique.de
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -41,8 +41,8 @@ Recommended
41
41
  -----------
42
42
 
43
43
  - rvm
44
- - ruby 2.5.1
45
- - rails 5.2
44
+ - ruby 2.6.4
45
+ - rails 6.0
46
46
 
47
47
  Dropped/cleaned files (still available in version 0.2.5):
48
48
 
@@ -1,5 +1,6 @@
1
1
  module Stones
2
- VERSION = '1.0.9' # 2018-11-11
2
+ VERSION = '1.0.10' # 2019-09-27
3
+ # VERSION = '1.0.9' # 2018-11-11
3
4
  # VERSION = '1.0.7' # 2018-11-10
4
5
  # VERSION = '1.0.6' # 2018-10-29
5
6
  # VERSION = '1.0.5' # 2018-09-09
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.9
4
+ version: 1.0.10
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-11-11 00:00:00.000000000 Z
11
+ date: 2019-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -45,10 +45,10 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
+ - ".gitignore"
48
49
  - ".ruby-gemset"
49
50
  - ".ruby-version"
50
51
  - Gemfile
51
- - Gemfile.lock
52
52
  - MIT-LICENSE
53
53
  - README.md
54
54
  - Rakefile
@@ -91,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  requirements: []
94
- rubyforge_project:
95
- rubygems_version: 2.7.6
94
+ rubygems_version: 3.0.6
96
95
  signing_key:
97
96
  specification_version: 4
98
97
  summary: Stones contains some basic files.
@@ -1,122 +0,0 @@
1
- GEM
2
- remote: https://rubygems.org/
3
- specs:
4
- actioncable (5.2.0)
5
- actionpack (= 5.2.0)
6
- nio4r (~> 2.0)
7
- websocket-driver (>= 0.6.1)
8
- actionmailer (5.2.0)
9
- actionpack (= 5.2.0)
10
- actionview (= 5.2.0)
11
- activejob (= 5.2.0)
12
- mail (~> 2.5, >= 2.5.4)
13
- rails-dom-testing (~> 2.0)
14
- actionpack (5.2.0)
15
- actionview (= 5.2.0)
16
- activesupport (= 5.2.0)
17
- rack (~> 2.0)
18
- rack-test (>= 0.6.3)
19
- rails-dom-testing (~> 2.0)
20
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
21
- actionview (5.2.0)
22
- activesupport (= 5.2.0)
23
- builder (~> 3.1)
24
- erubi (~> 1.4)
25
- rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
27
- activejob (5.2.0)
28
- activesupport (= 5.2.0)
29
- globalid (>= 0.3.6)
30
- activemodel (5.2.0)
31
- activesupport (= 5.2.0)
32
- activerecord (5.2.0)
33
- activemodel (= 5.2.0)
34
- activesupport (= 5.2.0)
35
- arel (>= 9.0)
36
- activestorage (5.2.0)
37
- actionpack (= 5.2.0)
38
- activerecord (= 5.2.0)
39
- marcel (~> 0.3.1)
40
- activesupport (5.2.0)
41
- concurrent-ruby (~> 1.0, >= 1.0.2)
42
- i18n (>= 0.7, < 2)
43
- minitest (~> 5.1)
44
- tzinfo (~> 1.1)
45
- arel (9.0.0)
46
- builder (3.2.3)
47
- concurrent-ruby (1.0.5)
48
- crass (1.0.4)
49
- erubi (1.7.1)
50
- globalid (0.4.1)
51
- activesupport (>= 4.2.0)
52
- i18n (1.0.1)
53
- concurrent-ruby (~> 1.0)
54
- loofah (2.2.2)
55
- crass (~> 1.0.2)
56
- nokogiri (>= 1.5.9)
57
- mail (2.7.0)
58
- mini_mime (>= 0.1.1)
59
- marcel (0.3.2)
60
- mimemagic (~> 0.3.2)
61
- method_source (0.9.0)
62
- mimemagic (0.3.2)
63
- mini_mime (1.0.0)
64
- mini_portile2 (2.3.0)
65
- minitest (5.11.3)
66
- nio4r (2.3.1)
67
- nokogiri (1.8.4)
68
- mini_portile2 (~> 2.3.0)
69
- rack (2.0.5)
70
- rack-test (1.1.0)
71
- rack (>= 1.0, < 3)
72
- rails (5.2.0)
73
- actioncable (= 5.2.0)
74
- actionmailer (= 5.2.0)
75
- actionpack (= 5.2.0)
76
- actionview (= 5.2.0)
77
- activejob (= 5.2.0)
78
- activemodel (= 5.2.0)
79
- activerecord (= 5.2.0)
80
- activestorage (= 5.2.0)
81
- activesupport (= 5.2.0)
82
- bundler (>= 1.3.0)
83
- railties (= 5.2.0)
84
- sprockets-rails (>= 2.0.0)
85
- rails-dom-testing (2.0.3)
86
- activesupport (>= 4.2.0)
87
- nokogiri (>= 1.6)
88
- rails-html-sanitizer (1.0.4)
89
- loofah (~> 2.2, >= 2.2.2)
90
- railties (5.2.0)
91
- actionpack (= 5.2.0)
92
- activesupport (= 5.2.0)
93
- method_source
94
- rake (>= 0.8.7)
95
- thor (>= 0.18.1, < 2.0)
96
- rake (12.3.1)
97
- sprockets (3.7.2)
98
- concurrent-ruby (~> 1.0)
99
- rack (> 1, < 3)
100
- sprockets-rails (3.2.1)
101
- actionpack (>= 4.0)
102
- activesupport (>= 4.0)
103
- sprockets (>= 3.0.0)
104
- thor (0.20.0)
105
- thread_safe (0.3.6)
106
- tzinfo (1.2.5)
107
- thread_safe (~> 0.1)
108
- websocket-driver (0.7.0)
109
- websocket-extensions (>= 0.1.0)
110
- websocket-extensions (0.1.3)
111
-
112
- PLATFORMS
113
- ruby
114
-
115
- DEPENDENCIES
116
- rails
117
-
118
- RUBY VERSION
119
- ruby 2.5.1p57
120
-
121
- BUNDLED WITH
122
- 1.16.1