stones 1.0.2 → 1.0.3

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
- SHA1:
3
- metadata.gz: 48a27f56562ec4315612415572cd67264a358057
4
- data.tar.gz: ba4e19079791cb9f0a69cd916d7f38a6cb543a16
2
+ SHA256:
3
+ metadata.gz: 60cf4a0898925137e53906690c070f27cdfa4f4b2080345ef7f896514952fbba
4
+ data.tar.gz: 527354b6970e2474bde83d582643d87ee6108a5446bb6156133c0b5bb4d4aeaa
5
5
  SHA512:
6
- metadata.gz: 053ff9efd939b5417b4e40372cd957af14d6c2d1c13922723f7504c88c2f321805a41d61bc8e50e3269bd42dd19c2059dc71d56e7a04b8779ccaeb258d3d8a73
7
- data.tar.gz: 5b062989f328dd4f93335df196729706465d7dfe5f5531d926bafc11e21b9f97b91c648d41b4e759778b440e316e13df74a7dde0370bc6431fadbb2a7903220e
6
+ metadata.gz: d01f03e081b265ad608d37df2569e0b7448c95da52fdd2a2f2155bdfc624d3856b45705a77e78a700e74b8d605ddd270b99f5d3dd9f04442829f00068507aa02
7
+ data.tar.gz: bc7c3d69994da2247c46eba556c667a8076fedc9685a5702e647253963c45239aa470e3cdc2eee7e98580ae94ff3e2c0beb21a1ac91bf09fc458f252ac754f9d
data/.ruby-gemset CHANGED
@@ -1 +1 @@
1
- rails-5.0
1
+ rails-5.2
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.3.1
1
+ ruby-2.5.1.
data/Gemfile CHANGED
@@ -1,3 +1,3 @@
1
- source "http://rubygems.org"
1
+ source "https://rubygems.org"
2
2
 
3
3
  gem 'rails'
data/Gemfile.lock CHANGED
@@ -1,106 +1,113 @@
1
1
  GEM
2
- remote: http://rubygems.org/
2
+ remote: https://rubygems.org/
3
3
  specs:
4
- actioncable (5.0.0)
5
- actionpack (= 5.0.0)
6
- nio4r (~> 1.2)
7
- websocket-driver (~> 0.6.1)
8
- actionmailer (5.0.0)
9
- actionpack (= 5.0.0)
10
- actionview (= 5.0.0)
11
- activejob (= 5.0.0)
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
12
  mail (~> 2.5, >= 2.5.4)
13
13
  rails-dom-testing (~> 2.0)
14
- actionpack (5.0.0)
15
- actionview (= 5.0.0)
16
- activesupport (= 5.0.0)
14
+ actionpack (5.2.0)
15
+ actionview (= 5.2.0)
16
+ activesupport (= 5.2.0)
17
17
  rack (~> 2.0)
18
- rack-test (~> 0.6.3)
18
+ rack-test (>= 0.6.3)
19
19
  rails-dom-testing (~> 2.0)
20
20
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
21
- actionview (5.0.0)
22
- activesupport (= 5.0.0)
21
+ actionview (5.2.0)
22
+ activesupport (= 5.2.0)
23
23
  builder (~> 3.1)
24
- erubis (~> 2.7.0)
24
+ erubi (~> 1.4)
25
25
  rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- activejob (5.0.0)
28
- activesupport (= 5.0.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
27
+ activejob (5.2.0)
28
+ activesupport (= 5.2.0)
29
29
  globalid (>= 0.3.6)
30
- activemodel (5.0.0)
31
- activesupport (= 5.0.0)
32
- activerecord (5.0.0)
33
- activemodel (= 5.0.0)
34
- activesupport (= 5.0.0)
35
- arel (~> 7.0)
36
- activesupport (5.0.0)
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)
37
41
  concurrent-ruby (~> 1.0, >= 1.0.2)
38
- i18n (~> 0.7)
42
+ i18n (>= 0.7, < 2)
39
43
  minitest (~> 5.1)
40
44
  tzinfo (~> 1.1)
