national_rail_wrapper 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/national_rail_wrapper/version.rb +1 -1
- data/national_rail_wrapper.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d647f77e5c3ad869af182903c9bdf177681457e82b44c4dce917091a008c8b50
|
4
|
+
data.tar.gz: cce5619a39b42eaaad002cf603b3818a966a9f165a929b24efea20d9a50b22da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42b67e82fa8caa0eed1dd8c508ec8c3c9ed190be4d2d2cb824212b0ea23bf53925486ef367d8a11fb983434f93ad1c185d798b8e0331dd1fa4308248f5ee5a04
|
7
|
+
data.tar.gz: fc3fe4555f084e7a343eee2542a10fa8f1c456babd14534469d6b5745391db79a8f4208e57bade852310f917ae64e9d2413e956668978075ee144fc1d824fc24
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{A wrapper for the National Rail open data API}
|
13
13
|
spec.description = %q{A wrapper around the National Rail open data API. Including Darwin and Knowledge base}
|
14
|
-
spec.homepage = "https://github.com/marcbest/
|
14
|
+
spec.homepage = "https://github.com/marcbest/national_rail_wrapper"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: national_rail_wrapper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marc Best
|
@@ -142,12 +142,12 @@ files:
|
|
142
142
|
- national_rail_wrapper.gemspec
|
143
143
|
- spec/national_rail_wrapper_spec.rb
|
144
144
|
- spec/spec_helper.rb
|
145
|
-
homepage: https://github.com/marcbest/
|
145
|
+
homepage: https://github.com/marcbest/national_rail_wrapper
|
146
146
|
licenses:
|
147
147
|
- MIT
|
148
148
|
metadata:
|
149
149
|
allowed_push_host: https://rubygems.org
|
150
|
-
homepage_uri: https://github.com/marcbest/
|
150
|
+
homepage_uri: https://github.com/marcbest/national_rail_wrapper
|
151
151
|
source_code_uri: https://github.com/marcbest/national_rail_wrapper
|
152
152
|
changelog_uri: https://github.com/marcbest/national_rail_wrapper
|
153
153
|
post_install_message:
|