fishplate 1.0.3 → 1.0.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: '039ef352eadb1966d08aa130372f479976a6b72891f683186447908285b89f98'
4
- data.tar.gz: c1c80a271177db421ea4010f0df0205abd2bedb847ba428edfc958ce2987883d
3
+ metadata.gz: 295c6cfa7b9265f5b84c922a973534ba2596af0a015f9ccf01c9a367f7b621ed
4
+ data.tar.gz: 81e90f4f03bfde196124ffece057607545f18c4accf774d159d2c4c02e510da0
5
5
  SHA512:
6
- metadata.gz: a9423c1f220e127f4bd8f26676fcf34f0754f689e7b79b3017295bdc73d62c679bfb963dc672efbef2704c156214255258c89f5200241610bd76282fd946bc69
7
- data.tar.gz: 2cdc17c717193a57f8b3e585c851f2c639d3edc31ca0ba98e2981663618e07c8e6356a550ca8e0e6b8ba5e566d7b78ee1b7c3b27cf9f888f06100ee38f7842eb
6
+ metadata.gz: 0105e225bd794e1fd1aae12d2e7416befa15979d62415ac1774287a4129620080cd8ec7d1217bba4f524c147f724a906092a59f64cd773fdb10ae90a9b25c0f1
7
+ data.tar.gz: a9ed160c759f29a6bcef93b952efcc28fd9a5102af6404caf676120c4e74b0aba0031fb3fa8b5a971713fb43d92e6c7abe124e8ab5ee5b771587c1e7f8847f4e
@@ -3,8 +3,9 @@ sudo: false
3
3
  language: ruby
4
4
  cache: bundler
5
5
  rvm:
6
- - 2.5
7
6
  - 2.6
7
+ - 2.7
8
8
  before_install: gem install bundler
9
9
  script:
10
- - bundle exec rake
10
+ - bundle exec rake spec
11
+ - bundle exec rake rubocop
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fishplate (1.0.3)
4
+ fishplate (1.0.4)
5
5
  a9n (~> 1.0)
6
6
  activemodel (~> 6.0)
7
7
  activerecord (~> 6.0)
@@ -12,13 +12,13 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- a9n (1.1.1)
16
- activemodel (6.0.2.1)
17
- activesupport (= 6.0.2.1)
18
- activerecord (6.0.2.1)
19
- activemodel (= 6.0.2.1)
20
- activesupport (= 6.0.2.1)
21
- activesupport (6.0.2.1)
15
+ a9n (1.2.1)
16
+ activemodel (6.0.2.2)
17
+ activesupport (= 6.0.2.2)
18
+ activerecord (6.0.2.2)
19
+ activemodel (= 6.0.2.2)
20
+ activesupport (= 6.0.2.2)
21
+ activesupport (6.0.2.2)
22
22
  concurrent-ruby (~> 1.0, >= 1.0.2)
23
23
  i18n (>= 0.7, < 2)
24
24
  minitest (~> 5.1)
@@ -31,14 +31,14 @@ GEM
31
31
  i18n (1.8.2)
32
32
  concurrent-ruby (~> 1.0)
33
33
  jaro_winkler (1.5.4)
34
- method_source (0.9.2)
34
+ method_source (1.0.0)
35
35
  minitest (5.14.0)
36
36
  parallel (1.19.1)
37
- parser (2.7.0.3)
37
+ parser (2.7.0.5)
38
38
  ast (~> 2.4.0)
39
- pry (0.12.2)
40
- coderay (~> 1.1.0)
41
- method_source (~> 0.9.0)
39
+ pry (0.13.0)
40
+ coderay (~> 1.1)
41
+ method_source (~> 1.0)
42
42
  rainbow (3.0.0)
43
43
  rake (13.0.1)
44
44
  rexml (3.2.4)
@@ -48,21 +48,21 @@ GEM
48
48
  rspec-mocks (~> 3.9.0)
49
49
  rspec-core (3.9.1)
50
50
  rspec-support (~> 3.9.1)
51
- rspec-expectations (3.9.0)
51
+ rspec-expectations (3.9.1)
52
52
  diff-lcs (>= 1.2.0, < 2.0)
53
53
  rspec-support (~> 3.9.0)
54
54
  rspec-mocks (3.9.1)
55
55
  diff-lcs (>= 1.2.0, < 2.0)
56
56
  rspec-support (~> 3.9.0)
57
57
  rspec-support (3.9.2)
58
- rubocop (0.80.0)
58
+ rubocop (0.81.0)
59
59
  jaro_winkler (~> 1.5.1)
60
60
  parallel (~> 1.10)
61
61
  parser (>= 2.7.0.1)
62
62
  rainbow (>= 2.2.2, < 4.0)
63
63
  rexml
64
64
  ruby-progressbar (~> 1.7)
65
- unicode-display_width (>= 1.4.0, < 1.7)
65
+ unicode-display_width (>= 1.4.0, < 2.0)
66
66
  rubocop-performance (1.5.2)
67
67
  rubocop (>= 0.71.0)
68
68
  rubocop-rspec (1.38.1)
@@ -70,12 +70,12 @@ GEM
70
70
  ruby-progressbar (1.10.1)
71
71
  sqlite3 (1.4.2)
72
72
  thread_safe (0.3.6)
73
- tzinfo (1.2.6)
73
+ tzinfo (1.2.7)
74
74
  thread_safe (~> 0.1)
75
75
  tzinfo-data (1.2019.3)
76
76
  tzinfo (>= 1.0.0)
77
- unicode-display_width (1.6.1)
78
- zeitwerk (2.2.2)
77
+ unicode-display_width (1.7.0)
78
+ zeitwerk (2.3.0)
79
79
 
80
80
  PLATFORMS
81
81
  ruby
@@ -92,4 +92,4 @@ DEPENDENCIES
92
92
  sqlite3
93
93
 
94
94
  BUNDLED WITH
95
- 1.17.3
95
+ 2.1.4
data/README.md CHANGED
@@ -1,6 +1,9 @@
1
- # Fishplate
1
+ [![Gem Version](https://badge.fury.io/rb/fishplate.svg)](https://rubygems.org/gems/fishplate)
2
+ [![Build Status](https://travis-ci.org/RenoFi/fishplate.svg?branch=master)](https://travis-ci.org/RenoFi/fishplate)
2
3
 
3
- Fishplate is a library to run `ActiveRecord` without `railties` gem
4
+ # fishplate
5
+
6
+ `fishplate` is a library to run `ActiveRecord` without `railties` gem
4
7
 
5
8
  ![fishplate](https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Fishplate_UK_2006.jpg/440px-Fishplate_UK_2006.jpg "Fishplate")
6
9
 
@@ -1,3 +1,3 @@
1
1
  module Fishplate
2
- VERSION = "1.0.3".freeze
2
+ VERSION = "1.0.4".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fishplate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-02-28 00:00:00.000000000 Z
11
+ date: 2020-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: a9n
@@ -249,7 +249,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
249
249
  - !ruby/object:Gem::Version
250
250
  version: '0'
251
251
  requirements: []
252
- rubygems_version: 3.0.6
252
+ rubygems_version: 3.1.2
253
253
  signing_key:
254
254
  specification_version: 4
255
255
  summary: Fishplate is a library allowing running ActiveRecord without Railties.