lock_diff 0.3.0 → 0.3.1.pre

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: b23d1f7cfd4a3dc35e0f44687cd981ef4b26c799
4
- data.tar.gz: 2f81347131f8db3a177410c439ad8c24385b59bf
3
+ metadata.gz: 9d8b6704de630dacd2bd01c4d023317128fd76e9
4
+ data.tar.gz: 331ec052919448fa66da00651626b9bb62dba4da
5
5
  SHA512:
6
- metadata.gz: af50f03dcb70ad72b5ac821556c7818227e5c62d9578dbad00e4c0304d477699d77fea202d34d92f999ca8c17788fbd688123fa3fc4ffcf42aa9e75e65b1bba6
7
- data.tar.gz: 28523b56956162aa7c840ab450982c31e0c244f170d2cd9a33ab88f44b8f19dd46e0c2e05fdd3326220a0559bafe5ec21920432ab0d9b8fdcd7d7982f7d21a35
6
+ metadata.gz: fc56fb0e1fef02a10e117e3f5de60f3ccd5c4a99422ff0f0ac4c565088c029ede052308e6ca86166ecd3400b97702c0a1b3b904f29dec8b2b405273e216ca0c6
7
+ data.tar.gz: ea922d48e0c96ccc2a261b357ccbb3aa0c7de70be011692a3ad5b5d0778b6d98599a04cf4df5d58d084d709e676fc410f4412fec69a4f145f5a7153dd8ee3a87
data/README.md CHANGED
@@ -6,6 +6,7 @@
6
6
  [![Dependency Status](https://gemnasium.com/badges/github.com/vividmuimui/lock_diff.svg)](https://gemnasium.com/github.com/vividmuimui/lock_diff)
7
7
  [![Code Climate](https://codeclimate.com/github/vividmuimui/lock_diff/badges/gpa.svg)](https://codeclimate.com/github/vividmuimui/lock_diff)
8
8
  [![Issue Count](https://codeclimate.com/github/vividmuimui/lock_diff/badges/issue_count.svg)](https://codeclimate.com/github/vividmuimui/lock_diff)
9
+ [![ghit.me](https://ghit.me/badge.svg?repo=vividmuimui/lock_diff)](https://ghit.me/repo/vividmuimui/lock_diff)
9
10
 
10
11
  This gem detects changes to your package manager (e.g. Gemfile) and generates a Markdown-formatted diff including:
11
12
 
@@ -1,3 +1,3 @@
1
1
  module LockDiff
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1.pre"
3
3
  end
data/lock_diff.gemspec CHANGED
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
21
21
  spec.bindir = "exe"
22
22
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
23
  spec.require_paths = ["lib"]
24
- spec.required_ruby_version = ">= 2.4.0"
24
+ spec.required_ruby_version = ">= 2.3.0"
25
25
 
26
26
  spec.add_dependency "octokit", "~> 4.0"
27
27
  spec.add_dependency "httpclient"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lock_diff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - vividmuimui
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-16 00:00:00.000000000 Z
11
+ date: 2017-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit
@@ -165,12 +165,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
165
165
  requirements:
166
166
  - - ">="
167
167
  - !ruby/object:Gem::Version
168
- version: 2.4.0
168
+ version: 2.3.0
169
169
  required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  requirements:
171
- - - ">="
171
+ - - ">"
172
172
  - !ruby/object:Gem::Version
173
- version: '0'
173
+ version: 1.3.1
174
174
  requirements: []
175
175
  rubyforge_project:
176
176
  rubygems_version: 2.6.11