meditation 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: 8e19cfd2389f0697d86b40d157af3a7b9dbdf24e
4
- data.tar.gz: 9e98fcea6cbfdb8026cf8cccf57a2c7bdeb3c6eb
3
+ metadata.gz: 16df34cd792be264c45362698358426cab22222d
4
+ data.tar.gz: 60c88e4516a9fe948d85ebc38d606f6fd7544033
5
5
  SHA512:
6
- metadata.gz: 32fd49efe2b790b6ae8e3d5bd3d1bf938dcfff9cf66b4bb4518272547f9e841c7493d5dafcf01c2c43436dc557e361380360d040547bcaa2a43bea0608a7a0d5
7
- data.tar.gz: 5bf127f6da3b6bbd22e1f12fb6f3973626f3f55428aa881ff1b0511b8d20de2385595c9246711e46acd051d7658661965e09d8a569b49dd148fcd58ca988dfff
6
+ metadata.gz: 53003a1bdfba4a0b15aec1b5ea581ddf335c604ea84544fb24672fce06f9cc745a055266098bf80113643ef11607573153ef1947ae51e7f9a608ede7275b909b
7
+ data.tar.gz: c7bf9d53f4e015cd4dac8509d6754b6e62e9c585296592285a7ffc1934ed7fa54c04f805f86fe73d01dc2e2931db14092fa805ea89ec8dfd0d312c7969a215ef
data/README.md CHANGED
@@ -1,13 +1,5 @@
1
1
  # Meditation
2
2
 
3
- NOTES -- Tuesday morning, final cleanup, and how to publish. Then see if I can get my other one working.
4
- 1. Link to License?
5
- 2. Final cleanup
6
- 2.5 merge working branch with master.
7
- 3. publish
8
- 4. make video demo
9
- 5. submit links to github https://github.com/MiriamPeskowitz/CLI-meditation
10
- 6.
11
3
 
12
4
  ## Description
13
5
 
@@ -1,3 +1,3 @@
1
1
  module Meditation
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
Binary file
data/meditation.gemspec CHANGED
@@ -5,7 +5,7 @@ require "meditation/version"
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "meditation"
8
- spec.version = "0.1.1"
8
+ spec.version = "0.1.2"
9
9
  spec.authors = ["Miriam Peskowitz"]
10
10
  spec.email = ["miriam5000@gmail.com"]
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meditation
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
  - Miriam Peskowitz
@@ -102,7 +102,7 @@ files:
102
102
  - lib/meditation/scraper.rb
103
103
  - lib/meditation/todays_choices.rb
104
104
  - lib/meditation/version.rb
105
- - meditation-0.1.0.gem
105
+ - meditation-0.1.1.gem
106
106
  - meditation.gemspec
107
107
  - spec.md
108
108
  homepage: https://github.com/MiriamPeskowitz/CLI-meditation
data/meditation-0.1.0.gem DELETED
Binary file