gemdiff 2.4.0 → 2.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9088ba7b118301fed02f34ef3183f4defea21004bfbd9ec93716c343fa05ff0d
4
- data.tar.gz: c121a3886219e525ef92d4f7f1c51b30ae901f32f09dafbbe91bca35135f93b3
3
+ metadata.gz: d847f205365ddc9ad378851fa3bd21407a9f2b7ba933de40082698cc2102bbe1
4
+ data.tar.gz: 3847112ba9beb9a1a036532e0663989c9708beda930f8b40bc66ab2f762db1c9
5
5
  SHA512:
6
- metadata.gz: 8f775d7110570b109d1789570d954e33000b292d391500169d92a039fb16f2feff15d92ef7b5a916ae5a5e90d20f362161a0bdaaf6265336934ac62b8444bff7
7
- data.tar.gz: f8d6a50e6fae4efda3755c811dd31d7a3d5ad2fafe6328ba50c38b370dfd2d0a0a959d4db0949821434b9e6db1d0c29cdd72b661d82a5dfa4fab0adaabb23214
6
+ metadata.gz: 28092873dcd59ae44a02aa1cdb1beaf9e6b69a4703959927676ecb53a295600509832d7ba993d133f6cbc9f43cf37e5dd0b4fa71dedcdbd5ced783a2221d006e
7
+ data.tar.gz: d87815addb4cec3353403d39e81606181b138e5a7f93fc4224bb36e4fb6aae35956a71cf6a74547fde2a8069c9cfb801841c2f167d9d0dba417009285b7f9dab
data/README.md CHANGED
@@ -129,7 +129,7 @@ Show the repository URL using the gemspec. If a GitHub URL is not found, query t
129
129
 
130
130
  ```sh
131
131
  $ gemdiff find pundit
132
- https://github.com/elabs/pundit
132
+ https://github.com/varvet/pundit
133
133
  ```
134
134
 
135
135
  ### `gemdiff open [gem]`
@@ -194,7 +194,7 @@ You can use abbreviations for any of the above commands. For example, this is eq
194
194
 
195
195
  ```sh
196
196
  $ gemdiff f pundit
197
- https://github.com/elabs/pundit
197
+ https://github.com/varvet/pundit
198
198
  ```
199
199
 
200
200
  ### Authenticated GitHub API requests
@@ -55,6 +55,7 @@ module Gemdiff
55
55
  pg: "ged/ruby-pg",
56
56
  "pry-doc": "pry/pry-doc",
57
57
  public_suffix: "weppos/publicsuffix-ruby",
58
+ pundit: "varvet/pundit",
58
59
  "rack-protection": "sinatra/sinatra",
59
60
  railties: "rails/rails",
60
61
  rake: "ruby/rake",
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gemdiff
4
- VERSION = "2.4.0"
4
+ VERSION = "2.4.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemdiff
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tee Parham
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-18 00:00:00.000000000 Z
11
+ date: 2018-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit