wallaby-core 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +42 -1
- data/lib/utils/wallaby/utils.rb +1 -1
- data/lib/wallaby/core/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a09ac87dc23eae2c29466d9b92c72323c8fab161353006fe23d588f17281929
|
4
|
+
data.tar.gz: 3803dcb490c18109c73bd2b375466dfc00326f4448366d8699028bd6be0c4d33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53c39759f03f5ecfc69653a6240bb705dcd6a765139db9b62fcc87680cb0524aab5406d9a0250c8f1eb1613e6982763f73d11993e08609d9629e0bb3b028d4b6
|
7
|
+
data.tar.gz: 3228ddfcacb5d686a8f42fc3ea1b79139f3cdf724503c5d2ae2b10de4722bca44525a3d9c06dfd66abcd2ea719d4a7d28092b0a996b89ef0953a606c00340e26
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
[![Test Coverage](https://api.codeclimate.com/v1/badges/f16f8d87553424c1aacc/test_coverage)](https://codeclimate.com/github/wallaby-rails/wallaby-core/test_coverage)
|
8
8
|
[![Inch CI](https://inch-ci.org/github/wallaby-rails/wallaby-core.svg?branch=master)](https://inch-ci.org/github/wallaby-rails/wallaby-core)
|
9
9
|
|
10
|
-
Wallaby::Core holds all the core interfaces that [Wallaby](https://github.com/wallaby-rails/wallaby) gem is built upon.
|
10
|
+
**Wallaby::Core** holds all the core interfaces that [Wallaby](https://github.com/wallaby-rails/wallaby) gem is built upon.
|
11
11
|
|
12
12
|
## Install
|
13
13
|
|
@@ -28,6 +28,47 @@ bundle install
|
|
28
28
|
- [API Reference](https://www.rubydoc.info/gems/wallaby-core)
|
29
29
|
- [Change Logs](https://github.com/wallaby-rails/wallaby-core/blob/master/CHANGELOG.md)
|
30
30
|
|
31
|
+
## Build, test and update document
|
32
|
+
|
33
|
+
To set up local development environment:
|
34
|
+
|
35
|
+
- git clone this repo
|
36
|
+
- install Ruby (2.4 ~ 3.0)
|
37
|
+
- install gems
|
38
|
+
|
39
|
+
```shell
|
40
|
+
bundle install
|
41
|
+
```
|
42
|
+
|
43
|
+
- install both MySQL and PostgreSQL
|
44
|
+
- create databases
|
45
|
+
|
46
|
+
```shell
|
47
|
+
bundle exec rake db:create
|
48
|
+
```
|
49
|
+
|
50
|
+
- start developing
|
51
|
+
|
52
|
+
Make sure to pass the following checks and tests before putting up a PR:
|
53
|
+
|
54
|
+
- rubocop analysis and format check
|
55
|
+
|
56
|
+
```shell
|
57
|
+
bundle exec rubocop -a
|
58
|
+
```
|
59
|
+
|
60
|
+
- rspec test suites and 100% test coverage
|
61
|
+
|
62
|
+
```shell
|
63
|
+
RAILS_ENV=test bundle exec rake --trace spec
|
64
|
+
```
|
65
|
+
|
66
|
+
- update the comments and build the yardoc
|
67
|
+
|
68
|
+
```shell
|
69
|
+
yardoc
|
70
|
+
```
|
71
|
+
|
31
72
|
## Want to contribute?
|
32
73
|
|
33
74
|
Raise an [issue](https://github.com/wallaby-rails/wallaby-core/issues/new), discuss and resolve!
|
data/lib/utils/wallaby/utils.rb
CHANGED
data/lib/wallaby/core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wallaby-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tian Chen
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|
@@ -226,7 +226,7 @@ metadata:
|
|
226
226
|
homepage_uri: https://github.com/wallaby-rails/wallaby-core
|
227
227
|
source_code_uri: https://github.com/wallaby-rails/wallaby-core
|
228
228
|
changelog_uri: https://github.com/wallaby-rails/wallaby-core/blob/master/CHANGELOG.md
|
229
|
-
post_install_message:
|
229
|
+
post_install_message:
|
230
230
|
rdoc_options: []
|
231
231
|
require_paths:
|
232
232
|
- lib
|
@@ -242,7 +242,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
242
242
|
version: '0'
|
243
243
|
requirements: []
|
244
244
|
rubygems_version: 3.0.3
|
245
|
-
signing_key:
|
245
|
+
signing_key:
|
246
246
|
specification_version: 4
|
247
247
|
summary: The core of Wallaby
|
248
248
|
test_files: []
|