bummr 0.5.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 389815b5180dc129c7eabe7f2d2a4652c0266a7e
4
- data.tar.gz: 55dea3cebd0100b8a484a8994ef4657765a27b84
2
+ SHA256:
3
+ metadata.gz: a418b56df2ef27d3133a50eb3496fc185e08fd33980891d55f0fa17b4924640e
4
+ data.tar.gz: afa326b65168586bb0f9526c8f060d830b55f94ddaa5228c24cbbc0b65d43dc7
5
5
  SHA512:
6
- metadata.gz: 47ac269d5bffa3e9f45d83eabe2befb31f5ad932e18aa5cdd3cf817b3bca3153c15166e12f2f5489682d3c058bbce77579fe68e4e7a3126a0b21acf7885182de
7
- data.tar.gz: f953d5673838a0c6f00f6785ec65745fbac5f550285796d061fdf2221c4a8baff9d40bfda5d8c877d3530a34fcc6cd0e44da6e5db0bae9d9929aa8f3bf698a8d
6
+ metadata.gz: f86b59ec25374e52448f933a6923e582713f05a6f23f050b2af0854d3fab4a8489e04f4feaeb14a94707cc1650e3472f79caf67ba0af6fbb8a0c6694acdedcca
7
+ data.tar.gz: 56e01e31f8e7d03a7111f378d4283cf497e90dc4e29c0f0bac8bebf2cb423b5bf27d6e74fa16c804e6f50b3f174d0f0850821b8dd314fcbcea35fe70756a21fe
@@ -0,0 +1,24 @@
1
+ version: 2.1,
2
+ orbs:
3
+ ruby: circleci/ruby@1.1.2
4
+ jobs:
5
+ test:
6
+ docker:
7
+ - image: cimg/ruby:2.7-node
8
+ steps:
9
+ - checkout
10
+ - run:
11
+ name: Install dependencies
12
+ command: bundle install
13
+ - run:
14
+ name: Test
15
+ command: bundle exec rake
16
+ - run:
17
+ name:
18
+ Report coverage to codeclimate
19
+ command: bundle exec codeclimate-test-reporter
20
+ workflows:
21
+ version: 2
22
+ test:
23
+ jobs:
24
+ - test
data/.gitignore CHANGED
@@ -1,6 +1,5 @@
1
1
  /.bundle/
2
2
  /.yardoc
3
- /Gemfile.lock
4
3
  /_yardoc/
5
4
  /coverage/
6
5
  /doc/
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.3.1
1
+ 3.2.2
data/Gemfile.lock ADDED
@@ -0,0 +1,73 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ bummr (0.6.0)
5
+ rainbow
6
+ thor
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ codeclimate-test-reporter (1.0.9)
12
+ simplecov (<= 0.13)
13
+ coderay (1.1.3)
14
+ diff-lcs (1.5.1)
15
+ docile (1.1.5)
16
+ jet_black (0.7.1)
17
+ json (2.7.2)
18
+ method_source (1.1.0)
19
+ pry (0.14.2)
20
+ coderay (~> 1.1)
21
+ method_source (~> 1.0)
22
+ pry-nav (1.0.0)
23
+ pry (>= 0.9.10, < 0.15)
24
+ pry-remote (0.1.8)
25
+ pry (~> 0.9)
26
+ slop (~> 3.0)
27
+ rainbow (3.1.1)
28
+ rake (13.2.1)
29
+ rspec (3.13.0)
30
+ rspec-core (~> 3.13.0)
31
+ rspec-expectations (~> 3.13.0)
32
+ rspec-mocks (~> 3.13.0)
33
+ rspec-core (3.13.0)
34
+ rspec-support (~> 3.13.0)
35
+ rspec-expectations (3.13.0)
36
+ diff-lcs (>= 1.2.0, < 2.0)
37
+ rspec-support (~> 3.13.0)
38
+ rspec-mocks (3.13.1)
39
+ diff-lcs (>= 1.2.0, < 2.0)
40
+ rspec-support (~> 3.13.0)
41
+ rspec-nc (0.3.0)
42
+ rspec (>= 3)
43
+ terminal-notifier (>= 1.4)
44
+ rspec-support (3.13.1)
45
+ simplecov (0.13.0)
46
+ docile (~> 1.1.0)
47
+ json (>= 1.8, < 3)
48
+ simplecov-html (~> 0.10.0)
49
+ simplecov-html (0.10.2)
50
+ slop (3.6.0)
51
+ spring (4.2.1)
52
+ terminal-notifier (2.0.0)
53
+ thor (1.3.1)
54
+
55
+ PLATFORMS
56
+ ruby
57
+
58
+ DEPENDENCIES
59
+ bummr!
60
+ bundler
61
+ codeclimate-test-reporter (~> 1.0.0)
62
+ jet_black (~> 0.3)
63
+ pry
64
+ pry-nav
65
+ pry-remote
66
+ rake
67
+ rspec
68
+ rspec-nc
69
+ simplecov
70
+ spring
71
+
72
+ BUNDLED WITH
73
+ 2.4.22
data/README.md CHANGED
@@ -1,23 +1,31 @@
1
1
  # Bummr
