shellable 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/shellable/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: caaf451d564c2487ef9c01cf6c706adb5479d596
4
- data.tar.gz: 5824140259e7dfe24fcb39a1c19df6be0395178e
3
+ metadata.gz: 3e3c42e22c395b2bb2de01a38f7c1fecbabb829f
4
+ data.tar.gz: 650f794fb258268f1fa365095c0456f5f08c407f
5
5
  SHA512:
6
- metadata.gz: c518185edfbee9a9cd243ee84742804a68147e27c3a9a5e86aeadb18984c5cdeb11820d6c2902ac60a05a1ccfc0c8bffd745d5196d85c2df042e8979eb3377e5
7
- data.tar.gz: d46dcd083d9f22093637937531bf9d9b2df4d2a9fdc4ce3a47bb0ba99f49e6c01ad45e62fbca012e091c8558d0a6d64c3e4e2644f692a44053a6f0e42decccc1
6
+ metadata.gz: 806620306c98130c6ee0722c5fae3aeb66feced1133c1af4c3b1ae37a13ea817a57b1a931c35db9481f7d0d922bf3717815956d9fb75a2cf5b3badfdfffa44fc
7
+ data.tar.gz: f4a01e8d19c11745cfd34da5bd274c9069f2464b2a24532065675d432d59a007ae88167c234349332697efe9531b5d9d4485059a9342755fead7540028f6fa6a
data/README.md CHANGED
@@ -42,7 +42,7 @@ require 'shellable'
42
42
  Shellable.open(calendar)
43
43
  ```
44
44
 
45
- To check out a real-life example, head over to the TimeBoss [`timeboss:calendars:*:repl`](https://github.com/kevinstuffandthings/timeboss/blob/96fd252e7fa4990dc625a542a84613a1c7f7053c/lib/tasks/calendars.rake#L12-L16) task definition.
45
+ To check out a real-life example, head over to the TimeBoss [`timeboss:calendars:*:repl`](https://github.com/kevinstuffandthings/timeboss/blob/1e7a27de0add7da4fe77b49af62b650a7771021b/lib/tasks/calendars.rake#L12-L16) task definition.
46
46
 
47
47
  ```
48
48
  $ rake timeboss:calendars:broadcast:repl
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Shellable
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shellable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin McDonald