app_version_tasks 0.2.3 → 0.2.4

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: c2c7b1db4faa475859235cdfcb39f384ae6f2655
4
- data.tar.gz: bfec4ef80e8b0936d40e85180bc294062a55f555
3
+ metadata.gz: d0700cb54fec7688b484c64d95a1a6af135101d4
4
+ data.tar.gz: 7d3f4600ca408e291239a49fd19e383971508bbb
5
5
  SHA512:
6
- metadata.gz: 3134b169acba4083cd3971a6e720d2f1d3e033460124377518f0bf2378d80a24e20786f85c97a30265ddf04ff5e3785974f7ee6c47da63388f25a6c20fb4ab1f
7
- data.tar.gz: 3acf7f5de027d13367d14552329079b670c789d2813d0d880f36bfb54f606a893944312f78343e9d03079367f3d2730c5ee4ae19bf0a6e9f2d949796674f60a7
6
+ metadata.gz: e9edf666c4e250504868c78e94df448bf22af1b347914d1107b579313cdccf41688339dbfbd381a8d42c7aba774b48dd5e00f9bb5551af031b2ad7ee19f6166f
7
+ data.tar.gz: 110b9bf505511bac4c05c12aa3a72be0b7b544343fe881ce313608cb45384de831d73c363f988c22e5c833be46684ece8ea2eb1fb9b81718d2a6a0fedf8ca776
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- [![Build Status](https://travis-ci.org/sul-dlss/app_version_tasks.svg?branch=master)](https://travis-ci.org/sul-dlss/app_version_tasks) [![Code Climate](https://codeclimate.com/github/sul-dlss/app_version_tasks/badges/gpa.svg)](https://codeclimate.com/github/sul-dlss/app_version_tasks) [![Test Coverage](https://codeclimate.com/github/sul-dlss/app_version_tasks/badges/coverage.svg)](https://codeclimate.com/github/sul-dlss/app_version_tasks/coverage) [![Issue Count](https://codeclimate.com/github/sul-dlss/app_version_tasks/badges/issue_count.svg)](https://codeclimate.com/github/sul-dlss/app_version_tasks) [![Inline docs](http://inch-ci.org/github/sul-dlss/app_version_tasks.svg?branch=master)](http://inch-ci.org/github/sul-dlss/app_version_tasks) [![Gem Version](https://badge.fury.io/rb/app_version_tasks.svg)](https://badge.fury.io/rb/app_version_tasks)
2
+ [![Build Status](https://travis-ci.org/darrenleeweber/app_version_tasks.svg?branch=master)](https://travis-ci.org/darrenleeweber/app_version_tasks) [![Code Climate](https://codeclimate.com/github/darrenleeweber/app_version_tasks/badges/gpa.svg)](https://codeclimate.com/github/darrenleeweber/app_version_tasks) [![Test Coverage](https://codeclimate.com/github/darrenleeweber/app_version_tasks/badges/coverage.svg)](https://codeclimate.com/github/darrenleeweber/app_version_tasks/coverage) [![Issue Count](https://codeclimate.com/github/darrenleeweber/app_version_tasks/badges/issue_count.svg)](https://codeclimate.com/github/darrenleeweber/app_version_tasks) [![Inline docs](http://inch-ci.org/github/darrenleeweber/app_version_tasks.svg?branch=master)](http://inch-ci.org/github/darrenleeweber/app_version_tasks) [![Gem Version](https://badge.fury.io/rb/app_version_tasks.svg)](https://badge.fury.io/rb/app_version_tasks)
3
3
 
4
4
  # AppVersionTasks
5
5
 
@@ -118,4 +118,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
118
118
  ## Contributing
119
119
 
120
120
  Bug reports and pull requests are welcome on GitHub at
121
- https://github.com/sul-dlss/app_version_tasks
121
+ https://github.com/darrenleeweber/app_version_tasks
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = 'Application version tasks.'
13
13
  spec.description = 'Rake tasks to manage application semantic version.'
14
- spec.homepage = 'https://github.com/sul-dlss/app_version_tasks'
14
+ spec.homepage = 'https://github.com/darrenleeweber/app_version_tasks'
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject do |file|
17
17
  file.match(/^(bin|config.ru|Gemfile.lock|spec)/)
@@ -1,3 +1,3 @@
1
1
  module AppVersionTasks
2
- VERSION = '0.2.3'
2
+ VERSION = '0.2.4'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_version_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren L. Weber, Ph.D.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-20 00:00:00.000000000 Z
11
+ date: 2017-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: git
@@ -266,7 +266,7 @@ files:
266
266
  - lib/app_version_tasks/semantic_version_file.rb
267
267
  - lib/app_version_tasks/version.rb
268
268
  - lib/tasks/app_version_tasks.rake
269
- homepage: https://github.com/sul-dlss/app_version_tasks
269
+ homepage: https://github.com/darrenleeweber/app_version_tasks
270
270
  licenses: []
271
271
  metadata: {}
272
272
  post_install_message:
@@ -285,7 +285,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
285
285
  version: '0'
286
286
  requirements: []
287
287
  rubyforge_project:
288
- rubygems_version: 2.5.1
288
+ rubygems_version: 2.6.13
289
289
  signing_key:
290
290
  specification_version: 4
291
291
  summary: Application version tasks.