camalian 0.2.0 → 0.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/.github/workflows/ruby.yml +6 -6
- data/Gemfile +0 -1
- data/README.md +1 -1
- data/camalian.gemspec +1 -1
- data/lib/camalian/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df3efad40b55f5cc45e321d93c23077296b7367de0ea54dfb663b666c6c47b2f
|
4
|
+
data.tar.gz: d1d99748916c16c4b13e247427ae54a166623893cdfdd9322978fa16d8ab85f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3e0d48d911fdd7fe75a5fb5bcb2b7963e509eb7297f924be57ecd806ff36db462d347e2d1159d4d28031c077e5cb39a1e0df1716614e00311fb4f192f694722
|
7
|
+
data.tar.gz: '08f12c2b89f583d56fc327fe20f6d283a042d0bd435152fe29cec944b1e5ca187b56daa2f4601cdb88da2627fa41c445516c02db819cbe14b2ea408d036a76fa'
|
data/.github/workflows/ruby.yml
CHANGED
@@ -9,24 +9,24 @@ name: build
|
|
9
9
|
|
10
10
|
on:
|
11
11
|
push:
|
12
|
-
branches: [
|
12
|
+
branches: [master]
|
13
13
|
pull_request:
|
14
|
-
branches: [
|
14
|
+
branches: [master]
|
15
15
|
|
16
16
|
jobs:
|
17
17
|
test:
|
18
|
-
runs-on: ubuntu-
|
18
|
+
runs-on: ubuntu-latest
|
19
19
|
strategy:
|
20
20
|
matrix:
|
21
|
-
ruby: [
|
21
|
+
ruby: ["2.5", "2.6", "2.7"]
|
22
22
|
name: Ruby ${{ matrix.ruby }}
|
23
23
|
steps:
|
24
24
|
- uses: actions/checkout@v2
|
25
|
-
-
|
25
|
+
- name: Set up Ruby ${{ matrix.ruby }}
|
26
|
+
uses: ruby/setup-ruby@v1
|
26
27
|
with:
|
27
28
|
ruby-version: ${{ matrix.ruby }}
|
28
29
|
- name: Install dependencies
|
29
30
|
run: bundle install
|
30
31
|
- name: Run tests
|
31
32
|
run: bundle exec rake
|
32
|
-
|
data/Gemfile
CHANGED
data/README.md
CHANGED
data/camalian.gemspec
CHANGED
data/lib/camalian/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: camalian
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nazar Hussain
|
@@ -117,7 +117,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
117
117
|
requirements:
|
118
118
|
- - ">="
|
119
119
|
- !ruby/object:Gem::Version
|
120
|
-
version: '2.
|
120
|
+
version: '2.5'
|
121
121
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
122
122
|
requirements:
|
123
123
|
- - ">="
|