horoscopes 0.1.1 → 0.1.2

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: c3fc1270d35f9158d9bc2e03044d44713859286e
4
- data.tar.gz: 48cf005c9a8ceac04bb88cfc57927c7b8b052f3a
3
+ metadata.gz: 369b901ea6c87a26eec64bcae47410aaccae1f10
4
+ data.tar.gz: d90f3ab15fa0188c62efca6dbba1b2f2b94b6bc6
5
5
  SHA512:
6
- metadata.gz: 9a706c8201ab3f199ddd9ffd8d64ad4daade6e1a92a33ba8124ab630ddc94820ac0382752bd66223b9219f8bb13c1421ed6026cbc4cbe6a4f7a0a5e6ddcf4f5b
7
- data.tar.gz: 5bb5a63d6e7319c9aabe190babf3f5ed9069600fedf35185680dfa13ae53df4de55b32b3f9b14293cba785fb6c7347b5ef9938116fae3437c210b0a5ceb4184d
6
+ metadata.gz: 4c3c99cbc70bf77479c007c0a31a78a9b0a49914792a4ae13d0a05f089ea5542ef0b9d46b0319a2ea21610cd7a8d6dcca6442649c80143e5592970d8ff64e482
7
+ data.tar.gz: 5b6b86141f99ca5dc70d5a073de2880f95d086840c56fed5dbb6efc3a1a1c2085dbf97692e07b1771df9f29ab176987fb36df8f295a89b486b8e6393f3945b02
Binary file
Binary file
@@ -5,13 +5,14 @@ require 'horoscopes/version'
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "horoscopes"
8
- spec.version = "0.1.1"
8
+ spec.version = '0.1.2'
9
9
  spec.authors = ["Sohee Cho"]
10
10
  spec.email = ["soheecho94@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Check your daily horoscopes here!}
13
13
  spec.description = %q{CLI Ruby gem that lets you check your daily horoscope readings.}
14
14
  spec.homepage = "https://github.com/soheecho94/horoscopes-cli-app"
15
+ spec.license = 'MIT'
15
16
 
16
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -25,8 +26,9 @@ Gem::Specification.new do |spec|
25
26
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
26
27
  f.match(%r{^(test|spec|features)/})
27
28
  end
28
- spec.bindir = "exe"
29
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
29
+ # spec.bindir = "exe"
30
+ # spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
+ spec.executables = ["horoscopes"]
30
32
  spec.require_paths = ["lib"]
31
33
 
32
34
  spec.add_development_dependency "bundler", "~> 1.14"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: horoscopes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sohee Cho
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-06 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -69,7 +69,8 @@ dependencies:
69
69
  description: CLI Ruby gem that lets you check your daily horoscope readings.
70
70
  email:
71
71
  - soheecho94@gmail.com
72
- executables: []
72
+ executables:
73
+ - horoscopes
73
74
  extensions: []
74
75
  extra_rdoc_files: []
75
76
  files:
@@ -81,6 +82,8 @@ files:
81
82
  - bin/console
82
83
  - bin/horoscopes
83
84
  - bin/setup
85
+ - horoscopes-0.1.0.gem
86
+ - horoscopes-0.1.1.gem
84
87
  - horoscopes.gemspec
85
88
  - ign
86
89
  - igns
@@ -91,7 +94,8 @@ files:
91
94
  - lib/horoscopes/zodiacs.rb
92
95
  - spec.md
93
96
  homepage: https://github.com/soheecho94/horoscopes-cli-app
94
- licenses: []
97
+ licenses:
98
+ - MIT
95
99
  metadata: {}
96
100
  post_install_message:
97
101
  rdoc_options: []