rodiff 1.2.4 → 1.2.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -1
  3. data/lib/rodiff/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c04af4f46f0b1d4ec03c6f310595fc58e0d044ccf81cc3b0594e0883bb06e919
4
- data.tar.gz: 87de767d7815900e997dbe9a841e5c9e44c769755db61a91c8c372b66f1649e6
3
+ metadata.gz: 8617194cb0934c560f6ea911f6fe47932a0f344b3ceb8c0f0c28336d3be34736
4
+ data.tar.gz: 72617ed38bf820170bc2a2d3854935af99c895d5134729f20e502d8b63c486ce
5
5
  SHA512:
6
- metadata.gz: b4b93eded53c6fda6666b00e454448d407ca50f1effa4aa7c2004a6796346bf2c94c92aa200a8fea10fc4511643a662c07fb0fc97a92ac7c46de0bf58f4013a1
7
- data.tar.gz: 5697b432b0dc21ec6d88fad4b4ba8b0027a7d8a122f398e6fac685a1e368c3af1ee00fba8132af084a77d4b12776a2dc5a5be74af9372183fafe93917f48e09e
6
+ metadata.gz: b0bf426c6e3e5041b57ec1c5bf0cab5153a691b6ff7466232d3f4543f467096ec0d28562fa965f3e35de0990b533807d689272c43551bde3ca0119fa16bbfd99
7
+ data.tar.gz: ebda72466b6bf462c91429d6bf68d9fec6a58c71b67aad0aedb3888233c0aa92cd78c803ae8ad328bab61553d449467639c171fe6cf9cd4b3d40d5426e93e0ce
data/README.md CHANGED
@@ -109,7 +109,13 @@ config.overrides(
109
109
 
110
110
  ## Development
111
111
 
112
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rspec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
112
+ ```bash
113
+ bin/setup
114
+
115
+ bundle exec rake spec # run all tests (RSpec)
116
+ bundle exec rake rubocop # lint
117
+ bundle exec rake coverage # run tests with coverage + collate report
118
+ ```
113
119
 
114
120
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
115
121
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rodiff
4
- VERSION = "1.2.4"
4
+ VERSION = "1.2.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rodiff
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Chang
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  version: 3.2.0
72
72
  requirements:
73
73
  - odiff, >= 3.0
74
- rubygems_version: 4.0.6
74
+ rubygems_version: 4.0.16
75
75
  specification_version: 4
76
76
  summary: A ruby image comparison tool powered by ODiff in OCamel
77
77
  test_files: []