gemdiff 0.7.7 → 0.7.8

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
2
  SHA1:
3
- metadata.gz: 9b7ba3695ecbaa8edfff0cd7dc6ab3fd04757e41
4
- data.tar.gz: e55a136633e5369c5d0ae7b0c9788651f8d396e0
3
+ metadata.gz: 499790094d4cadcfe209022851637acc6536f5c2
4
+ data.tar.gz: 798bc175edcc81a2b08c84250d23c8308c82e7c5
5
5
  SHA512:
6
- metadata.gz: a3d3df74ef9a9638ac9a98e4a3b9300ca09ac13c23ee25c954cc18d3d58d0abe54d7c2ef60e888b27ae05fedd728fcb8117c45fd971e575f9f2281d5d9002da7
7
- data.tar.gz: 5bf6d44d0412dfa84b8addbd08e7a17312b190f1de880524cff8a29e4629bd7132dc31222062a13a71ae06233d2b0968f33c76cc2add79471e79a839a6adc2d5
6
+ metadata.gz: 66da6854cf7ed9868cd7c3a40b93cb6da11b9856394024e5c4b98b9f6a3453f4eee1496f94b3be4fd8d84332c956b5bcaf8c51cf265a6aed2692aba36f39c879
7
+ data.tar.gz: d28d210cb001d7384342965d5b01211833b8ef45e3920ee857d9cd48cff004e2ae9d1ae7b535d3e4fda3f11e0bacb6decc3ac63bb437cb1d623cfd65395490c3
data/README.md CHANGED
@@ -10,9 +10,9 @@ between the current version of a gem in your bundle and the latest version of th
10
10
 
11
11
  ### Why?
12
12
 
13
- You want to view the source code differences between versions of gems when your dependencies are updated.
14
- `gemdiff` does the source repository lookup, opens common GitHub pages, and simplifies your git workflow for a
15
- bundled project.
13
+ You want to view the source code differences between versions of gems before updating.
14
+ `gemdiff` does the source repository lookup, opens a compare view of commits on GitHub,
15
+ and simplifies your git workflow for a bundled project.
16
16
 
17
17
  ### How?
18
18
 
@@ -20,6 +20,7 @@ module Gemdiff
20
20
  chunky_png: 'wvanbergen/chunky_png',
21
21
  :"color-schemer" => 'Team-Sass/color-schemer',
22
22
  delayed_job: 'collectiveidea/delayed_job',
23
+ execjs: 'rails/execjs',
23
24
  ffi: 'ffi/ffi',
24
25
  gosu: 'jlnr/gosu',
25
26
  :"guard-livereload" => 'guard/guard-livereload',
@@ -27,6 +28,7 @@ module Gemdiff
27
28
  json: 'flori/json',
28
29
  :"modular-scale" => 'Team-Sass/modular-scale',
29
30
  nokogiri: 'sparklemotion/nokogiri',
31
+ nokogumbo: 'rubys/nokogumbo',
30
32
  passenger: 'phusion/passenger',
31
33
  pg: 'ged/ruby-pg',
32
34
  :"pry-doc" => 'pry/pry-doc',
@@ -1,3 +1,3 @@
1
1
  module Gemdiff
2
- VERSION = '0.7.7'
2
+ VERSION = '0.7.8'
3
3
  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: 0.7.7
4
+ version: 0.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tee Parham
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-27 00:00:00.000000000 Z
11
+ date: 2015-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit
@@ -154,3 +154,4 @@ specification_version: 4
154
154
  summary: Find source repositories for ruby gems. Open, compare, and update outdated
155
155
  gem versions
156
156
  test_files: []
157
+ has_rdoc: