meditation 0.1.4 → 0.1.5

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: fb6261780c5d3764690e922c128b94266e121d7e
4
- data.tar.gz: 890d6d4109b58cafc4605f7abc353ea9e1c2f484
3
+ metadata.gz: 7f9b1850eba07e2c25218003f2d1f7abc5a308e6
4
+ data.tar.gz: 24e44a3cd18180a3863bd5d4698bb7ebdde9a193
5
5
  SHA512:
6
- metadata.gz: 656d9ecf2e7501af9c019722c0165c0c8aeea81f16fc9fa954777326ec43cf2c73eea85cc1c8dff986d34ed0a8175dcc781679699befd3a40d784b6add07496d
7
- data.tar.gz: 5c48b39eaa44b2d9e6b6c6dd028318f4868f1eb831778b59eab3f212e5b1d8da48facd151e7d5523a7fa189b3575f3098edac837238687db5d7c75c738755010
6
+ metadata.gz: 2daa15c289c776a96048f1cd715f30fe1bae26a8a5a75eba9b0555bc5568e32508c6bede25b28dc3a698f8db06c01ef4be73f3a87b3f1438429eca5b1368f45b
7
+ data.tar.gz: 389601613b95e498bc869e3581a737ac969d6c692ccf0837d5df1af4e6745e9b07caf3f22908ccae550b23591b0637a87a78dbc0bda9f579c30c2601bc7d38be
@@ -2,6 +2,8 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  meditation (0.1.4)
5
+ nokogiri (~> 1.8.1)
6
+ require_all (~> 1.4.0)
5
7
 
6
8
  GEM
7
9
  remote: https://rubygems.org/
@@ -26,7 +28,6 @@ DEPENDENCIES
26
28
  nokogiri
27
29
  pry
28
30
  rake (~> 10.0)
29
- require_all (~> 1.4.0)
30
31
 
31
32
  BUNDLED WITH
32
33
  1.16.0.pre.3
@@ -1,3 +1,3 @@
1
1
  module Meditation
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -5,21 +5,22 @@ require "meditation/version"
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "meditation"
8
- spec.version = "0.1.4"
9
- spec.authors = "Miriam Peskowitz"
8
+ spec.version = "0.1.5"
9
+ spec.authors = ["Miriam Peskowitz"]
10
10
  spec.email = "miriam5000@gmail.com"
11
11
 
12
12
  spec.summary = "Meditations to start your day, from Audiodharma.org."
13
13
  spec.description = "CLI app that that scrapes five daily meditations so you can choose one."
14
14
  spec.homepage = "https://github.com/MiriamPeskowitz/CLI-meditation"
15
- spec.license = "MIT"
15
+ # spec.license = ["MIT"] #choosealicense.com/.
16
16
 
17
- if spec.respond_to?(:metadata)
18
- spec.metadata["allowed_push_host"] = "https://rubygems.org"
19
- else
20
- raise "RubyGems 2.0 or newer is required to protect against " \
21
- "public gem pushes."
22
- end
17
+ # is this the problem? http://guides.rubygems.org/specification-reference/#add_runtime_dependency
18
+ #if spec.respond_to?(:metadata)
19
+ # spec.metadata["allowed_push_host"] = {"https://rubygems.org"}
20
+ # else
21
+ # raise "RubyGems 2.0 or newer is required to protect against " \
22
+ # "public gem pushes."
23
+ # end
23
24
 
24
25
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
25
26
  f.match(%r{^(test|spec|features)/})
@@ -34,4 +35,4 @@ if spec.respond_to?(:metadata)
34
35
  spec.add_runtime_dependency "nokogiri", "~> 1.8.1"
35
36
  spec.add_runtime_dependency "require_all", "~> 1.4.0"
36
37
 
37
- end
38
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meditation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miriam Peskowitz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-02 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
@@ -105,10 +105,8 @@ files:
105
105
  - meditation.gemspec
106
106
  - spec.md
107
107
  homepage: https://github.com/MiriamPeskowitz/CLI-meditation
108
- licenses:
109
- - MIT
110
- metadata:
111
- allowed_push_host: https://rubygems.org
108
+ licenses: []
109
+ metadata: {}
112
110
  post_install_message:
113
111
  rdoc_options: []
114
112
  require_paths: