Skip to content

Commit

Permalink
remove dorian-times gem
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Aug 20, 2024
1 parent d69ab7e commit 0115793
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 37 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ gemspec

ruby "3.3.4"

gem "dorian-times"
gem "rspec"
gem "rubocop-rails-omakase"
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ GEM
activesupport
bigdecimal
dorian-to_struct
dorian-times (0.5.2)
dorian-to_struct (0.5.0)
drb (2.2.1)
i18n (1.14.5)
Expand Down Expand Up @@ -104,7 +103,6 @@ PLATFORMS

DEPENDENCIES
dorian-json-each!
dorian-times
rspec
rubocop-rails-omakase

Expand Down
31 changes: 0 additions & 31 deletions bin/times

This file was deleted.

3 changes: 0 additions & 3 deletions spec/json_each_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@
require "spec_helper"

RSpec.describe "each" do
it "works" do
expect(`bin/times 2 | bin/each "puts it.to_i * 2"`).to eq("2\n4\n")
end
end

0 comments on commit 0115793

Please sign in to comment.