cheerup 1.0.0 → 1.0.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: 61790270061ba0830dc4bdc5818f230fc751768c
4
- data.tar.gz: 50534d8a0a243a5b98c640953087232b0228636f
3
+ metadata.gz: 6bc68724978f24d103bab9daf9b641a0e9e40f95
4
+ data.tar.gz: df13aa3d2535d0e9628b9636759f28a9d02f614b
5
5
  SHA512:
6
- metadata.gz: 314d0b7f45b836f75d7479639eaaa23bfa5db97eb72daa5f8aa94d6485cd63c14197b50e5842107a4b490569981192678815310d900bdc9cc8c914f307ea81a2
7
- data.tar.gz: 2591c6cb2511d5e5b0914b61f8265e725370eb1c85bf3bb67727cd66a78c2f98c081f5c8718e7e7e5d0103d4dee08cbd63cbd65c8dbe871c0bc566714c86f592
6
+ metadata.gz: 80b972adff8d1303c0f1fa6d20efd0150790a69fb307b268eeaf5b71ac7559ef123ed9c6f605be2e32d332d92331c9e720985c932c9d07783246c2c32192a529
7
+ data.tar.gz: 2d5b4815661cace36992d9aa40421b1aa292cd4c7230a575c5cf2bba99d0c62a1cde07c0d53bed55c9fd35ddc5a21ad338dff9206a6f9fe6a06ea7f4026d448f
data/.gitignore CHANGED
@@ -7,3 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
+ todo.md
data/README.md CHANGED
@@ -33,7 +33,7 @@ Also accepts an optional name arg if you want to be more personal.
33
33
 
34
34
  ## Contributing
35
35
 
36
- Bug reports and pull requests are welcome on GitHub at https://github.com/claireparker/cheer_up, although I probably don't know how to fix it.
36
+ Bug reports and pull requests are welcome on GitHub at https://github.com/claireparker/cheerup, although I probably don't know how to fix it.
37
37
 
38
38
  _Wittier ways to cheer someone up are particularly welcome._
39
39
 
data/cheerup.gemspec CHANGED
@@ -10,8 +10,8 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["claire.parker87@gmail.com"]
11
11
 
12
12
  spec.summary = %q{ Mac's terminal says something to cheer you up. }
13
- spec.description = %q{ Mac's say command says something cheery to you, although your Mac isn't as sympathetic as you think. }
14
- spec.homepage = 'https://github.com/claireparker/cheer_up'
13
+ spec.description = %q{ Let your Mac terminal say something to cheer you up - although your Mac isn't as sympathetic as you think. }
14
+ spec.homepage = 'https://github.com/claireparker/cheerup'
15
15
  spec.license = 'MIT'
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
@@ -1,3 +1,3 @@
1
1
  module Cheerup
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cheerup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claire Parker
@@ -66,8 +66,8 @@ dependencies:
66
66
  - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: ' Mac''s say command says something cheery to you, although your Mac
70
- isn''t as sympathetic as you think. '
69
+ description: ' Let your Mac terminal say something to cheer you up - although your
70
+ Mac isn''t as sympathetic as you think. '
71
71
  email:
72
72
  - claire.parker87@gmail.com
73
73
  executables:
@@ -89,7 +89,7 @@ files:
89
89
  - cheerup.gemspec
90
90
  - lib/cheerup.rb
91
91
  - lib/cheerup/version.rb
92
- homepage: https://github.com/claireparker/cheer_up
92
+ homepage: https://github.com/claireparker/cheerup
93
93
  licenses:
94
94
  - MIT
95
95
  metadata: