bundled_gems 1.0.0 → 1.1.0
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/ci.yml +1 -1
- data/.github/workflows/rubocop-install-sample.yml +3 -1
- data/.rubocop.yml +1 -1
- data/bundled_gems.gemspec +1 -1
- data/lib/bundled_gem/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 218493abbd506a02c0b0e571febfeff1e128fc5c5cecb9cd70c06dbaf3e5fada
|
|
4
|
+
data.tar.gz: 0e4c9da9cfe0d900b8acb6e4ef66b855c951e4c1b2a3f1a92349b573d690f6e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0da77fe002d2a67c0a4f51a41290db2b9bdb5b69ffaec7fb903afd159e850414e11bb58e9c4d6938fe1f57062020da6b95e792366e609803fba6914ee9b05055
|
|
7
|
+
data.tar.gz: d44703ad7eaaf6358076c33958dd25a544783f100050d3aa5e4d7c1991b3fc3fbab4a75022b555d53a6fae0ae68d3da5d29b544174a2f1898a632a48822eac52
|
data/.github/workflows/ci.yml
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
name: Install RuboCop and Run
|
|
2
|
+
|
|
2
3
|
on: [push]
|
|
4
|
+
|
|
3
5
|
jobs:
|
|
4
6
|
sample:
|
|
5
7
|
runs-on: ubuntu-latest
|
|
@@ -8,7 +10,7 @@ jobs:
|
|
|
8
10
|
- name: Set up Ruby
|
|
9
11
|
uses: ruby/setup-ruby@v1
|
|
10
12
|
with:
|
|
11
|
-
ruby-version: 3.
|
|
13
|
+
ruby-version: 3.2
|
|
12
14
|
- name: Install RuboCop and Run
|
|
13
15
|
run: |
|
|
14
16
|
bundle install --without development
|
data/.rubocop.yml
CHANGED
data/bundled_gems.gemspec
CHANGED
data/lib/bundled_gem/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bundled_gems
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- toshimaru
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-12-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -78,14 +78,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
78
78
|
requirements:
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: 2.
|
|
81
|
+
version: 2.7.0
|
|
82
82
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
83
83
|
requirements:
|
|
84
84
|
- - ">="
|
|
85
85
|
- !ruby/object:Gem::Version
|
|
86
86
|
version: '0'
|
|
87
87
|
requirements: []
|
|
88
|
-
rubygems_version: 3.
|
|
88
|
+
rubygems_version: 3.4.1
|
|
89
89
|
signing_key:
|
|
90
90
|
specification_version: 4
|
|
91
91
|
summary: Install gem specified in Gemfile.lock without `bundle install`
|