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 +4 -4
- data/README.md +2 -2
- data/app_version_tasks.gemspec +1 -1
- data/lib/app_version_tasks/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0700cb54fec7688b484c64d95a1a6af135101d4
|
|
4
|
+
data.tar.gz: 7d3f4600ca408e291239a49fd19e383971508bbb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9edf666c4e250504868c78e94df448bf22af1b347914d1107b579313cdccf41688339dbfbd381a8d42c7aba774b48dd5e00f9bb5551af031b2ad7ee19f6166f
|
|
7
|
+
data.tar.gz: 110b9bf505511bac4c05c12aa3a72be0b7b544343fe881ce313608cb45384de831d73c363f988c22e5c833be46684ece8ea2eb1fb9b81718d2a6a0fedf8ca776
|
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
[](https://travis-ci.org/darrenleeweber/app_version_tasks) [](https://codeclimate.com/github/darrenleeweber/app_version_tasks) [](https://codeclimate.com/github/darrenleeweber/app_version_tasks/coverage) [](https://codeclimate.com/github/darrenleeweber/app_version_tasks) [](http://inch-ci.org/github/darrenleeweber/app_version_tasks) [](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/
|
|
121
|
+
https://github.com/darrenleeweber/app_version_tasks
|
data/app_version_tasks.gemspec
CHANGED
|
@@ -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/
|
|
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)/)
|
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.
|
|
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:
|
|
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/
|
|
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.
|
|
288
|
+
rubygems_version: 2.6.13
|
|
289
289
|
signing_key:
|
|
290
290
|
specification_version: 4
|
|
291
291
|
summary: Application version tasks.
|