spot-gps 0.2.4 → 0.2.5

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: 5e920de5c5c239ee438f2735d7bf6dc33b766eb4
4
- data.tar.gz: 794b2bb215c9d6455e1795057f16905780b912ff
3
+ metadata.gz: 3aaef303f794ac8ae70a0f18e0ef45671aee2b95
4
+ data.tar.gz: ca199b65620388d3547a4e3a34ed96dca2290b26
5
5
  SHA512:
6
- metadata.gz: 250217dad3d2b552076c4286470305256e2dbce779b69e501a62f22ace1e984ec670431f8a1da69eae2b6be09226efbdcab5fb3c050e5e0e626c09da4eb0aa22
7
- data.tar.gz: 2f36e2588579118d29cc88c7875fd316d62135139cca82829842a42713557cf314d964036aec0769b6c8aeefe035fe515dfd9e13174a9f69c546626c2cda0a6f
6
+ metadata.gz: 436e3746c0a4b976dcaafaf0b77728236b6b62850bc90ec828010acf3470eb6ae9accf1d26fd8bd008111c266c813a39745a2739094443e0999120544b138ca4
7
+ data.tar.gz: fbf8fe6bf2394ace0bf45ab5a59fea7e927a86883d8ca1ac4d9a8d527ab55e7783e3aec7d6eaab038c0d9d4b6ac4087a498d7f68f8e0b676242acdb1719642eb
@@ -1,3 +1,7 @@
1
+ ## v0.2.5, 22 June 2016
2
+
3
+ - Update gemspec metadata links
4
+
1
5
  ## v0.2.4, 22 June 2016
2
6
 
3
7
  - Clean up gemspec
data/Gemfile CHANGED
@@ -1,2 +1,3 @@
1
1
  source 'https://rubygems.org'
2
+
2
3
  gemspec
@@ -1,3 +1,3 @@
1
1
  module SPOT
2
- VERSION = '0.2.4'.freeze
2
+ VERSION = '0.2.5'.freeze
3
3
  end
@@ -15,9 +15,10 @@ Gem::Specification.new do |spec|
15
15
  spec.require_paths = ['lib']
16
16
 
17
17
  spec.metadata = {
18
- 'home' => 'https://github.com/greysteil/spot-gps',
19
- 'code' => 'https://github.com/greysteil/spot-gps',
20
- 'bugs' => 'https://github.com/greysteil/spot-gps/issues'
18
+ 'homepage_uri' => 'https://github.com/greysteil/spot-gps',
19
+ 'source_code_uri' => 'https://github.com/greysteil/spot-gps',
20
+ 'bug_tracker_uri' => 'https://github.com/greysteil/spot-gps/issues',
21
+ 'changelog_uri' => 'https://github.com/greysteil/spot-gps/blob/master/CHANGELOG.md'
21
22
  }
22
23
 
23
24
  spec.add_development_dependency 'webmock', '~> 1.22'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spot-gps
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grey Baker
@@ -109,9 +109,10 @@ homepage: https://github.com/greysteil/spot-gps
109
109
  licenses:
110
110
  - MIT
111
111
  metadata:
112
- home: https://github.com/greysteil/spot-gps
113
- code: https://github.com/greysteil/spot-gps
114
- bugs: https://github.com/greysteil/spot-gps/issues
112
+ homepage_uri: https://github.com/greysteil/spot-gps
113
+ source_code_uri: https://github.com/greysteil/spot-gps
114
+ bug_tracker_uri: https://github.com/greysteil/spot-gps/issues
115
+ changelog_uri: https://github.com/greysteil/spot-gps/blob/master/CHANGELOG.md
115
116
  post_install_message:
116
117
  rdoc_options: []
117
118
  require_paths: