current_astronauts 0.1.0 → 0.1.1
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/current_astronauts.gemspec +2 -2
- data/lib/current_astronauts/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ed2d932ab8da301f225db17d601fe4ad1d9452c
|
|
4
|
+
data.tar.gz: e961077ac8405b2f51869a71c4729c52a62281d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3363cbd2ed2ea6d34830237cf8f0d9d983c38a6c1132808d343970f09fbc0d9b6bba2d69e6f0c40d5384b1294beb53d554089e7a9b6b740ed0b5217297679679
|
|
7
|
+
data.tar.gz: 9055d96999205b4e2f1af4e2d98737a39d0bce889fdd1873fb4e3932d250d366dcb59391ef01ca8510c309b8c355ea1e326aff55e8f24138dcc2e37ff98817c1
|
data/current_astronauts.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Chris Horton"]
|
|
10
10
|
spec.email = ["hortoncd@gmail.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{
|
|
13
|
-
spec.description = %q{
|
|
12
|
+
spec.summary = %q{Small gem to work with list of astronauts currently in space}
|
|
13
|
+
spec.description = %q{Small gem to work with list of astronauts currently in space. Raw JSON data is available, along with a few methods for accessing specific portions of the data and print out a formatted list.}
|
|
14
14
|
spec.homepage = "https://github.com/hortoncd/current_astronauts"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: current_astronauts
|
|
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
|
- Chris Horton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-10-
|
|
11
|
+
date: 2016-10-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -80,9 +80,9 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: 0.14.0
|
|
83
|
-
description:
|
|
84
|
-
along with a few methods for accessing specific portions of the
|
|
85
|
-
a formatted list.
|
|
83
|
+
description: Small gem to work with list of astronauts currently in space. Raw JSON
|
|
84
|
+
data is available, along with a few methods for accessing specific portions of the
|
|
85
|
+
data and print out a formatted list.
|
|
86
86
|
email:
|
|
87
87
|
- hortoncd@gmail.com
|
|
88
88
|
executables: []
|
|
@@ -127,5 +127,5 @@ rubyforge_project:
|
|
|
127
127
|
rubygems_version: 2.6.6
|
|
128
128
|
signing_key:
|
|
129
129
|
specification_version: 4
|
|
130
|
-
summary:
|
|
130
|
+
summary: Small gem to work with list of astronauts currently in space
|
|
131
131
|
test_files: []
|