national_rail_wrapper 0.1.0 → 0.1.1
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 +2 -2
- 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: c3bb148d7904e7b7febaa2e9ecd45b81e498f57c0c2988681766a392d0f8d113
|
4
|
+
data.tar.gz: 6054a88ca10732f517815e4ddff9ba9d22c7b6349ddd88fa6863b1e6b7d6f1f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5be89a9d7d60f9264b9a68beda7888b855ed498573aedc5389486c21142298af340f915f92607a37e7f1fbbf3b4cf1bfa00e61d1d59e49fc53e128ca8b69c11d
|
7
|
+
data.tar.gz: 68bfb7eebcebf27460b1c7343b51ea8a5b654e68757f911ad78e3da7d0754f98fb00767a265635ace70b0be873454d6feafb5f964d81cc0f28c26d9d23aa8df4
|
@@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
|
|
20
20
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
21
21
|
|
22
22
|
spec.metadata["homepage_uri"] = spec.homepage
|
23
|
-
spec.metadata["source_code_uri"] = "https://github.com/marcbest/
|
24
|
-
spec.metadata["changelog_uri"] = "https://github.com/marcbest/
|
23
|
+
spec.metadata["source_code_uri"] = "https://github.com/marcbest/national_rail_wrapper"
|
24
|
+
spec.metadata["changelog_uri"] = "https://github.com/marcbest/national_rail_wrapper"
|
25
25
|
else
|
26
26
|
raise "RubyGems 2.0 or newer is required to protect against " \
|
27
27
|
"public gem pushes."
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marc Best
|
@@ -148,8 +148,8 @@ licenses:
|
|
148
148
|
metadata:
|
149
149
|
allowed_push_host: https://rubygems.org
|
150
150
|
homepage_uri: https://github.com/marcbest/national_rails_wrapper
|
151
|
-
source_code_uri: https://github.com/marcbest/
|
152
|
-
changelog_uri: https://github.com/marcbest/
|
151
|
+
source_code_uri: https://github.com/marcbest/national_rail_wrapper
|
152
|
+
changelog_uri: https://github.com/marcbest/national_rail_wrapper
|
153
153
|
post_install_message:
|
154
154
|
rdoc_options: []
|
155
155
|
require_paths:
|