2
2
 
3
- [![CircleCI](https://circleci.com/gh/lpender/bummr.svg?style=svg)](https://circleci.com/gh/lpender/bummr)
3
+ [![CircleCI](https://circleci.com/gh/lpender/bummr.svg?style=shield)](https://circleci.com/gh/lpender/bummr)
4
4
  [![Code Climate](https://codeclimate.com/github/lpender/bummr/badges/gpa.svg)](https://codeclimate.com/github/lpender/bummr)
5
- [![Test Coverage](https://codeclimate.com/github/lpender/bummr/badges/coverage.svg)](https://codeclimate.com/github/lpender/bummr/coverage)
5
+ [![Test Coverage](https://api.codeclimate.com/v1/badges/52d6651bf8cd5e729b11/test_coverage)](https://codeclimate.com/github/lpender/bummr/test_coverage)
6
6
 
7
7
  Updating Gems one by one is a bumm(e)r: especially when one gem causes your build
8
8
  to fail.
9
9
 
10
- Gems should be updated in [separate commits](http://ilikestuffblog.com/2012/07/01/you-should-update-one-gem-at-a-time-with-bundler-heres-how/).
10
+ Gems should be updated in [separate commits](https://thoughtbot.com/blog/keep-your-gems-up-to-date).
11
11
 
12
12
  The bummr gem allows you to automatically update all gems which pass your
13
13
  build in separate commits, and logs the name and sha of each gem that fails.
14
14
 
15
- Bummr assumes you have good test coverage and follow a [pull-request workflow]
16
- with `master` as your default branch.
15
+ Bummr assumes you have good test coverage and follow a [pull-request workflow].
17
16
 
18
- Please note that this gem is _alpha_ stage and may have bugs.
17
+ By default, bummr will assume your base branch is named `master`. If you would
18
+ like to designate a different base branch, you can set the `BASE_BRANCH`
19
+ environment variable: `export BASE_BRANCH='main'`
20
+
21
+ ## Compatibility
19
22
 
20
- ## Installation
23
+ | Bundler Version | Bummr Version |
24
+ | --------------- | ------------- |
25
+ | <= 2.1 | <= 0.6.0 |
26
+ | >= 2.2 | >= 1.0.0 |
27
+
28
+ ## Setup
21
29
 
22
30
  ```bash
23
31
  $ gem install bummr
@@ -33,13 +41,9 @@ To customize your build command, `export BUMMR_TEST="./bummr-build.sh"`
33
41
  If you prefer, you can [run the build more than once], to protect against
34
42
  brittle tests and false positives.
35
43
 
36
- By default, bummr will assume your base branch is named `master`. If you would
37
- like to designate a different base branch, you can set the `BASE_BRANCH`
38
- environment variable: `export BASE_BRANCH='develop'`
39
-
40
44
  [run the build more than once]: https://gist.github.com/lpender/f6b55e7f3649db3b6df5
41
45
 
42
- ## Usage:
46
+ ## Usage
43
47
 
44
48
  Using bummr can take anywhere from a few minutes to several hours, depending
45
49
  on the number of outdated gems you have and the number of tests in your test
@@ -49,7 +53,7 @@ For the purpose of these instructions, we are assuming that your base branch is
49
53
  `master`. If you would like to specify a different base branch, see the
50
54
  instructions in the Installation section of this README.
51
55
 
52
- - After installing, create a new, clean branch off of your `master` branch.
56
+ - After installing, create a new, clean branch off of your main branch.
53
57
  - Run `bummr update`. This may take some time.
54
58
  - `Bummr` will give you the opportunity to interactively rebase your branch
55
59
  before running the tests. Careful.
@@ -58,19 +62,24 @@ instructions in the Installation section of this README.
58
62
  `log/bummr.log`. At this point it is recommended that you lock that gem version in
59
63
  your Gemfile and start the process over from the top. Alternatively, you may wish
60
64
  to implement code changes which fix the problem.
61
- - Once your build passes, open a pull-request and merge it to your `master` branch.
65
+ - Once your build passes, open a pull-request and merge it to your main branch.
62
66
 
63
67
  ##### `bummr update`
64
68
 
69
+ - Options:
70
+
71
+ - `--all` to include indirect dependencies (`bummr` defaults to direct dependencies only)
72
+ - `--group` to update only gems from a specific group (i.e. `test`, `development`)
73
+ - `--gem` to update only a specific gem (i.e. `tzinfo`)
74
+
65
75
  - Finds all your outdated gems
66
76
  - Updates them each individually, using `bundle update --source #{gemname}`. To use a less
67
77
  conservative update strategy, start `bummr update` with the `--all` option.
68
78
  - Commits each gem update separately, with a commit message like:
69
- - Options:
70
- - `--all` to include indirect dependencies (`bummr` defaults to direct dependencies only)
71
- - `--group` to update only gems from a specific group (i.e. `test`, `development`)
72
79
 
73
- `Update gemname from 0.0.1 to 0.0.2`
80
+ ```
81
+ Update gemname from 0.0.1 to 0.0.2
82
+ ```
74
83
 
75
84
  - Runs `git rebase -i master` to allow you the chance to review and make changes.
76
85
  - Runs `bummr test`
@@ -83,7 +92,7 @@ instructions in the Installation section of this README.
83
92
  ##### `bummr bisect`
84
93
 
85
94
  - `git bisect`s against master.
86
- - Upon finding the bad commit, runs `git bisect reset` and notifies the developer on
95
+ - Upon finding the bad commit, runs `git bisect reset` and notifies the developer on
87
96
  how best to proceed.
88
97
  - Logs the bad commit in `log/bummr.log`.
89
98
 
@@ -101,6 +110,8 @@ See LICENSE
101
110
 
102
111
  ## Developing
103
112
 
113
+ Set version in `lib/bummr/version.rb`
114
+
104
115
  `rake build` to build locally
105
116
 
106
117
  `gem install --local ~/dev/mine/bummr/pkg/bummr-X.X.X.gem` in the app you
data/bummr.gemspec CHANGED
@@ -27,7 +27,6 @@ Gem::Specification.new do |spec|
27
27
  spec.add_development_dependency "spring"
28
28
  spec.add_development_dependency "bundler"
29
29
  spec.add_development_dependency "rake"
30
- spec.add_development_dependency "guard"
31
30
  spec.add_development_dependency "jet_black", "~> 0.3"
32
31
  spec.add_development_dependency "pry"
33
32
  spec.add_development_dependency "pry-remote"
data/lib/bummr/cli.rb CHANGED
@@ -17,11 +17,13 @@ module Bummr
17
17
  "Update outdated gems, run tests, bisect if tests fail\n\n" +
18
18
  "--all: Update indirect dependencies\n" +
19
19
  "--group: Specify a group from the Gemfile to update\n" +
20
+ "--gem: Specify a specific gem to update\n" +
20
21
  "\n"
21
22
 
22
23
 
23
24
  method_option :all, type: :boolean, default: false
24
25
  method_option :group, type: :string
26
+ method_option :gem, type: :string
25
27
 
26
28
  def update
27
29
  system("bundle install")
@@ -32,7 +34,7 @@ module Bummr
32
34
  log("Bummr update initiated #{Time.now}")
33
35
 
34
36
  outdated_gems = Bummr::Outdated.instance.outdated_gems(
35
- all_gems: options[:all], group: options[:group]
37
+ all_gems: options[:all], group: options[:group], gem: options[:gem]
36
38
  )
37
39
 
38
40
  if outdated_gems.empty?
@@ -52,7 +54,7 @@ module Bummr
52
54
  def test
53
55
  check(false)
54
56
 
55
- if yes? "Do you want to test the build now?"
57
+ if yes? "Do you want to test the build now? (y/n)"
56
58
  system "bundle install"
57
59
  puts "Testing the build!".color(:green)
58
60
 
@@ -1,5 +1,6 @@
1
1
  require 'open3'
2
2
  require 'singleton'
3
+ require 'bundler'
3
4
 
4
5
  module Bummr
5
6
  class Outdated
@@ -9,8 +10,10 @@ module Bummr
9
10
  results = []
10
11
 
11
12
  bundle_options = ""
13
+ bundle_options << " --parseable" if Gem::Version.new(Bundler::VERSION) >= Gem::Version.new("2")
12
14
  bundle_options << " --strict" unless options[:all_gems]
13
15
  bundle_options << " --group #{options[:group]}" if options[:group]
16
+ bundle_options << " #{options[:gem]}" if options[:gem]
14
17
 
15
18
  Open3.popen2("bundle outdated" + bundle_options) do |_std_in, std_out|
16
19
  while line = std_out.gets
@@ -27,7 +30,7 @@ module Bummr
27
30
  end
28
31
 
29
32
  def parse_gem_from(line)
30
- regex = / \* (.*) \(newest (\d[\d\.]*\d)[,\s] installed (\d[\d\.]*\d)[\),\s]/.match line
33
+ regex = /(?:\s+\* )?(.*) \(newest (\d[\d\.]*\d)[,\s] installed (\d[\d\.]*\d)[\),\s]/.match line
31
34
 
32
35
  unless regex.nil?
33
36
  { name: regex[1], newest: regex[2], installed: regex[3] }
data/lib/bummr/updater.rb CHANGED
@@ -43,11 +43,7 @@ module Bummr
43
43
  end
44
44
 
45
45
  def updated_version_for(gem)
46
- begin
47
- `bundle list | grep " #{gem[:name]} "`.split('(')[1].split(')')[0]
48
- rescue Error
49
- end
46
+ `bundle list | grep " #{gem[:name]} "`&.split('(')[1].split(')')[0]
50
47
  end
51
48
  end
52
49
  end
53
-
data/lib/bummr/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Bummr
2
- VERSION = "0.5.0"
2
+ VERSION = "1.0.0"
3
3
  end
@@ -19,7 +19,7 @@ describe "bummr update command" do
19
19
  RUBY
20
20
 
21
21
  expect(session.run("bundle install --retry 3")).
22
- to be_a_success.and have_stdout(/bummr .* from source/)
22
+ to be_a_success
23
23
 
24
24
  # Now allow newer versions of Rake to be installed
25
25
  session.run("sed -i.bak 's/, \"~> 10.0\"//' Gemfile")
data/spec/lib/cli_spec.rb CHANGED
@@ -94,6 +94,20 @@ describe Bummr::CLI do
94
94
  cli.update
95
95
  end
96
96
  end
97
+
98
+ describe "gem option" do
99
+ it "requests only outdated specific gem from supplied be listed" do
100
+ options[:gem] = 'tzdata'
101
+
102
+ expect_any_instance_of(Bummr::Outdated)
103
+ .to receive(:outdated_gems).with(hash_including({ gem: 'tzdata' }))
104
+ .and_return outdated_gems
105
+
106
+ mock_bummr_standard_flow
107
+
108
+ cli.update
109
+ end
110
+ end
97
111
  end
98
112
 
99
113
  context "when in headless mode" do
@@ -2,7 +2,7 @@ require 'spec_helper'
2
2
 
3
3
  describe Bummr::Outdated do
4
4
  # https://github.com/wireframe/gitx/blob/8e3cdc8b5d0c2082ed3daaf2fc054654b2e7a6c8/spec/gitx/executor_spec.rb#L9
5
- let(:stdoutput) {
5
+ let(:stdoutput_legacy) {
6
6
  output = String.new
7
7
  output += " * devise (newest 4.1.1, installed 3.5.2) in group \"default\"\n"
8
8
  output += " * rake (newest 11.1.2, installed 10.4.2)\n"
@@ -12,6 +12,11 @@ describe Bummr::Outdated do
12
12
  StringIO.new(output)
13
13
  }
14
14
 
15
+ let(:stdoutput) {
16
+ output = stdoutput_legacy.string.gsub(/^([\s*]+)/, "")
17
+ StringIO.new(output)
18
+ }
19
+
15
20
  let(:gemfile) {
16
21
  gemfile = String.new
17
22
  gemfile += "gem 'devise'\n"
@@ -22,33 +27,35 @@ describe Bummr::Outdated do
22
27
  }
23
28
 
24
29
  describe "#outdated_gems" do
25
- it "Correctly identifies outdated gems" do
26
- allow(Open3).to receive(:popen2).and_yield(nil, stdoutput)
27
- allow_any_instance_of(described_class).to receive(:gemfile).and_return gemfile
30
+ { bundler2: :stdoutput, bundler1: :stdoutput_legacy }.each_pair do |version, output|
31
+ it "Correctly identifies outdated gems with bundler #{version}" do
32
+ allow(Open3).to receive(:popen2).and_yield(nil, public_send(output))
33
+ allow_any_instance_of(described_class).to receive(:gemfile).and_return gemfile
28
34
 
29
- instance = Bummr::Outdated.instance
30
- result = instance.outdated_gems
35
+ instance = Bummr::Outdated.instance
36
+ result = instance.outdated_gems
31
37
 
32
- expect(result[0][:name]).to eq('devise')
33
- expect(result[0][:newest]).to eq('4.1.1')
34
- expect(result[0][:installed]).to eq('3.5.2')
38
+ expect(result[0][:name]).to eq('devise')
39
+ expect(result[0][:newest]).to eq('4.1.1')
40
+ expect(result[0][:installed]).to eq('3.5.2')
35
41
 
36
- expect(result[1][:name]).to eq('rake')
37
- expect(result[1][:newest]).to eq('11.1.2')
38
- expect(result[1][:installed]).to eq('10.4.2')
42
+ expect(result[1][:name]).to eq('rake')
43
+ expect(result[1][:newest]).to eq('11.1.2')
44
+ expect(result[1][:installed]).to eq('10.4.2')
39
45
 
40
- expect(result[2][:name]).to eq('rails')
41
- expect(result[2][:newest]).to eq('4.2.6')
42
- expect(result[2][:installed]).to eq('4.2.5.1')
46
+ expect(result[2][:name]).to eq('rails')
47
+ expect(result[2][:newest]).to eq('4.2.6')
48
+ expect(result[2][:installed]).to eq('4.2.5.1')
43
49
 
44
- expect(result[3][:name]).to eq('spring')
45
- expect(result[3][:newest]).to eq('4.2.6')
46
- expect(result[3][:installed]).to eq('4.2.5.1')
50
+ expect(result[3][:name]).to eq('spring')
51
+ expect(result[3][:newest]).to eq('4.2.6')
52
+ expect(result[3][:installed]).to eq('4.2.5.1')
53
+ end
47
54
  end
48
55
 
49
56
  describe "all gems option" do
50
57
  it "lists all outdated dependencies by omitting the strict option" do
51
- allow(Open3).to receive(:popen2).with("bundle outdated").and_yield(nil, stdoutput)
58
+ allow(Open3).to receive(:popen2).with("bundle outdated --parseable").and_yield(nil, stdoutput)
52
59
 
53
60
  allow(Bummr::Outdated.instance).to receive(:gemfile).and_return gemfile
54
61
 
@@ -59,7 +66,7 @@ describe Bummr::Outdated do
59
66
  end
60
67
 
61
68
  it "defaults to false" do
62
- expect(Open3).to receive(:popen2).with("bundle outdated --strict").and_yield(nil, stdoutput)
69
+ expect(Open3).to receive(:popen2).with("bundle outdated --parseable --strict").and_yield(nil, stdoutput)
63
70
 
64
71
  allow(Bummr::Outdated.instance).to receive(:gemfile).and_return gemfile
65
72
 
@@ -73,13 +80,13 @@ describe Bummr::Outdated do
73
80
  describe "group option" do
74
81
  let(:stdoutput_from_development_group) {
75
82
  output = String.new
76
- output += " * spring (newest 4.2.6, installed 4.2.5.1, requested ~> 4.2.0)"
83
+ output += "spring (newest 4.2.6, installed 4.2.5.1, requested ~> 4.2.0)"
77
84
  StringIO.new(output)
78
85
  }
79
86
 
80
87
  it "lists outdated gems only from supplied group" do
81
88
  allow(Open3).to receive(:popen2)
82
- .with("bundle outdated --strict --group development")
89
+ .with("bundle outdated --parseable --strict --group development")
83
90
  .and_yield(nil, stdoutput_from_development_group)
84
91
 
85
92
  allow(Bummr::Outdated.instance).to receive(:gemfile).and_return gemfile
@@ -92,7 +99,7 @@ describe Bummr::Outdated do
92
99
 
93
100
  it "defaults to all groups" do
94
101
  allow(Open3).to receive(:popen2)
95
- .with("bundle outdated --strict")
102
+ .with("bundle outdated --parseable --strict")
96
103
  .and_yield(nil, stdoutput)
97
104
 
98
105
  allow(Bummr::Outdated.instance).to receive(:gemfile).and_return gemfile
@@ -103,11 +110,32 @@ describe Bummr::Outdated do
103
110
  expect(gem_names).to include 'devise', 'rake', 'rails', 'spring'
104
111
  end
105
112
  end
113
+
114
+ describe "gem option" do
115
+ let(:stdoutput_from_spring_gem) {
116
+ output = String.new
117
+ output += "spring (newest 4.2.6, installed 4.2.5.1, requested ~> 4.2.0)"
118
+ StringIO.new(output)
119
+ }
120
+
121
+ it "lists outdated gems only from supplied gem" do
122
+ allow(Open3).to receive(:popen2)
123
+ .with("bundle outdated --parseable --strict spring")
124
+ .and_yield(nil, stdoutput_from_spring_gem)
125
+
126
+ allow(Bummr::Outdated.instance).to receive(:gemfile).and_return gemfile
127
+
128
+ results = Bummr::Outdated.instance.outdated_gems(gem: :spring)
129
+ gem_names = results.map { |result| result[:name] }
130
+
131
+ expect(gem_names).to match_array ['spring']
132
+ end
133
+ end
106
134
  end
107
135
 
108
136
  describe "#parse_gem_from" do
109
137
  it 'line' do
110
- line = ' * devise (newest 4.1.1, installed 3.5.2) in group "default"'
138
+ line = 'devise (newest 4.1.1, installed 3.5.2) in group "default"'
111
139
 
112
140
  gem = Bummr::Outdated.instance.parse_gem_from(line)
113
141
 
@@ -117,7 +145,7 @@ describe Bummr::Outdated do
117
145
  end
118
146
 
119
147
  it 'line in group' do
120
- line = ' * rake (newest 11.1.2, installed 10.4.2)'
148
+ line = 'rake (newest 11.1.2, installed 10.4.2)'
121
149
 
122
150
  gem = Bummr::Outdated.instance.parse_gem_from(line)
123
151
 
@@ -127,7 +155,7 @@ describe Bummr::Outdated do
127
155
  end
128
156
 
129
157
  it 'line with requested' do
130
- line = ' * rails (newest 4.2.6, installed 4.2.5.1, requested ~> 4.2.0) in group "default"'
158
+ line = 'rails (newest 4.2.6, installed 4.2.5.1, requested ~> 4.2.0) in group "default"'
131
159
 
132
160
  gem = Bummr::Outdated.instance.parse_gem_from(line)
133
161
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bummr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Pender
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-05 00:00:00.000000000 Z
11
+ date: 2024-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -122,20 +122,6 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- - !ruby/object:Gem::Dependency
126
- name: guard
127
- requirement: !ruby/object:Gem::Requirement
128
- requirements:
129
- - - ">="
130
- - !ruby/object:Gem::Version
131
- version: '0'
132
- type: :development
133
- prerelease: false
134
- version_requirements: !ruby/object:Gem::Requirement
135
- requirements:
136
- - - ">="
137
- - !ruby/object:Gem::Version
138
- version: '0'
139
125
  - !ruby/object:Gem::Dependency
140
126
  name: jet_black
141
127
  requirement: !ruby/object:Gem::Requirement
@@ -214,15 +200,16 @@ executables:
214
200
  extensions: []
215
201
  extra_rdoc_files: []
216
202
  files:
203
+ - ".circleci/config.yml"
217
204
  - ".gitignore"
218
205
  - ".ruby-version"
219
206
  - Gemfile
207
+ - Gemfile.lock
220
208
  - LICENSE
221
209
  - README.md
222
210
  - Rakefile
223
211
  - bin/bummr
224
212
  - bummr.gemspec
225
- - circle.yml
226
213
  - lib/bummr.rb
227
214
  - lib/bummr/bisecter.rb
228
215
  - lib/bummr/check.rb
@@ -250,7 +237,7 @@ homepage: https://github.com/lpender/bummr
250
237
  licenses:
251
238
  - MIT
252
239
  metadata: {}
253
- post_install_message:
240
+ post_install_message:
254
241
  rdoc_options: []
255
242
  require_paths:
256
243
  - lib
@@ -265,9 +252,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
265
252
  - !ruby/object:Gem::Version
266
253
  version: '0'
267
254
  requirements: []
268
- rubyforge_project:
269
- rubygems_version: 2.6.10
270
- signing_key:
255
+ rubygems_version: 3.4.10
256
+ signing_key:
271
257
  specification_version: 4
272
258
  summary: Helper script to intelligently update your Gemfile
273
259
  test_files:
data/circle.yml DELETED
@@ -1,3 +0,0 @@
1
- test:
2
- post:
3
- - bundle exec codeclimate-test-reporter