mysql-binuuid-rails 1.2.0 → 1.2.1
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 +4 -4
- data/.gitignore +1 -0
- data/CHANGELOG.md +7 -0
- data/CONTRIBUTORS.md +1 -0
- data/README.md +1 -1
- data/lib/mysql-binuuid/version.rb +1 -1
- data/mysql-binuuid-rails.gemspec +1 -1
- metadata +3 -5
- data/.travis.yml +0 -18
- data/Gemfile.lock +0 -135
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63f01fb21d7eef3732217c5bc02e7298dbcefd42a2b612196e39375681a9e292
|
|
4
|
+
data.tar.gz: a3a441eac4a15010fd11e28ab0ed667b4ecfa0d9a244e8219899b5fc0659a938
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12c9dd93cb6e87b4f6e1f280ef1ccbce5e347aecc77e5cb596443664d750f59b8fa164bb162862be4ba3f0dec554f371118f0f69b4cedbbba3cafe6c353334f8
|
|
7
|
+
data.tar.gz: aec523ffd9fc6f47e206e6cda682450ec29784eae7179c0df29d6bd7667b4047f556a0f69c6ed43e797ebbeb07d3e4453b2622990c1b89184963e3110ca86464
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# 1.2.1
|
|
2
|
+
|
|
3
|
+
* Development: Now that we're running Semaphore, no need for Travis (#31)
|
|
4
|
+
* Reduce dependencies listed in gemspec (#30) (Dependency on Rails removed,
|
|
5
|
+
only need to depend on ActiveRecord)
|
|
6
|
+
|
|
7
|
+
|
|
1
8
|
# 1.2.0
|
|
2
9
|
|
|
3
10
|
* Set minimum Ruby version from 2.3 to 2.4 (2.3 is EOL and no longer maintained)
|
data/CONTRIBUTORS.md
CHANGED
|
@@ -6,4 +6,5 @@ A word of thanks to all those that have contributed to this project:
|
|
|
6
6
|
* Geoff Evason - [@geoffevason](https://github.com/geoffevason)
|
|
7
7
|
* Mark Oude Veldhuis - [@markoudev](https://github.com/markoudev)
|
|
8
8
|
* Stanisław Pitucha - [@viraptor](https://github.com/viraptor)
|
|
9
|
+
* Tjalling van der Wal - [@tjallingvanderwal](https://github.com/tjallingvanderwal)
|
|
9
10
|
* Zane Wolfgang Pickett - [@sirwolfgang](https://github.com/sirwolfgang)
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://semaphoreci.com/nedap-healthcare/mysql-binuuid-rails)
|
|
2
2
|
[](https://codeclimate.com/github/nedap/mysql-binuuid-rails)
|
|
3
3
|
|
|
4
4
|
# mysql-binuuid-rails
|
data/mysql-binuuid-rails.gemspec
CHANGED
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
|
|
|
21
21
|
|
|
22
22
|
spec.required_ruby_version = ">= 2.4"
|
|
23
23
|
|
|
24
|
-
spec.add_runtime_dependency "
|
|
24
|
+
spec.add_runtime_dependency "activerecord", ENV["RAILS_VERSION"] || ">= 5"
|
|
25
25
|
|
|
26
26
|
spec.add_development_dependency "bundler"
|
|
27
27
|
spec.add_development_dependency "rake"
|
metadata
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mysql-binuuid-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mark Oude Veldhuis
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
|
-
name:
|
|
14
|
+
name: activerecord
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
@@ -117,11 +117,9 @@ extra_rdoc_files: []
|
|
|
117
117
|
files:
|
|
118
118
|
- ".gitignore"
|
|
119
119
|
- ".ruby-version"
|
|
120
|
-
- ".travis.yml"
|
|
121
120
|
- CHANGELOG.md
|
|
122
121
|
- CONTRIBUTORS.md
|
|
123
122
|
- Gemfile
|
|
124
|
-
- Gemfile.lock
|
|
125
123
|
- LICENSE.txt
|
|
126
124
|
- README.md
|
|
127
125
|
- Rakefile
|
data/.travis.yml
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
language: ruby
|
|
2
|
-
cache: bundler
|
|
3
|
-
rvm:
|
|
4
|
-
- 2.4.5
|
|
5
|
-
- 2.5.3
|
|
6
|
-
- 2.6.2
|
|
7
|
-
env:
|
|
8
|
-
matrix:
|
|
9
|
-
- RAILS_VERSION=5.0.5
|
|
10
|
-
- RAILS_VERSION=5.1.6
|
|
11
|
-
- RAILS_VERSION=5.2.0
|
|
12
|
-
- RAILS_VERSION=5.2.1
|
|
13
|
-
- RAILS_VERSION=5.2.2
|
|
14
|
-
- RAILS_VERSION=5.2.3
|
|
15
|
-
before_install:
|
|
16
|
-
- gem install bundler
|
|
17
|
-
- gem update bundler
|
|
18
|
-
- bundle update
|
data/Gemfile.lock
DELETED
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
mysql-binuuid-rails (1.2.0)
|
|
5
|
-
rails (>= 5)
|
|
6
|
-
|
|
7
|
-
GEM
|
|
8
|
-
remote: https://rubygems.org/
|
|
9
|
-
specs:
|
|
10
|
-
actioncable (5.2.3)
|
|
11
|
-
actionpack (= 5.2.3)
|
|
12
|
-
nio4r (~> 2.0)
|
|
13
|
-
websocket-driver (>= 0.6.1)
|
|
14
|
-
actionmailer (5.2.3)
|
|
15
|
-
actionpack (= 5.2.3)
|
|
16
|
-
actionview (= 5.2.3)
|
|
17
|
-
activejob (= 5.2.3)
|
|
18
|
-
mail (~> 2.5, >= 2.5.4)
|
|
19
|
-
rails-dom-testing (~> 2.0)
|
|
20
|
-
actionpack (5.2.3)
|
|
21
|
-
actionview (= 5.2.3)
|
|
22
|
-
activesupport (= 5.2.3)
|
|
23
|
-
rack (~> 2.0)
|
|
24
|
-
rack-test (>= 0.6.3)
|
|
25
|
-
rails-dom-testing (~> 2.0)
|
|
26
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
|
27
|
-
actionview (5.2.3)
|
|
28
|
-
activesupport (= 5.2.3)
|
|
29
|
-
builder (~> 3.1)
|
|
30
|
-
erubi (~> 1.4)
|
|
31
|
-
rails-dom-testing (~> 2.0)
|
|
32
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
|
33
|
-
activejob (5.2.3)
|
|
34
|
-
activesupport (= 5.2.3)
|
|
35
|
-
globalid (>= 0.3.6)
|
|
36
|
-
activemodel (5.2.3)
|
|
37
|
-
activesupport (= 5.2.3)
|
|
38
|
-
activerecord (5.2.3)
|
|
39
|
-
activemodel (= 5.2.3)
|
|
40
|
-
activesupport (= 5.2.3)
|
|
41
|
-
arel (>= 9.0)
|
|
42
|
-
activestorage (5.2.3)
|
|
43
|
-
actionpack (= 5.2.3)
|
|
44
|
-
activerecord (= 5.2.3)
|
|
45
|
-
marcel (~> 0.3.1)
|
|
46
|
-
activesupport (5.2.3)
|
|
47
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
48
|
-
i18n (>= 0.7, < 2)
|
|
49
|
-
minitest (~> 5.1)
|
|
50
|
-
tzinfo (~> 1.1)
|
|
51
|
-
arel (9.0.0)
|
|
52
|
-
builder (3.2.3)
|
|
53
|
-
concurrent-ruby (1.1.5)
|
|
54
|
-
crass (1.0.4)
|
|
55
|
-
erubi (1.8.0)
|
|
56
|
-
globalid (0.4.2)
|
|
57
|
-
activesupport (>= 4.2.0)
|
|
58
|
-
i18n (1.6.0)
|
|
59
|
-
concurrent-ruby (~> 1.0)
|
|
60
|
-
loofah (2.2.3)
|
|
61
|
-
crass (~> 1.0.2)
|
|
62
|
-
nokogiri (>= 1.5.9)
|
|
63
|
-
mail (2.7.1)
|
|
64
|
-
mini_mime (>= 0.1.1)
|
|
65
|
-
marcel (0.3.3)
|
|
66
|
-
mimemagic (~> 0.3.2)
|
|
67
|
-
method_source (0.9.2)
|
|
68
|
-
mimemagic (0.3.3)
|
|
69
|
-
mini_mime (1.0.1)
|
|
70
|
-
mini_portile2 (2.4.0)
|
|
71
|
-
minitest (5.11.3)
|
|
72
|
-
minitest-hooks (1.5.0)
|
|
73
|
-
minitest (> 5.3)
|
|
74
|
-
minitest-spec-context (0.0.3)
|
|
75
|
-
mysql2 (0.4.10)
|
|
76
|
-
nio4r (2.3.1)
|
|
77
|
-
nokogiri (1.10.3)
|
|
78
|
-
mini_portile2 (~> 2.4.0)
|
|
79
|
-
rack (2.0.7)
|
|
80
|
-
rack-test (1.1.0)
|
|
81
|
-
rack (>= 1.0, < 3)
|
|
82
|
-
rails (5.2.3)
|
|
83
|
-
actioncable (= 5.2.3)
|
|
84
|
-
actionmailer (= 5.2.3)
|
|
85
|
-
actionpack (= 5.2.3)
|
|
86
|
-
actionview (= 5.2.3)
|
|
87
|
-
activejob (= 5.2.3)
|
|
88
|
-
activemodel (= 5.2.3)
|
|
89
|
-
activerecord (= 5.2.3)
|
|
90
|
-
activestorage (= 5.2.3)
|
|
91
|
-
activesupport (= 5.2.3)
|
|
92
|
-
bundler (>= 1.3.0)
|
|
93
|
-
railties (= 5.2.3)
|
|
94
|
-
sprockets-rails (>= 2.0.0)
|
|
95
|
-
rails-dom-testing (2.0.3)
|
|
96
|
-
activesupport (>= 4.2.0)
|
|
97
|
-
nokogiri (>= 1.6)
|
|
98
|
-
rails-html-sanitizer (1.0.4)
|
|
99
|
-
loofah (~> 2.2, >= 2.2.2)
|
|
100
|
-
railties (5.2.3)
|
|
101
|
-
actionpack (= 5.2.3)
|
|
102
|
-
activesupport (= 5.2.3)
|
|
103
|
-
method_source
|
|
104
|
-
rake (>= 0.8.7)
|
|
105
|
-
thor (>= 0.19.0, < 2.0)
|
|
106
|
-
rake (12.3.2)
|
|
107
|
-
sprockets (3.7.2)
|
|
108
|
-
concurrent-ruby (~> 1.0)
|
|
109
|
-
rack (> 1, < 3)
|
|
110
|
-
sprockets-rails (3.2.1)
|
|
111
|
-
actionpack (>= 4.0)
|
|
112
|
-
activesupport (>= 4.0)
|
|
113
|
-
sprockets (>= 3.0.0)
|
|
114
|
-
thor (0.20.3)
|
|
115
|
-
thread_safe (0.3.6)
|
|
116
|
-
tzinfo (1.2.5)
|
|
117
|
-
thread_safe (~> 0.1)
|
|
118
|
-
websocket-driver (0.7.0)
|
|
119
|
-
websocket-extensions (>= 0.1.0)
|
|
120
|
-
websocket-extensions (0.1.3)
|
|
121
|
-
|
|
122
|
-
PLATFORMS
|
|
123
|
-
ruby
|
|
124
|
-
|
|
125
|
-
DEPENDENCIES
|
|
126
|
-
bundler
|
|
127
|
-
minitest
|
|
128
|
-
minitest-hooks
|
|
129
|
-
minitest-spec-context
|
|
130
|
-
mysql-binuuid-rails!
|
|
131
|
-
mysql2 (< 0.5)
|
|
132
|
-
rake
|
|
133
|
-
|
|
134
|
-
BUNDLED WITH
|
|
135
|
-
1.17.2
|