41
- arel (7.0.0)
42
- builder (3.2.2)
43
- concurrent-ruby (1.0.2)
44
- erubis (2.7.0)
45
- globalid (0.3.6)
46
- activesupport (>= 4.1.0)
47
- i18n (0.7.0)
48
- loofah (2.0.3)
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)
49
56
  nokogiri (>= 1.5.9)
50
- mail (2.6.4)
51
- mime-types (>= 1.16, < 4)
52
- method_source (0.8.2)
53
- mime-types (3.1)
54
- mime-types-data (~> 3.2015)
55
- mime-types-data (3.2016.0521)
56
- mini_portile2 (2.1.0)
57
- minitest (5.9.0)
58
- nio4r (1.2.1)
59
- nokogiri (1.6.8)
60
- mini_portile2 (~> 2.1.0)
61
- pkg-config (~> 1.1.7)
62
- pkg-config (1.1.7)
63
- rack (2.0.1)
64
- rack-test (0.6.3)
65
- rack (>= 1.0)
66
- rails (5.0.0)
67
- actioncable (= 5.0.0)
68
- actionmailer (= 5.0.0)
69
- actionpack (= 5.0.0)
70
- actionview (= 5.0.0)
71
- activejob (= 5.0.0)
72
- activemodel (= 5.0.0)
73
- activerecord (= 5.0.0)
74
- activesupport (= 5.0.0)
75
- bundler (>= 1.3.0, < 2.0)
76
- railties (= 5.0.0)
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.0)
67
+ nokogiri (1.8.2)
68
+ mini_portile2 (~> 2.3.0)
69
+ rack (2.0.5)
70
+ rack-test (1.0.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)
77
84
  sprockets-rails (>= 2.0.0)
78
- rails-dom-testing (2.0.1)
79
- activesupport (>= 4.2.0, < 6.0)
80
- nokogiri (~> 1.6.0)
81
- rails-html-sanitizer (1.0.3)
82
- loofah (~> 2.0)
83
- railties (5.0.0)
84
- actionpack (= 5.0.0)
85
- activesupport (= 5.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)
86
93
  method_source
87
94
  rake (>= 0.8.7)
88
95
  thor (>= 0.18.1, < 2.0)
89
- rake (11.2.2)
90
- sprockets (3.6.3)
96
+ rake (12.3.1)
97
+ sprockets (3.7.1)
91
98
  concurrent-ruby (~> 1.0)
92
99
  rack (> 1, < 3)
93
- sprockets-rails (3.1.1)
100
+ sprockets-rails (3.2.1)
94
101
  actionpack (>= 4.0)
95
102
  activesupport (>= 4.0)
96
103
  sprockets (>= 3.0.0)
97
- thor (0.19.1)
98
- thread_safe (0.3.5)
99
- tzinfo (1.2.2)
104
+ thor (0.20.0)
105
+ thread_safe (0.3.6)
106
+ tzinfo (1.2.5)
100
107
  thread_safe (~> 0.1)
101
- websocket-driver (0.6.4)
108
+ websocket-driver (0.7.0)
102
109
  websocket-extensions (>= 0.1.0)
103
- websocket-extensions (0.1.2)
110
+ websocket-extensions (0.1.3)
104
111
 
105
112
  PLATFORMS
106
113
  ruby
@@ -109,4 +116,4 @@ DEPENDENCIES
109
116
  rails
110
117
 
111
118
  BUNDLED WITH
112
- 1.12.2
119
+ 1.16.1
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2012-2016 Dittmar Krall - http://matique.de
1
+ Copyright 2012-2018 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
@@ -1,3 +1,3 @@
1
1
  module Stones
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  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.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-08 00:00:00.000000000 Z
11
+ date: 2018-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -91,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  version: '0'
92
92
  requirements: []
93
93
  rubyforge_project:
94
- rubygems_version: 2.5.1
94
+ rubygems_version: 2.7.3
95
95
  signing_key:
96
96
  specification_version: 4
97
97
  summary: Stones contains some basic files.