current_astronauts 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea9a0aea97e05539d58cb73ff828f28014117dcd
4
- data.tar.gz: 2a54100d6bcc0f91a2e6b8f7a8e4bfebcc9d3c41
3
+ metadata.gz: 2ed2d932ab8da301f225db17d601fe4ad1d9452c
4
+ data.tar.gz: e961077ac8405b2f51869a71c4729c52a62281d9
5
5
  SHA512:
6
- metadata.gz: 9e99e0d34009c3a34edb00cb1ed97906ef49c29e966687ad0eca7854bbfec009ac76e4c08d713eda0465589a1e49182785502e8b00ead772767c7904bde1696c
7
- data.tar.gz: bc03d5169aad9f363d0d359c8db81198a7a93534d1508cc76f6f16860d79ab17c330a71ed3c55e6b85103c1b3f3ce554a2b5e1ae2ca3a50f805d8f65d330e7fd
6
+ metadata.gz: 3363cbd2ed2ea6d34830237cf8f0d9d983c38a6c1132808d343970f09fbc0d9b6bba2d69e6f0c40d5384b1294beb53d554089e7a9b6b740ed0b5217297679679
7
+ data.tar.gz: 9055d96999205b4e2f1af4e2d98737a39d0bce889fdd1873fb4e3932d250d366dcb59391ef01ca8510c309b8c355ea1e326aff55e8f24138dcc2e37ff98817c1
@@ -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{Work worth list of astronauts currently in space}
13
- spec.description = %q{Work worth 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.}
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
 
@@ -1,3 +1,3 @@
1
1
  module CurrentAstronauts
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-21 00:00:00.000000000 Z
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: Work worth list of astronauts currently in space. Raw JSON data is available,
84
- along with a few methods for accessing specific portions of the data and print out
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: Work worth list of astronauts currently in space
130
+ summary: Small gem to work with list of astronauts currently in space
131
131
  test_files: []